Name | Type | Description | Notes |
---|---|---|---|
id | string | The modifier group's ID that is on the partner system. This ID should be unique. | |
name | string | The name of the modifier group. | |
name_translation | array<string,string> | Translation of the modifier group name. Only support up to 1 translated language. Refer Menu Translation. | [optional] |
available_status | string | The status for the modifier group. > The item may be marked as `"UNAVAILABLE"` if no available modifier to be selected within the required modifier group where `"selectionRangeMin": 1`. | |
selection_range_min | int | The minimum quantity of the modifiers to be selected. Refer to FAQs for more details about selection range. | [optional] |
selection_range_max | int | The maximum quantity of the modifiers to be selected. Refer to FAQs for more details about selection range. | |
sequence | int | The sort or display order of the modifier group within the menu. | [optional] |
modifiers | \Grab\GrabfoodApiSdk\Model\MenuModifier[] | An array of modifier JSON objects. Max 100 per modifierGroup. Refer to Modifiers for more information. | [optional] |