BatchRetrieveOrdersResponse
May 8, 2019 ยท View on GitHub
squareconnect.models.batch_retrieve_orders_response
Description
Defines the fields that are included in the response body of a request to the BatchRetrieveOrders endpoint.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| orders | list[Order] | The requested orders. This will omit any requested orders that do not exist or are not charged. | [optional] |
| errors | list[Error] | Any errors that occurred during the request. | [optional] |
| unconvertible_transaction_ids | list[str] | List of transaction ids within the requested set of ids that encountered transformation issues when being converted to an Order. | [optional] |