Enum SepaMessageType

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll

Fundamental type of a SEPA message.

public enum SepaMessageType

Fields

BankToCustomerAccountReport = 52

Bank to customer account report message type. (camt.052)

BankToCustomerDebitCreditNotification = 54

Bank to customer debit credit notification message type. (camt.054)

BankToCustomerStatement = 53

Bank to customer statement message type. (camt.053)

CreditTransferPaymentInitiation = 1

Credit transfer payment initiation message type. (pain.001)

DirectDebitPaymentInitiation = 8

Direct debit payment initiation message type. (pain.008)

Null = 0

Uninitialized null value.

PaymentStatusReport = 2

Payment status report message type. (pain.002)

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.