squareconnect.models.list_transactions_response
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).
| Name | Type | Notes |
|---|---|---|
| errors | list[Error] | [optional] |
| transactions | list[Transaction] | [optional] |
| cursor | str | [optional] |