| Name | Type | Description | Notes |
|---|---|---|---|
| menuItemOptionSetId | Integer | Menu item option set identifier | [optional] |
| imageName | String | Image Name | [optional] |
| imageUrl | String | Image url | [optional] |
| menuItemOptionSetItems | List<MenuItemOptionSetItem> | Option set items | [optional] |
| publicId | UUID | Permanent reference to the item. | [optional] |
| catalogItemId | String | Catalog item Id when the OptionSet is associated to a Product | [optional] |
| name | String | Menu item option set name | [optional] |
| isMasterOptionSet | Boolean | Is master option set. This can affect the layout of the options in the menu displayed to the customer. Usually it is true if the option could be considerd a standalone item as opposed to an addition ("with ketchup") or modifier ("large"). | [optional] |
| displayOrder | Integer | Display order. Displayed in ascending order. | [optional] |
| minSelectCount | Integer | Minimum items must be selected | [optional] |
| maxSelectCount | Integer | Maximum number of items can be selected | [optional] |
| cellLayoutType | CellLayoutTypeEnum | Small | Medium |
| Name | Value |
|---|---|
| SMALL | "Small" |
| MEDIUM | "Medium" |
| LARGE | "Large" |
| HIDDENIMAGE | "HiddenImage" |