Flipdish.Model.CreateFullMenuSectionItem
| Name |
Type |
Description |
Notes |
| MenuItemOptionSets |
List<CreateFullMenuItemOptionSet> |
Menu item option sets |
[optional] |
| Metadata |
List<CreateMetadata> |
List of metadata |
[optional] |
| TaxRateName |
string |
Tax rate name |
[optional] |
| Name |
string |
Menu item name (like "Korma") |
[optional] |
| Description |
string |
Description (like "A lovely dish from the east") |
[optional] |
| SpicinessRating |
string |
Spiciness rating |
[optional] |
| Price |
double? |
Price - this is only used when there is no master option set and should be set to 0 if a master option set exists. |
[optional] |
| DepositReturnFee |
double? |
An optional fee that can be added to the price of the item. |
[optional] |
| DisplayOrder |
int? |
Display order |
[optional] |
| Alcohol |
bool? |
To be set true if the item or an option of the item contains an alcoholic drink. |
[optional] |
| IsAvailable |
bool? |
True if we accept orders for this item still |
[optional] |
| CellLayoutType |
string |
Small |
Medium |
| DisableVouchers |
bool? |
If true, then vouchers won't be applied for this item |
[optional] |
| ImageName |
string |
Image url |
[optional] |
| ImageUrl |
string |
Image url |
[optional] |
| MenuItemId |
int? |
Menu Item Id |
[optional] |
| ExcludeFromVoucherDiscounting |
bool? |
If true, the item is excluded from voucher discount calculations |
[optional] |
| PublicId |
Guid? |
Permanent reference to the item. |
[optional] |
[Back to Model list] [Back to API list] [Back to README]