Item
data class Item( val instanceId: String? = null, val sku: String? = null, val type: InventoryResponse.Item.Type? = null, val name: String? = null, val quantity: Long? = null, val description: String? = null, val imageUrl: String? = null, val groups: List<Group> = emptyList(), val attributes: List<ItemAttributes>, val remainingUses: Long? = null, val virtualItemType: InventoryResponse.Item.VirtualItemType? = null) : Parcelable
Content copied to clipboard
Constructors
Link copied to clipboard
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)
Content copied to clipboard
Types
Functions
Properties
Link copied to clipboard
@SerializedName(value = "virtual_item_type")
Content copied to clipboard