Enum SepaMessageType
Fundamental type of a SEPA message.
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public enum SepaMessageType
Remarks
This corresponds with the first two fields of the ISO message type, for example pain.001 for credit transfer payment initiations, or pain.008 for direct debit payment initiations.
Fields
Name | Description |
---|---|
BankToCustomerAccountReport | Bank to customer account report message type. (camt.052) |
BankToCustomerDebitCreditNotification | Bank to customer debit credit notification message type. (camt.054) |
BankToCustomerStatement | Bank to customer statement message type. (camt.053) |
CreditTransferPaymentInitiation | Credit transfer payment initiation message type. (pain.001) |
DirectDebitPaymentInitiation | Direct debit payment initiation message type. (pain.008) |
Null | Uninitialized null value. |
PaymentStatusReport | Payment status report message type. (pain.002) |