Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.05 KB

CreateOrderRequest.md

File metadata and controls

14 lines (9 loc) · 1.05 KB

Square.Connect.Model.CreateOrderRequest

Properties

Name Type Description Notes
ReferenceId string An optional ID you can associate with the order for your own purposes (such as to associate the order with an entity ID in your own database). This value cannot exceed 40 characters. [optional]
LineItems List<CreateOrderRequestLineItem> The line items to associate with this order. Each line item represents a different product (or a custom monetary amount) to include in a purchase.
Taxes List<CreateOrderRequestTax> The taxes include the custom taxes. [optional]
Discounts List<CreateOrderRequestDiscount> The discounts include the custom discounts . [optional]

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