| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The modifier's ID that is on the partner's system. This ID should be unique. | |
| name | string | The name of the modifier. | |
| name_translation | array<string,string> | Translation of the modifier name. Only support up to 1 translated language. Refer Menu Translation. | [optional] |
| available_status | string | The status for the modifier. Refer to FAQs for more details about availableStatus. Note: `HIDE` will only update the modifier to unavailable, remove the modifier from the menu if you want to hide it entirely. | |
| price | int | The modifier's price in minor format. Refer to FAQs for more details about tax. | [optional] |
| barcode | string | The barcode Number (GTIN). GTIN must be 8, 12, 13, 14 numeric digits. | [optional] |
| sequence | int | The sort or display order of the modifier within the menu. | [optional] |
| advanced_pricing | \Grab\GrabfoodApiSdk\Model\AdvancedPricing | [optional] |