TransactionsWrapperGetHistoryBuys Method (String) |
View Project on GitHub
Fulfilled buy transactions of the past 90 days.
Namespace: GW2CSharp.V2.Authenticated.CommerceAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic IEnumerable<Transaction> GetHistoryBuys(
string token
)
Parameters
- token
- Type: SystemString
API key.
Return Value
Type:
IEnumerableTransactionHistory of buy transactions.
See Also