Click or drag to resize
TransactionsWrapperGetHistoryBuys Method (String)
View Project on GitHub
Fulfilled buy transactions of the past 90 days.

Namespace: GW2CSharp.V2.Authenticated.Commerce
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public IEnumerable<Transaction> GetHistoryBuys(
	string token
)

Parameters

token
Type: SystemString
API key.

Return Value

Type: IEnumerableTransaction
History of buy transactions.
See Also