Name | Type | Description | Notes |
---|---|---|---|
id | string | The modifier's ID that is on the partner's system. | [optional] |
price | int | The modifier's price (tax-inclusive) in minor format. ``` price = round(165 * (1 + 0.06)) = 175 | [optional] |
tax | int | Tax in minor format for 1 modifier. Refer to FAQs for more details about tax. ``` tax = 165*0.06=10 | [optional] |
quantity | int | The number of modifiers present. The value is always 1. | [optional] |