StoryProductCatalogComponent

data class StoryProductCatalogComponent(id: String, actionUrlList: List<String?>?, products: List<STRProductItem>?) : StoryComponent

This data class represents the ProductCatalog component.

Constructors

StoryProductCatalogComponent
Link copied to clipboard
fun StoryProductCatalogComponent(id: String, actionUrlList: List<String?>?, products: List<STRProductItem>?)

Properties

actionUrlList
Link copied to clipboard
val actionUrlList: List<String?>?

action url list assigned to the interactive component

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

type
Link copied to clipboard
val type: StoryComponentType

Type of the interactive component