Sha256: c1c8d027f9009c16b71c1b6068fc4fb33c71642f7c6465d9f7980daf8c7e115f
Contents?: true
Size: 906 Bytes
Versions: 32
Compression:
Stored size: 906 Bytes
Contents
# SquareConnect::ListTransactionsResponse ### Description Defines the fields that are included in the response body of a request to the [ListTransactions](#endpoint-listtransactions) endpoint. One of `errors` or `transactions` is present in a given response (never both). ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **errors** | [**Array<Error>**](Error.md) | Any errors that occurred during the request. | [optional] **transactions** | [**Array<Transaction>**](Transaction.md) | 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](#paginatingresults) for more information. | [optional]
Version data entries
32 entries across 32 versions & 1 rubygems