VerticalFeedItemProductCardComponent

data class VerticalFeedItemProductCardComponent(id: String, text: String?, actionUrl: String?, products: List<STRProductItem>?) : VerticalFeedItemComponent

This data class represents the ProductCard component.

Constructors

VerticalFeedItemProductCardComponent
Link copied to clipboard
fun VerticalFeedItemProductCardComponent(id: String, text: String?, actionUrl: String?, products: List<STRProductItem>?)

Properties

actionUrl
Link copied to clipboard
val actionUrl: String?
id
Link copied to clipboard
open override val id: String

Id of the interactive component

products
Link copied to clipboard
val products: List<STRProductItem>?

products assigned to the interactive component

text
Link copied to clipboard
val text: String?
type
Link copied to clipboard
val type: VerticalFeedItemComponentType

Type of the interactive component