STRProductItem
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?, wishlist: Boolean?)
Content copied to clipboard
Data class that represents the storyly product
Constructors
STRProductItem
Link copied to clipboard
fun STRProductItem(productId: String, productGroupId: String, title: String, url: String, desc: String?, price: Float, salesPrice: Float? = null, currency: String, imageUrls: List<String>?, variants: List<STRProductVariant>, ctaText: String? = null, wishlist: Boolean? = false)
Content copied to clipboard
Properties
productGroupId
Link copied to clipboard
salesPrice
Link copied to clipboard
variants
Link copied to clipboard