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

Latest commit

 

History

History
15 lines (10 loc) · 1.07 KB

SearchOrdersResponse.md

File metadata and controls

15 lines (10 loc) · 1.07 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 [OrderEntry] List of `OrderEntries` that fit the query conditions. Populated only if `return_entries` was set to `true` in the request. [optional]
orders [Order] List of `Order` objects 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 [Error] `Errors` encountered during the search. [optional]