Click or drag to resize
Transaction Constructor
View Project on GitHub
Initilitation of a new Transaction object.

Namespace: GW2CSharp.V2.Authenticated.Commerce
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Transaction(
	long id,
	int item_id,
	int price,
	int quantity,
	DateTime created,
	DateTime purchased
)

Parameters

id
Type: SystemInt64
Id of the transaction.
item_id
Type: SystemInt32
The item id.
price
Type: SystemInt32
The price in coins.
quantity
Type: SystemInt32
The quantity of the item.
created
Type: SystemDateTime
The date of creation.
purchased
Type: SystemDateTime
The date of purchase.
See Also