ListTransactionsResponse

November 20, 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). Note: This model is deprecated.

Properties

NameGetterSetterTypeDescriptionNotes
errorsgetErrors()setErrors($value)\SquareConnect\Model\Error[]Any errors that occurred during the request.[optional]
transactionsgetTransactions()setTransactions($value)\SquareConnect\Model\Transaction[]An array of transactions that match your query.[optional]
cursorgetCursor()setCursor($value)stringA 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]

Note: All properties are protected and only accessed via getters and setters.

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