-
Notifications
You must be signed in to change notification settings - Fork 0
ExchangeRatesClient.GetLatestRates Method
maurizuki edited this page Oct 19, 2020
·
2 revisions
Namespace: BIExchangeRates.Client
Assembly: BIExchangeRates.Client.dll
Returns the latest available exchange rates for all the valid currencies.
public async Task<LatestRatesModel> GetLatestRates (Language language = Language.En);
Parameter | Type | Description |
---|---|---|
language | Language | The language of the returned data. |
Task<LatestRatesModel>
A task that represents the asynchronous operation. The task result contains the latest available exchange rates for all the valid currencies.