Get Products Product
data class GetProductsProduct(val categoryId: Int, val code: String, val deliveryDate: String, val deliveryWay: String, val imageUrl: String, val name: String, val operationSystem: String, val score: String, val shortDescription: String, val suggestedPrice: String, val supplierId: Int, val supplierName: String, val tags: String, val targetUrl: String, val warrantyDate: String)
Constructors
Link copied to clipboard
fun GetProductsProduct(categoryId: Int, code: String, deliveryDate: String, deliveryWay: String, imageUrl: String, name: String, operationSystem: String, score: String, shortDescription: String, suggestedPrice: String, supplierId: Int, supplierName: String, tags: String, targetUrl: String, warrantyDate: String)