Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The response to the listBalances operation.

    interface ListBalancesResponse {
        balances?: Balance[];
        nextToken?: string;
    }
    Index
    balances?: Balance[]

    A list of balances.

    nextToken?: string

    A token to retrieve the next page of results. If null, no more results are available.