GW2v2CommerceExchange

@Serializable
data class GW2v2CommerceExchange(val coinsPerGem: Int, val quantity: Int)

Information about an exchange.

Parameters

coinsPerGem

the number of coins received/required for a single gem

quantity

the number of coins/gems for received for the specified quantity of gems/coins

Constructors

Link copied to clipboard
constructor(coinsPerGem: Int, quantity: Int)

Properties

Link copied to clipboard
@SerialName(value = "coins_per_gem")
val coinsPerGem: Int

This field holds the number of coins received/required for a single gem.

Link copied to clipboard

This field holds the number of coins/gems for received for the specified quantity of gems/coins.