StoryProductCatalogComponent

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

This data class represents the ProductCatalog component.

Constructors

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

Properties

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

action url list assigned to the interactive component

customPayload
Link copied to clipboard
open override val customPayload: String?

Custom payload for this ProductCatalog component if exists

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