The response schema for the listFinancialEventGroups operation.

Export

ListFinancialEventGroupsResponse

interface ListFinancialEventGroupsResponse {
    errors?: Error[];
    payload?: ListFinancialEventGroupsPayload;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

ListFinancialEventGroupsResponse

Memberof

ListFinancialEventGroupsResponse