Item

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

Sources

Link copied to clipboard