Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 974 Bytes

File metadata and controls

27 lines (20 loc) · 974 Bytes

MenuItemOptionSetItemBase

Properties

Name Type Description Notes
name String Name [optional]
price Double Price [optional]
depositReturnFee Double An optional fee that can be added to the price of the item. [optional]
isAvailable Boolean Is available [optional]
displayOrder Integer Display order. Displayed in ascending order. [optional]
cellLayoutType CellLayoutTypeEnum Small Medium
imageUrl String Image url [optional]
publicId UUID Permanent reference to the item. [optional]

Enum: CellLayoutTypeEnum

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