Item

fun Item(    sku: String,     name: String,     groups: List<Group> = emptyList(),     attributes: List<Any> = emptyList(),     type: String,     description: String,     imageUrl: String,     isFree: Boolean,     price: Price,     virtualPrices: List<VirtualPrice> = emptyList())

Sources

Link copied to clipboard