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 TypeCondition
ApiConnectivityExceptionThrown when there is an issue with internet connectivity.
ApiExecutionExceptionThrown when an issue obtaining the currencies.

See Also