Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 854 Bytes

ListTransactionsResponse.md

File metadata and controls

11 lines (8 loc) · 854 Bytes

ListTransactionsResponse

Properties

Name Type Description Notes
Errors []ModelError Any errors that occurred during the request. [optional] [default to null]
Transactions []Transaction An array of transactions that match your query. [optional] [default to null]
Cursor string A pagination cursor for retrieving the next set of results, if any remain. Provide this value as the `cursor` parameter in a subsequent request to this endpoint. See Paginating results for more information. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]