Enum SepaMessageType
Fundamental type of a SEPA message.
public enum SepaMessageType
Fields
BankToCustomerAccountReport = 52Bank to customer account report message type. (camt.052)
BankToCustomerDebitCreditNotification = 54Bank to customer debit credit notification message type. (camt.054)
BankToCustomerStatement = 53Bank to customer statement message type. (camt.053)
CreditTransferPaymentInitiation = 1Credit transfer payment initiation message type. (pain.001)
DirectDebitPaymentInitiation = 8Direct debit payment initiation message type. (pain.008)
Null = 0Uninitialized null value.
PaymentStatusReport = 2Payment 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.