Product
data class Product(val cid: Int, val baseProductCode: String, val productCode: String, val janCode: String? = null, val name: String, val label: String, val labelCode: Int? = null, val category: String, val categoryCode: String, val color: String, val colorCode: String, val size: String, val sizeCode: String, val productUrl: String, val imageUrl: String, val sellingPrice: Int? = null, val isPublic: Boolean? = null)(source)
Constructors
Link copied to clipboard
constructor(cid: Int, baseProductCode: String, productCode: String, janCode: String? = null, name: String, label: String, labelCode: Int? = null, category: String, categoryCode: String, color: String, colorCode: String, size: String, sizeCode: String, productUrl: String, imageUrl: String, sellingPrice: Int? = null, isPublic: Boolean? = null)