Represents details about a customer's payment instrument.

interface UkBankAccountTransactionDetails {
    accountNumber: string;
    bankName: string;
    instrumentId?: string;
    instrumentType: UK_BANK_ACCOUNT;
}

Hierarchy (view full)

Properties

accountNumber: string
bankName: string
instrumentId?: string

Instrument ID.

instrumentType: UK_BANK_ACCOUNT

Instrument type.