The payload for the listFinancialEventGroups operation.

Export

ListFinancialEventGroupsPayload

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

Properties

FinancialEventGroupList?: FinancialEventGroup[]

A list of financial event group information.

Memberof

ListFinancialEventGroupsPayload

NextToken?: string

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

Memberof

ListFinancialEventGroupsPayload