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] |