GW2v2CommerceTransaction

constructor(id: Long, itemId: GW2ItemId, price: Long, quantity: Long, 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