Direct Debit All Of
Parameters
account Number
Cleartext (unencrypted) DirectDebit bank account number associated with the payment instrument.
telephones
Telephone(s) associated with direct debit payment provider.
routing Number
A code that identifies the financial institution for a specific bank account. routing_number is required if given INTER_COMPANY or ELV as brand.
mandate Type
The mandate_type is required if given brand as SEPA_ELV under DirectDebit. It is used for the wire transfer or direct debit transaction whose routing_number could not be provided or not supported. Allows values: - ONE_OFF - RECURRING
Constructors
Link copied to clipboard
public DirectDebitAllOf DirectDebitAllOf(String accountNumber, List<Telephone> telephones, String routingNumber, DirectDebitAllOf.MandateType mandateType)