Represents details about a customer's payment instrument.

interface CciBankAccountTransactionDetails {
    accountNumber: string;
    instrumentId?: string;
    instrumentType: CCI_BANK_ACCOUNT;
}

Hierarchy (view full)

Properties

accountNumber: string
instrumentId?: string

Instrument ID.

instrumentType: CCI_BANK_ACCOUNT

Instrument type.