Click or drag to resize
TransactionsWrapper Constructor
View Project on GitHub
Returns a wrapper for all transactions endpoint calls. Results are cached for five minutes.

Namespace: GW2CSharp.V2.Authenticated.Commerce
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public TransactionsWrapper(
	string accountToken
)

Parameters

accountToken
Type: SystemString
Accounttoken which all authenticated calls will automatically use.
See Also