Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.11 KB

SearchOrdersResponse.md

File metadata and controls

12 lines (9 loc) · 1.11 KB

SearchOrdersResponse

Properties

Name Type Description Notes
OrderEntries []OrderEntry List of `OrderEntries` that fit the query conditions. Populated only if `return_entries` was set to `true` in the request. [optional] [default to null]
Orders []Order List of `Order` objects that match query conditions. Populated only if `return_entries` in the request is set to `false`. [optional] [default to null]
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] [default to null]
Errors []ModelError `Errors` encountered during the search. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]