The response schema for the listFinancialEvents operation.

Export

ListFinancialEventsResponse

interface ListFinancialEventsResponse {
    errors?: Error[];
    payload?: ListFinancialEventsPayload;
}

Properties

Properties

errors?: Error[]

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

Memberof

ListFinancialEventsResponse

Memberof

ListFinancialEventsResponse