CurrencyDTO
Currency information object.
idint32
Currency ID
Example:
1valuedouble
Exchange rate (1 for the basic currency)
Example:
1updateTimestampint64
Last update time (epoch seconds)
Example:
1672531200basicboolean
Whether it's the company's basic currency
Example:
trueccystring
Currency code
Example:
USDCurrencyDTO
{
"id": 1,
"value": 1,
"updateTimestamp": 1672531200,
"basic": true,
"ccy": "USD"
}