class RestaurantCategoryInfo
Extended category info for restaurant which contains list of products and images. Also see com.srv4pos.server.api.category.CategoryInfo.
| RestaurantCategoryInfo()Extended category info for restaurant which contains list of products and images. Also see com.srv4pos.server.api.category.CategoryInfo. | 
| var images: List<String> | |
| var name: String? | |
| var products: List<ProductAdvancedInfo> |