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

    The response schema for the listExpectedPayouts operation.

    interface ListExpectedPayoutsResponse {
        expectedPayouts?: ExpectedPayout[];
        nextToken?: string;
    }
    Index
    expectedPayouts?: ExpectedPayout[]

    A list of expected payouts for all of the selling partner's accounts matching the filters.

    nextToken?: string

    The response includes nextToken when the number of results exceeds the specified page size. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until nextToken is null. Note that this operation can return empty pages.