Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.18 KB

File metadata and controls

26 lines (19 loc) · 1.18 KB

MenuItemOptionSetBase

Properties

Name Type Description Notes
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
publicId UUID Permanent reference to the item. [optional]

Enum: CellLayoutTypeEnum

Name Value
SMALL "Small"
MEDIUM "Medium"
LARGE "Large"
HIDDENIMAGE "HiddenImage"