| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | A unique identifier for an object. | [optional] [readonly] |
| name | str | [optional] | |
| item | bool, date, datetime, dict, float, int, list, str, none_type | [optional] | |
| total_tax | int, none_type | [optional] | |
| total_discount | int, none_type | [optional] | |
| total_amount | int, none_type | [optional] | |
| quantity | float, none_type | [optional] | |
| unit_price | float, none_type | [optional] | |
| applied_taxes | [bool, date, datetime, dict, float, int, list, str, none_type] | [optional] | |
| applied_discounts | [bool, date, datetime, dict, float, int, list, str, none_type] | [optional] | |
| modifiers | [bool, date, datetime, dict, float, int, list, str, none_type] | Customizable options – toppings, add-ons, or special requests – create item modifiers. Modifiers that are applied to items will display on your customers’ digital receipts | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.