Get a list of the available currencies that a customer may use to purchase credits
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property Currencies As CurrencyCollection |
| C# |
|---|
| public CurrencyCollection Currencies { get; } |
| C++ |
|---|
| public property CurrencyCollection Currencies sealed { CurrencyCollection get(); } |
| J# |
|---|
| /** property */ public CurrencyCollection get_Currencies(); |
| JScript |
|---|
| public function get Currencies() : CurrencyCollection |
Property Value
The list of all available supported currencies
Exceptions
| Exception Type | Condition |
|---|---|
| ApiConnectivityException | Thrown when there is an issue with internet connectivity. |
| ApiExecutionException | Thrown when an issue obtaining the currencies. |