Name | Type | Description | Notes |
---|---|---|---|
name | String | The item's name. | [optional] |
quantity | Float | The quantity of the item purchased. This can be a decimal value. | [optional] |
itemization_type | String | The type of purchase that the itemization represents, such as an ITEM or CUSTOM_AMOUNT | [optional] |
item_detail | V1PaymentItemDetail | Details of the item, including its unique identifier and the identifier of the item variation purchased. | [optional] |
notes | String | Notes entered by the merchant about the item at the time of payment, if any. | [optional] |
item_variation_name | String | The name of the item variation purchased, if any. | [optional] |
total_money | V1Money | The total cost of the item, including all taxes and discounts. | [optional] |
single_quantity_money | V1Money | The cost of a single unit of this item. | [optional] |
gross_sales_money | V1Money | The total cost of the itemization and its modifiers, not including taxes or discounts. | [optional] |
discount_money | V1Money | The total of all discounts applied to the itemization. This value is always negative or zero. | [optional] |
net_sales_money | V1Money | The sum of gross_sales_money and discount_money. | [optional] |
taxes | Array<V1PaymentTax> | All taxes applied to this itemization. | [optional] |
discounts | Array<V1PaymentDiscount> | All discounts applied to this itemization. | [optional] |
modifiers | Array<V1PaymentModifier> | All modifier options applied to this itemization. | [optional] |