-
Notifications
You must be signed in to change notification settings - Fork 0
IExchangeRatesClient.GetCurrencies Method
maurizuki edited this page Oct 22, 2020
·
3 revisions
Namespace: BIExchangeRates.Client
Assembly: BIExchangeRates.Client.dll
Returns the list of all the available currencies.
Task<CurrenciesModel> GetCurrencies (Language language = Language.En);
Parameter | Type | Description |
---|---|---|
language | Language | The language of the returned data. |
Task<CurrenciesModel>
A task that represents the asynchronous operation. The task result contains the list of all the available currencies.