Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Current »

listCurrencyRates

List<CurrencyRate> listCurrencyRates ( String fromCurrency ) throws AccountAPINGException

Returns a list of currency rates based on given currency

Parameter name

Type

Required

Description

fromCurrency

String

 

The currency from which the rates are computed. Please note: GBP is currently the only based currency support

Return type

Description

List<CurrencyRate>

List of currency rates

Throws

Description

AccountAPINGException

Generic exception that is thrown if this operation fails for any reason.

  • No labels