Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.33 KB

File metadata and controls

31 lines (24 loc) · 1.33 KB

CreateFullMenuItemOptionSetItem

Properties

Name Type Description Notes
menuItemOptionSetItemId Integer Menu item option set item identifier [optional]
metadata List<CreateMetadata> List of metadata [optional]
taxRateName String Tax rate name [optional]
nextMenuItemOptionSetId Integer if null, next option set is next. if -1, this is the final option set [optional]
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"