GW2v2CommerceExchange

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

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: Long, quantity: Long)

Properties

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

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.