API Docs / Schemas / BankHolidayDto

BankHolidayDto

Bank holiday information

Properties

Name Type Description
datestring

The date of the bank holiday

The date of the bank holiday

namestring

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"
}