Item
data class Item( val sku: String? = null, val name: String? = null, val groups: List<Group> = emptyList(), val attributes: List<Any> = emptyList(), val type: String? = null, val description: String? = null, val imageUrl: String? = null, val isFree: Boolean, val price: Price? = null, val virtualPrices: List<VirtualPrice> = emptyList(), val inventoryOption: InventoryOption? = null, val virtualItemType: String? = null, val promotions: List<Promotion> = emptyList(), val limits: ItemLimits? = null) : Parcelable
Content copied to clipboard
Constructors
Link copied to clipboard
fun Item( sku: String? = null, name: String? = null, groups: List<Group> = emptyList(), attributes: List<Any> = emptyList(), type: String? = null, description: String? = null, imageUrl: String? = null, isFree: Boolean, price: Price? = null, virtualPrices: List<VirtualPrice> = emptyList(), inventoryOption: InventoryOption? = null, virtualItemType: String? = null, promotions: List<Promotion> = emptyList(), limits: ItemLimits? = null)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
@SerializedName(value = "inventory_options")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "virtual_item_type")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "virtual_prices")
Content copied to clipboard