STRProduct Item
data class STRProductItem(productId: String, productGroupId: String, title: String, url: String, desc: String?, price: Float, salesPrice: Float?, currency: String, imageUrls: List<String>?, variants: List<STRProductVariant>, ctaText: String?)
Content copied to clipboard
Data class that represents the storyly product
Constructors
STRProductItem
Link copied to clipboard
Properties
productGroupId
Link copied to clipboard
salesPrice
Link copied to clipboard
variants
Link copied to clipboard