Name | Type | Description | Notes |
---|---|---|---|
Name | string | The name of the line item. This value cannot exceed 500 characters. | [optional] |
Quantity | string | The quantity to purchase, as a string representation of a number. Currently, only integer values are supported. | |
BasePriceMoney | Money | The base price for a single unit of the line item's associated variation. If a line item represents a Custom Amount instead of a particular product, this field indicates that amount. | [optional] |
Taxes | List<CreateOrderRequestTax> | The taxes include the custom taxes. | [optional] |
Discounts | List<CreateOrderRequestDiscount> | The discounts include the custom discounts. | [optional] |