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

Latest commit

 

History

History
17 lines (9 loc) · 694 Bytes

CreateOrderResponse.md

File metadata and controls

17 lines (9 loc) · 694 Bytes

Square.Connect.Model.CreateOrderResponse

Description

Defines the fields that are included in the response body of a request to the CreateOrder endpoint. One of errors or order is present in a given response (never both).

Properties

Name Type Description Notes
Order Order The newly created order. [optional]
Errors List<Error> Any errors that occurred during the request. [optional]

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