Click or drag to resize
TransactionsWrapper.GetHistoryBuys Method
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()

Return Value

Type: IEnumerable<Transaction>
History of buy transactions.
See Also