A wrapper object with fields that allow reference to a Toast entity by Toast GUID.
Array of objects (AppliedTaxRate) Derived from | |
| chargeAmount | number <double> The final applied amount excluding tax. This is required if amountType is OPEN. |
| chargeType | string Derived from |
| delivery | boolean Derived from |
| entityType required | string The type of object this is. |
| externalId | string External identifier string that is prefixed by the naming authority. |
| gratuity | boolean Derived from |
| guid required | string The GUID maintained by Toast. |
| name | string Derived from |
required | object (ExternalReference) A wrapper object with fields that allow reference to a Toast entity by Toast GUID. |
| taxable | boolean Derived from |
{- "guid": "string",
- "entityType": "string",
- "externalId": "string",
- "chargeAmount": 0,
- "serviceCharge": {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}, - "chargeType": "FIXED",
- "name": "string",
- "delivery": true,
- "gratuity": true,
- "taxable": true,
- "appliedTaxes": [
- {
- "guid": "string",
- "entityType": "string",
- "taxRate": {
- "guid": "string",
- "entityType": "string"
}, - "name": "string",
- "rate": 0,
- "taxAmount": 0,
- "type": "PERCENT"
}
]
}