apidocs / com.srv4pos.server.api.restaurant / RestaurantCategoryInfo

RestaurantCategoryInfo

class RestaurantCategoryInfo

Extended category info for restaurant which contains list of products and images. Also see com.srv4pos.server.api.category.CategoryInfo.

Constructors

<init>

RestaurantCategoryInfo()

Extended category info for restaurant which contains list of products and images. Also see com.srv4pos.server.api.category.CategoryInfo.

Properties

images

var images: List<String>

name

var name: String?

products

var products: List<ProductAdvancedInfo>