HapiProductCategory

data class HapiProductCategory(Product: List<HapiProduct>, name: String, cls: String?)

Product category info.

Constructors

HapiProductCategory
Link copied to clipboard
fun HapiProductCategory(Product: List<HapiProduct> = emptyList(), name: String, cls: String?)

Properties

cls
Link copied to clipboard
val cls: String?

Product category in decimal form.

name
Link copied to clipboard
val name: String

Operator name for display.

Product
Link copied to clipboard
val Product: List<HapiProduct>