Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 893 Bytes

File metadata and controls

16 lines (13 loc) · 893 Bytes

Flipdish.Model.MenuItemOptionSetItemBase

Properties

Name Type Description Notes
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]