GetProductsProduct

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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Category ID of products.

Link copied to clipboard

The code of the product.

Link copied to clipboard

The delivery date of the product.

Link copied to clipboard

The delivery way of the product.

Link copied to clipboard

The image URL of the product.

Link copied to clipboard

The name of the product.

Link copied to clipboard

The operation system of the product.

Link copied to clipboard

The rating information of the product.

Link copied to clipboard

The short description of the product.

Link copied to clipboard

The suggested price of the product.

Link copied to clipboard

The supplier id of the product.

Link copied to clipboard

The supplier name of the product.

Link copied to clipboard

The tags of the product.

Link copied to clipboard

The detail page URL of the product.

Link copied to clipboard

The warranty date of the product.