Selling Partner API SDK for JavaScript
    Preparing search index...

    Details of the bank account involved in the transaction.

    interface TransactionAccount {
        accountId?: string;
        bankAccountCountryCode?: string;
        bankAccountCurrency: string;
        bankAccountHolderName?: string;
        bankAccountNumberFormat: BankAccountNumberFormat;
        bankAccountNumberTail?: string;
        bankName: string;
    }
    Index

    Properties

    accountId?: string

    The unique identifier provided by Amazon to identify the account.

    bankAccountCountryCode?: string

    The two-digit country code, in ISO 3166 format. This field is optional for transactionSourceAccount, but is mandatory for transactionDestinationAccount.

    bankAccountCurrency: string

    The currency code in ISO 4217 format.

    bankAccountHolderName?: string

    The account holder's name.

    bankAccountNumberFormat: BankAccountNumberFormat
    bankAccountNumberTail?: string

    The last three digits of the bank account number.

    bankName: string

    The name of the bank.