Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.58 KB

ModifierGroup.md

File metadata and controls

16 lines (13 loc) · 1.58 KB

# ModifierGroup

Properties

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 `&quot;UNAVAILABLE&quot;` if no available modifier to be selected within the required modifier group where `&quot;selectionRangeMin&quot;: 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]

[Back to Model list] [Back to API list] [Back to README]