Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 2.8 KB

File metadata and controls

52 lines (43 loc) · 2.8 KB

MenuSectionItem

Properties

Name Type Description Notes
actualPrice Double Actual price - the minimum price possible when all required option set items prices are included. [optional]
menuItemOptionSets List<MenuItemOptionSet> Menu item option sets [optional]
dailySpecialHours List<BusinessHoursPeriod> Daily special hours [optional]
publicId UUID Permanent reference to the item. [optional]
taxRateName String Tax rate name [optional]
taxRateId Integer TaxRate [optional]
taxValue Double TaxValue - the tax associated with this item, based on TaxRate / TaxType and Currency (currency determines decimal point precision) [optional]
excludeFromVoucherDiscounting Boolean If true, the item is excluded from voucher discount calculations [optional]
metadata List<CreateMetadata> List of metadata [optional]
catalogItemId String Catalog item Id when the Item is associated to a Product [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]

Enum: SpicinessRatingEnum

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

Enum: CellLayoutTypeEnum

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