Package-level declarations
Types
Link copied to clipboard
class ProductItem(val id: String, val title: String, val brand: String, val imageUrls: List<String>, val price: ProductPrice? = null)
Represents a product item in the SDK's product catalog.
Link copied to clipboard
Represents the price information for a product.