BagItemDetails

@Serializable
data class BagItemDetails(val size: Int, val noSellOrSort: Boolean) : ItemDetails

Data model for bag item details

Constructors

Link copied to clipboard
constructor(size: Int, noSellOrSort: Boolean)

Properties

Link copied to clipboard
@SerialName(value = "no_sell_or_sort")
val noSellOrSort: Boolean
Link copied to clipboard
val size: Int