GuildStashSlot

@Serializable
data class GuildStashSlot(val id: GW2ItemId, val count: Int)

Information about an item in a guild vault's slot.

Parameters

id

the item's ID

count

the amount of items in the stack

Constructors

Link copied to clipboard
constructor(id: GW2ItemId, count: Int)

Properties

Link copied to clipboard
val count: Int

This field holds the amount of items in the stack.

Link copied to clipboard

This field holds the item's ID.