Currencydetails
Represents a currency.
TRUE if the currency is the base currency, FALSE otherwise. It cannot be changed and it's a read-only field not required for update operations.
The currency code, which cannot be changed once the currency is created.
The date this currency was created. It cannot be changed and it's a read-only field not required for update operations.
2016-09-06T13:37:50+03:00currencyHolidays object[]
The list of holidays for this currency.
The date when the holiday was created.
2016-09-06T13:37:50+03:00The date the holiday takes place.
1987-04-26The encoded key of the entity, generated, globally unique
The ID of the holiday.
TRUE if a holiday is annually recurring, FALSE otherwise.
The name of the holiday.
Model representation of the currency symbol position.
Possible values: [BEFORE_NUMBER, AFTER_NUMBER]
The number of digits that are supported for a given currency.
The last date this currency was modified. It's updated automatically and it's a read-only field not required for update operations.
2016-09-06T13:37:50+03:00The name of the currency.
The currency numeric code.
The currency symbol.
Model representation of the currency type.
Possible values: [FIAT_CURRENCY, CRYPTOCURRENCY, NON_TRADITIONAL_CURRENCY]
{
"baseCurrency": true,
"code": "string",
"creationDate": "2016-09-06T13:37:50+03:00",
"currencyHolidays": [
{
"creationDate": "2016-09-06T13:37:50+03:00",
"date": "1987-04-26",
"encodedKey": "string",
"id": 0,
"isAnnuallyRecurring": true,
"name": "string"
}
],
"currencySymbolPosition": "BEFORE_NUMBER",
"digitsAfterDecimal": 0,
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"name": "string",
"numericCode": "string",
"symbol": "string",
"type": "FIAT_CURRENCY"
}