A response to the request for an exchange rate value. It represents the exchange rate from the source currency to the target currency.
| Name | Type | Description | Notes |
|---|---|---|---|
| Result | string | Designates if the response is a success ('OK') or failure ('ERR'). | |
| ExchangeRate | decimal | The exchange rate between the 2 currencies | |
| 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. |