Story Product Catalog Component
data class StoryProductCatalogComponent(id: String, actionUrlList: List<String?>?, products: List<STRProductItem>?, customPayload: String?) : StoryComponent
Content copied to clipboard
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?)
Content copied to clipboard
Properties
actionUrlList
Link copied to clipboard
customPayload
Link copied to clipboard
products
Link copied to clipboard
type
Link copied to clipboard