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