Represents details about a customer's payment instrument.

interface SepaBankAccountTransactionDetails {
    bankName: string;
    iban: string;
    instrumentId?: string;
    instrumentType: SEPA_BANK_ACCOUNT;
}

Hierarchy (view full)

Properties

bankName: string
iban: string
instrumentId?: string

Instrument ID.

instrumentType: SEPA_BANK_ACCOUNT

Instrument type.