currency object

Properties of the currency object

{
  "id": "integer",
  "currencyname": "string",
  "exchangerate": "decimal",
  "currencyid": "string",
  "customers": "customer[] array",
  "isactive": "boolean"
}