Method GetRealMoneyPurchasesAsync
GetRealMoneyPurchasesAsync()
Gets all the real money purchases currently configured and published in the Economy Dashboard.
Declaration
[Obsolete("GetRealMoneyPurchasesAsync has been replaced by first caching your configuration using SyncConfigurationAsync and then using the GetRealMoneyPurchases method. This API will be removed in an upcoming release.", false)]
Task<List<RealMoneyPurchaseDefinition>> GetRealMoneyPurchasesAsync()
Returns
| Type | Description |
|---|---|
| Task<List<RealMoneyPurchaseDefinition>> | A list of RealMoneyPurchaseDefinition |
Exceptions
| Type | Condition |
|---|---|
| EconomyException | Thrown if request is unsuccessful |