# HolidayConfiguration

Represents the holiday for currency configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**date** | **string** | The day of the holiday. | [optional] [default to undefined]
**id** | **string** | The id of the holiday. | [optional] [default to undefined]
**isAnnuallyRecurring** | **boolean** | Specify if a holiday is recurring or not. | [optional] [default to undefined]
**name** | **string** | The name of the holiday. | [optional] [default to undefined]

## Example

```typescript
import { HolidayConfiguration } from './api';

const instance: HolidayConfiguration = {
    date,
    id,
    isAnnuallyRecurring,
    name,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
