Product
data class Product( val id: String, val brand: String? = null, val currency: String? = null, val description: String? = null, val image: String, val images: List<String>? = null, val inStock: Boolean? = null, val itemGroupId: String? = null, val link: String, val price: Double? = null, val promotion: String? = null, val salePrice: Float? = null, val title: String, val recId: String, val tags: List<String>? = null, val attributes: Map<String, <ERROR CLASS>>? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun Product( id: String, brand: String? = null, currency: String? = null, description: String? = null, image: String, images: List<String>? = null, inStock: Boolean? = null, itemGroupId: String? = null, link: String, price: Double? = null, promotion: String? = null, salePrice: Float? = null, title: String, recId: String, tags: List<String>? = null, attributes: Map<String, <ERROR CLASS>>? = null)
Content copied to clipboard