Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.25 KB

File metadata and controls

20 lines (17 loc) · 1.25 KB

Flipdish.Model.CreateFullMenuItemOptionSetItem

Properties

Name Type Description Notes
MenuItemOptionSetItemId int? Menu item option set item identifier [optional]
Metadata List<CreateMetadata> List of metadata [optional]
TaxRateName string Tax rate name [optional]
NextMenuItemOptionSetId int? 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 bool? Is available [optional]
DisplayOrder int? Display order. Displayed in ascending order. [optional]
CellLayoutType string Small Medium
ImageUrl string Image url [optional]
PublicId Guid? Permanent reference to the item. [optional]

[Back to Model list] [Back to API list] [Back to README]