Story Product Card Component
data class StoryProductCardComponent(id: String, text: String?, actionUrl: String?, products: List<STRProductItem>?) : StoryComponent
Content copied to clipboard
This data class represents the ProductCard component.
Constructors
StoryProductCardComponent
Link copied to clipboard
fun StoryProductCardComponent(id: String, text: String?, actionUrl: String?, products: List<STRProductItem>?)
Content copied to clipboard