Item

fun Item(    instanceId: String? = null,     sku: String? = null,     type: InventoryResponse.Item.Type? = null,     name: String? = null,     quantity: Long? = null,     description: String? = null,     imageUrl: String? = null,     groups: List<Group> = emptyList(),     attributes: List<ItemAttributes>,     remainingUses: Long? = null,     virtualItemType: InventoryResponse.Item.VirtualItemType? = null)

Sources

Link copied to clipboard