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

    Interface ListFinancialEventsPayload

    The payload for the listFinancialEvents operation.

    interface ListFinancialEventsPayload {
        FinancialEvents?: FinancialEvents;
        NextToken?: string;
    }
    Index

    Properties

    FinancialEvents?: FinancialEvents
    NextToken?: string

    When present and not empty, pass this string token in the next request to return the next response page.