CurrenciesDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
currency array of CurrencyDto

Example

{
  "currency" : [ {
    "code" : "...",
    "description" : "..."
  }, {
    "code" : "...",
    "description" : "..."
  } ]
}