ProductGenerationItem

data class ProductGenerationItem(val productId: String, val catalogName: String? = null, val imageUrls: List<String>, val title: String)

One of possible item for generation product flow

Parameters

productId
  • Id of product to generate

catalogName

Constructors

Link copied to clipboard
constructor(productId: String, catalogName: String? = null, imageUrls: List<String>, title: String)

Properties

Link copied to clipboard
val catalogName: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard