Flipdish.Model.MenuItemOptionSetItem
| 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? |
TaxRateId. |
[optional] |
| TaxValue |
double? |
TaxValue. |
[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]