HapiProductCategory
data class HapiProductCategory(Product: List<HapiProduct>, name: String, cls: String?)
Content copied to clipboard
Product category info.
Constructors
HapiProductCategory
Link copied to clipboard
fun HapiProductCategory(Product: List<HapiProduct> = emptyList(), name: String, cls: String?)
Content copied to clipboard