Item
fun Item( sku: String, groups: List<Group> = emptyList(), name: String? = null, type: String, attributes: List<Any> = emptyList(), description: String? = null, imageUrl: String? = null, quantity: Int, isFree: Boolean, price: Price? = null, inventoryOption: InventoryOption? = null, virtualItemType: RedeemCouponResponse.VirtualItemType? = null, virtualPrices: List<VirtualPrice> = emptyList())
Content copied to clipboard