SquareConnect::ListTransactionsResponse

April 10, 2019 ยท View on GitHub

Description

Defines the fields that are included in the response body of a request to the ListTransactions endpoint. One of errors or transactions is present in a given response (never both).

Properties

NameTypeDescriptionNotes
errorsArray<Error>Any errors that occurred during the request.[optional]
transactionsArray<Transaction>An array of transactions that match your query.[optional]
cursorStringA 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 Pagination for more information.[optional]