Name | Type | Description | Notes |
---|---|---|---|
Name | string | The name of the line item. | [optional] |
Quantity | string | The quantity of the product to purchase. Currently, this string must have an integer value. | [optional] |
Taxes | List<OrderLineItemTax> | The taxes applied to this line item. | [optional] |
Discounts | List<OrderLineItemDiscount> | The discounts applied to this line item. | [optional] |
BasePriceMoney | Money | The base price for a single unit of the line item. | [optional] |
TotalTaxMoney | Money | The total tax amount of money to collect for the line item. | [optional] |
TotalDiscountMoney | Money | The total discount amount of money to collect for the line item. | [optional] |
TotalMoney | Money | The total amount of money to collect for this line item. | [optional] |