Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 2.25 KB

File metadata and controls

47 lines (38 loc) · 2.25 KB

CreateFullMenuSectionItem

Properties

Name Type Description Notes
menuItemOptionSets List<CreateFullMenuItemOptionSet> Menu item option sets [optional]
metadata List<CreateMetadata> List of metadata [optional]
taxRateName String Tax rate name [optional]
name String Menu item name (like &quot;Korma&quot;) [optional]
description String Description (like &quot;A lovely dish from the east&quot;) [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"