Class Transaction
- Namespace
- GuildWars2.Commerce.Transactions
- Assembly
- GW2SDK.dll
Information about the completed transaction.
public sealed record Transaction : IEquatable<Transaction>
- Inheritance
-
Transaction
- Implements
- Inherited Members
Properties
- Created
The date and time when the order was created.
- Executed
The date and time when the order was completed.
- Id
The order ID.
- ItemId
The item ID of the transaction.
- Quantity
The amount of items in the transaction.
- UnitPrice
The price per item.