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

    The balance amount in the Amazon Seller Wallet bank account.

    interface Balance {
        accountId: string;
        balanceAmount: number;
        balanceCurrency: string;
        balanceType?: BalanceType;
        lastUpdateDate: string;
    }
    Index

    Properties

    accountId: string

    The unique identifier provided by Amazon to identify the account.

    balanceAmount: number

    A decimal number, such as an amount or FX rate.

    balanceCurrency: string

    The Amazon Seller Wallet bank account currency code in ISO 4217 format.

    balanceType?: BalanceType
    lastUpdateDate: string

    The date of the most recent account balance update.