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

Latest commit

 

History

History
16 lines (11 loc) · 1.48 KB

SearchOrdersResponse.md

File metadata and controls

16 lines (11 loc) · 1.48 KB

SquareConnect::SearchOrdersResponse

Description

Only one of order_entries or orders fields will be set, depending on whether return_entries was set on the SearchOrdersRequest.

Properties

Name Type Description Notes
order_entries Array<OrderEntry> List of OrderEntries that fit the query conditions. Populated only if `order_entries` was set to `true` in the request. [optional]
orders Array<Order> List of Orders that match query conditions. Populated only if `return_entries` in the request is set to `false`. [optional]
cursor String The pagination cursor to be used in a subsequent request. If unset, this is the final response. See Pagination for more information. [optional]
errors Array<Error> Errors encountered during the search. [optional]
unconvertible_transaction_ids Array<String> List of transaction IDs identifying transactions that could not be converted to an `Order`. Empty if `return_entries` is true, however, attempts to retrieve those orders may encounter subsequent `unconvertible_transcation_ids` Note that this field will not be present after SearchOrders moves from BETA to GA. [optional]