A wrapper object with fields that allow reference to a Toast entity by Toast GUID.
Array of objects (ConditionalTaxRate) An array of | |
entityType required | string The type of object this is. |
guid required | string The GUID maintained by the Toast POS. |
isDefault | boolean True if this tax rate is the default tax rate. |
name | string The name of this tax rate. |
rate | number <double> The tax rate value. For a fixed amount tax rate, is the fixed amount of the tax. For a percent tax rate, the percentage is expressed as a decimal value. For example, if the tax rate is 6.25%, then If |
roundingType | string The method used to round fractional currency amounts to non-fractional currency amounts. Only applies to Valid values:
For more details and examples, see Rounding options. |
Array of objects (TaxTableRow) An array of | |
type | string The type of the tax rate. |
{- "guid": "string",
- "entityType": "string",
- "name": "string",
- "isDefault": true,
- "rate": 0,
- "type": "PERCENT",
- "roundingType": "HALF_UP",
- "taxTable": [
- {
- "start": 0,
- "end": 0,
- "tax": 0,
- "pattern": true
}
], - "conditionalTaxRates": [
- {
- "condition": "string",
- "rate": 0
}
]
}