| Name | Type | Description | Notes |
|---|---|---|---|
| menu_item_option_sets | \Flipdish\Client\Models\CreateFullMenuItemOptionSet[] | Menu item option sets | [optional] |
| metadata | \Flipdish\Client\Models\CreateMetadata[] | List of metadata | [optional] |
| tax_rate_name | string | Tax rate name | [optional] |
| name | string | Menu item name (like "Korma") | [optional] |
| description | string | Description (like "A lovely dish from the east") | [optional] |
| spiciness_rating | 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] |
| deposit_return_fee | double | An optional fee that can be added to the price of the item. | [optional] |
| display_order | int | Display order | [optional] |
| alcohol | bool | To be set true if the item or an option of the item contains an alcoholic drink. | [optional] |
| is_available | bool | True if we accept orders for this item still | [optional] |
| cell_layout_type | string | Small | Medium |
| disable_vouchers | bool | If true, then vouchers won't be applied for this item | [optional] |
| image_name | string | Image url | [optional] |
| image_url | string | Image url | [optional] |
| menu_item_id | int | Menu Item Id | [optional] |
| exclude_from_voucher_discounting | bool | If true, the item is excluded from voucher discount calculations | [optional] |
| public_id | string | Permanent reference to the item. | [optional] |