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