Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 875 Bytes

ListTransactionsResponse.md

File metadata and controls

14 lines (9 loc) · 875 Bytes

SquareConnect::ListTransactionsResponse

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

Name Type Description Notes
errors Array<Error> Any errors that occurred during the request. [optional]
transactions Array<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 Pagination for more information. [optional]