Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.43 KB

File metadata and controls

23 lines (20 loc) · 1.43 KB

Flipdish.Model.MenuItemOptionSetItem

Properties

Name Type Description Notes
MenuItemOptionSetItemId int? Menu item option set item identifier [optional]
PublicId Guid? Permanent reference to the item. [optional]
Metadata List<CreateMetadata> List of metadata [optional]
NextMenuItemOptionSetId int? if null, next option set is next. if -1, this is the final option set [optional]
CatalogItemId string Catalog item Id when the OptionSet is associated to a Product [optional]
TaxRateName string Tax rate name [optional]
TaxRateId int? [optional]
TaxValue double? [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]

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