Properties
| Name | Type | Description | Notes |
|---|
| item | MenuClass_item | | [default to null] |
| item_limit_per_day | BigDecimal | Item limit per day 0 = category is not limited | [default to null] |
| available | Boolean | To check if the item is available | [default to null] |
| visible | Boolean | True if the item should be visible to the customer , item can be available but not be visible | [default to null] |
| order_position | BigDecimal | Position of the item in the store menu | [default to null] |
| category | String | Item category name | [default to null] |
| item_limit_per_time_slot | List | Item limit per time slot | [default to null] |
| stock | BigDecimal | Indicates available stock at the time of pulling the store data | [default to null] |
[Back to Model list] [Back to API list] [Back to README]