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 object but is MANDATORY field for transactionDestinationAccount

    bankAccountCurrency: string

    The currency code in ISO 4217 format

    bankAccountHolderName?: string

    BankAccount holder's name

    bankAccountNumberFormat: BankAccountNumberFormat
    bankAccountNumberTail?: string

    Last 3 digit of the bank account number

    bankName: string

    The name of the bank