The payload for the listFinancialEvents operation.

Export

ListFinancialEventsPayload

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

Properties

FinancialEvents?: FinancialEvents

Memberof

ListFinancialEventsPayload

NextToken?: string

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

Memberof

ListFinancialEventsPayload