GW2v2CommerceTransaction

constructor(id: Int, itemId: GW2ItemId, price: Int, quantity: Int, created: String, purchased: String? = null)

Parameters

id

the transaction's ID

itemId

the item's ID

price

the price in coins

quantity

the quantity of the item

created

the ISO-8601 standard timestamp of when the transaction was created

purchased

the ISO-8601 standard timestamp of when the transaction was completed