| TransactionsWrapper Class |
Namespace: GW2CSharp.V2.Authenticated.Commerce
public class TransactionsWrapper : ApiBase
The TransactionsWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| TransactionsWrapper |
Returns a wrapper for all transactions endpoint calls. Results are cached for five minutes.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetCurrentBuys |
Currently unfulfilled buy transactions.
| |
| GetCurrentBuys(String) |
Currently unfulfilled buy transactions.
| |
| GetCurrentSells |
Currently unfulfilled sell transactions.
| |
| GetCurrentSells(String) |
Currently unfulfilled sell transactions.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetHistoryBuys |
Fulfilled buy transactions of the past 90 days.
| |
| GetHistoryBuys(String) |
Fulfilled buy transactions of the past 90 days.
| |
| GetHistorySells |
Fulfilled sell transactions of the past 90 days.
| |
| GetHistorySells(String) |
Fulfilled sell transactions of the past 90 days.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |