Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 841 Bytes

ListTransactionsResponse.md

File metadata and controls

13 lines (8 loc) · 841 Bytes

Square.Connect.Model.ListTransactionsResponse

Properties

Name Type Description Notes
Errors List<Error> Any errors that occurred during the request. [optional]
Transactions List<Transaction> An array of transactions that match your query. [optional]
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]

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