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

Files

Latest commit

aabafd4 · Aug 16, 2019

History

History
17 lines (9 loc) · 702 Bytes

BatchRetrieveOrdersResponse.md

File metadata and controls

17 lines (9 loc) · 702 Bytes

Square.Connect.Model.BatchRetrieveOrdersResponse

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. [optional]
Errors List<Error> Any errors that occurred during the request. [optional]

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