ExchangeRateDto Data Type

Abstract Type
Subtypes
ImmutableExchangeRateDto, Json
Implemented Interfaces
Resource
Properties
name data type constraints description
currentRate boolean  
fromDate number  
exchangeRate number  
tradingCurrency Resource required

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "currentRate" : true,
  "fromDate" : 12345,
  "exchangeRate" : 12345.0,
  "tradingCurrency" : {
    "code" : "...",
    "links" : {
      "params" : {
        "property1" : { },
        "property2" : { }
      },
      "href" : "..."
    },
    "id" : 12345
  }
}