GW2v2Currency

@Serializable
data class GW2v2Currency(val id: Int, val name: String, val description: String, val icon: String, val order: Int)

Information about a currency.

Parameters

id

the currency's ID

name

the currency's name

description

a description of the currency

icon

the currency's icon

order

a number that can be used to sort the list of currencies

Constructors

Link copied to clipboard
constructor(id: Int, name: String, description: String, icon: String, order: Int)

Properties

Link copied to clipboard

This field holds a description of the currency.

Link copied to clipboard

This field holds the currency's icon.

Link copied to clipboard
val id: Int

This field holds the currency's ID.

Link copied to clipboard

This field holds the currency's name.

Link copied to clipboard
val order: Int

This field holds a number that can be used to sort the list of currencies.