Interface FinancesApiModelV20240619ListTransactionsResponse

The response schema for the listTransactions operation.

ListTransactionsResponse

interface FinancesApiModelV20240619ListTransactionsResponse {
    nextToken?: string;
    transactions?: FinancesApiModelV20240619Transaction[];
}

Properties

nextToken?: string

The response includes nextToken when the number of results exceeds the specified pageSize value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until nextToken is null. Note that this operation can return empty pages.

ListTransactionsResponse

A list of transactions within the specified time period.

ListTransactionsResponse

MMNEPVFCICPMFPCPTTAAATR