Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Authenticated.Commerce
TransactionsWrapper Class
TransactionsWrapper Methods
GetCurrentBuys Method
GetCurrentBuys Method
GetCurrentBuys Method (String)
TransactionsWrapper
GetCurrentBuys Method (String)
View Project on GitHub
Currently unfulfilled buy transactions.
Namespace:
GW2CSharp.V2.Authenticated.Commerce
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
IEnumerable
<
Transaction
>
GetCurrentBuys
(
string
token
)
Parameters
token
Type:
System
String
API key.
Return Value
Type:
IEnumerable
Transaction
List of buy transactions.
See Also
Reference
TransactionsWrapper Class
GetCurrentBuys Overload
GW2CSharp.V2.Authenticated.Commerce Namespace