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