Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.03 KB

Order.md

File metadata and controls

16 lines (11 loc) · 1.03 KB

Square.Connect.Model.Order

Properties

Name Type Description Notes
LocationId string The ID of the merchant location this order is associated with. [optional]
ReferenceId string A client specified identifier to associate an entity in another system with this order. [optional]
LineItems List<OrderLineItem> The line items included in the order. Every order has at least one line item. [optional]
TotalMoney Money The total amount of money to collect for the order. [optional]
TotalTaxMoney Money The total tax amount of money to collect for the order. [optional]
TotalDiscountMoney Money The total discount amount of money to collect for the order. [optional]

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