Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.09 KB

File metadata and controls

15 lines (12 loc) · 1.09 KB

Flipdish.Model.MenuItemOptionSetBase

Properties

Name Type Description Notes
Name string Menu item option set name [optional]
IsMasterOptionSet bool? 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 int? Display order. Displayed in ascending order. [optional]
MinSelectCount int? Minimum items must be selected [optional]
MaxSelectCount int? Maximum number of items can be selected [optional]
CellLayoutType string Small Medium
PublicId Guid? Permanent reference to the item. [optional]

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