| Name | Type | Description | Notes |
|---|---|---|---|
| menuItemOptionSetItemId | Integer | Menu item option set item identifier | [optional] |
| metadata | List<CreateMetadata> | List of metadata | [optional] |
| taxRateName | String | Tax rate name | [optional] |
| nextMenuItemOptionSetId | Integer | if null, next option set is next. if -1, this is the final option set | [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 | Boolean | Is available | [optional] |
| displayOrder | Integer | Display order. Displayed in ascending order. | [optional] |
| cellLayoutType | CellLayoutTypeEnum | Small | Medium |
| imageUrl | String | Image url | [optional] |
| publicId | UUID | Permanent reference to the item. | [optional] |
| Name | Value |
|---|---|
| SMALL | "Small" |
| MEDIUM | "Medium" |
| LARGE | "Large" |
| HIDDENIMAGE | "HiddenImage" |