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

    Specifies the balance amount in the Amazon SW 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 amount or FX rate.

    balanceCurrency: string

    The Amazon SW bank account currency code in ISO 4217 format

    balanceType?: BalanceType
    lastUpdateDate: string

    The last update date on the account balance