GW2v2AccountWalletCurrency

@Serializable
data class GW2v2AccountWalletCurrency(val id: Int, val value: Int)

Information about a currency in a player's wallet.

Parameters

id

the currency ID that can be resolved against /v2/currencies

value

the amount of this currency in the player's wallet

Constructors

Link copied to clipboard
constructor(id: Int, value: Int)

Properties

Link copied to clipboard
val id: Int

This field holds the currency ID that can be resolved against /v2/currencies.

Link copied to clipboard
val value: Int

This field holds the amount of this currency in the player's wallet.