GW2v2AccountBankSlot
@Serializable
Information about a bank slot.
Parameters
id
the item's ID
count
the amount of items in the stack
charges
the amount of charges remaining on the item
skin
the ID of the skin applied to the item
dyes
the IDs of the dyes applied to the item
upgrades
the array of item IDs of runes or sigils applied to the item
upgradeSlotIndices
the slot of the corresponding upgrade
infusions
the array of item IDs of infusions applied to the item
stats
contains information on the stats chosen if the item offers an option for stats/prefix
binding
the binding of the material
boundTo
name of the character the item is bound to
Constructors
Link copied to clipboard
constructor(id: GW2ItemId, count: Int, charges: Int? = null, skin: GW2SkinId? = null, dyes: List<Int>? = null, upgrades: List<GW2ItemId>? = null, upgradeSlotIndices: List<Int>? = null, infusions: List<GW2ItemId>? = null, stats: GW2v2AccountBankSlot.Stats? = null, binding: String? = null, boundTo: String? = null)