Name | Type | Description | Notes |
---|---|---|---|
Id | string | The modifier list's unique ID. | [optional] |
Name | string | The modifier list's name. | [optional] |
SelectionType | SelectionTypeEnum | Indicates whether MULTIPLE options or a SINGLE option from the modifier list can be applied to a single item. | [optional] |
ModifierOptions | List<V1ModifierOption> | The options included in the modifier list. | [optional] |
Name | Value |
---|---|
SINGLE | "SINGLE" |
MULTIPLE | "MULTIPLE" |