A response to the request for an exchange rate value. It represents the exchange rate from the source currency to the target currency.

Hierarchy

  • ExchangeRateResponse

Constructors

Properties

exchangeRate: number

The exchange rate between the 2 currencies

Designates if the response is a success ('OK') or failure ('ERR').

sourceCurrencyCode: string

The ISO 4217 currency code that represents the source currency of the exchange rate.

targetCurrencyCode: string

The ISO 4217 currency code that represents the target currency of the exchange rate.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

Generated using TypeDoc