Package ai.systema.model.index

Types

Product
Link copied to clipboard
common
data class Product(id: String, brand: String?, currency: String?, description: String?, image: String, images: List<String>?, inStock: Boolean?, itemGroupId: String?, link: String, price: Double?, promotion: String?, salePrice: Float?, title: String, recId: String, tags: List<String>?, attributes: Map<String, JsonElement>?)