ProductCategoryResponseItem

data class ProductCategoryResponseItem(val id: String, val name: String, val code: String, val children: List<ProductCategoryResponseSubItem>)(source)

Constructors

Link copied to clipboard
constructor(id: String, name: String, code: String, children: List<ProductCategoryResponseSubItem>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard