Sha256: 1a29dfa7c93551d7450bd9ab5d7ce278feb5903d84528d6190a0985ad7c54146

Contents?: true

Size: 1.48 KB

Versions: 9

Compression:

Stored size: 1.48 KB

Contents

# SquareConnect::SearchOrdersResponse

### Description

Only one of `order_entries` or `orders` fields will be set, depending on whether `return_entries` was set on the [SearchOrdersRequest](#type-searchorderrequest).

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**order_entries** | [**Array<OrderEntry>**](OrderEntry.md) | List of [OrderEntries](#type-orderentry) that fit the query conditions.  Populated only if `order_entries` was set to `true` in the request. | [optional] 
**orders** | [**Array<Order>**](Order.md) | List of [Orders](#type-order) 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](/basics/api101/pagination) for more information. | [optional] 
**errors** | [**Array<Error>**](Error.md) | [Errors](#type-error) 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] 


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
square_connect-2.20190724.1.334 docs/SearchOrdersResponse.md
square_connect-2.20190724.0.331 docs/SearchOrdersResponse.md
square_connect-2.20190724.0.330 docs/SearchOrdersResponse.md
square_connect-2.20190724.0.325 docs/SearchOrdersResponse.md
square_connect-2.20190710.0.321 docs/SearchOrdersResponse.md
square_connect-2.20190612.1.314 docs/SearchOrdersResponse.md
square_connect-2.20190612.0.311 docs/SearchOrdersResponse.md
square_connect-2.20190612.0.309 docs/SearchOrdersResponse.md
square_connect-2.20190508.0.304 docs/SearchOrdersResponse.md