TransactionsWrapperGetCurrentBuys Method |
View Project on GitHub
Currently unfulfilled buy transactions.
Namespace: GW2CSharp.V2.Authenticated.CommerceAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic IEnumerable<Transaction> GetCurrentBuys()
Return Value
Type:
IEnumerableTransactionList of buy transactions.
See Also