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

    Interface ListFinancialEventGroupsPayload

    The payload for the listFinancialEventGroups operation.

    interface ListFinancialEventGroupsPayload {
        FinancialEventGroupList?: FinancialEventGroup[];
        NextToken?: string;
    }
    Index

    Properties

    FinancialEventGroupList?: FinancialEventGroup[]

    A list of financial event group information.

    NextToken?: string

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