BankHolidayDto
Bank holiday information
Properties
| Name | Type | Description |
|---|---|---|
| date | string | The date of the bank holiday |
The date of the bank holiday | ||
| name | string | Name of the bank holiday (e.g., "Good Friday", "Christmas Day") |
Name of the bank holiday (e.g., "Good Friday", "Christmas Day") | ||
JSON Example
{
"date": "2024-01-01",
"name": "string"
}