Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.95 KB

File metadata and controls

44 lines (35 loc) · 1.95 KB

MenuSectionItemBase

Properties

Name Type Description Notes
name String Menu item name (like "Korma") [optional]
description String Description (like "A lovely dish from the east") [optional]
spicinessRating SpicinessRatingEnum Spiciness rating [optional]
price Double Price - this is only used when there is no master option set and should be set to 0 if a master option set exists. [optional]
depositReturnFee Double An optional fee that can be added to the price of the item. [optional]
displayOrder Integer Display order [optional]
alcohol Boolean To be set true if the item or an option of the item contains an alcoholic drink. [optional]
isAvailable Boolean True if we accept orders for this item still [optional]
cellLayoutType CellLayoutTypeEnum Small Medium
disableVouchers Boolean If true, then vouchers won't be applied for this item [optional]
imageName String Image url [optional]
imageUrl String Image url [optional]
menuItemId Integer Menu Item Id [optional]
excludeFromVoucherDiscounting Boolean If true, the item is excluded from voucher discount calculations [optional]
publicId UUID Permanent reference to the item. [optional]

Enum: SpicinessRatingEnum

Name Value
NOTRATED "NotRated"
MILD "Mild"
MEDIUM "Medium"
HOT "Hot"

Enum: CellLayoutTypeEnum

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