Holidayconfiguration
Represents the holiday for currency configuration.
datestring<date>
The day of the holiday.
Example:
1987-04-26idstring
The id of the holiday.
isAnnuallyRecurringboolean
Specify if a holiday is recurring or not.
namestring
The name of the holiday.
Holidayconfiguration
{
"date": "1987-04-26",
"id": "string",
"isAnnuallyRecurring": true,
"name": "string"
}