# openapi.model.AppointmentConfig

## Load the model package
```dart
import 'package:openapi/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** | Unique identifier | [optional] 
**createdAt** | [**DateTime**](DateTime.md) |  | [optional] 
**updatedAt** | [**DateTime**](DateTime.md) |  | [optional] 
**nextDaysCanBeBooked** | **num** | Next days that can be booked, for example you can set it for 30 days and then a customer can book from today to the next 30 days | 
**isAuthenticationRequired** | [**AppointmentConfigIsAuthenticationRequired**](AppointmentConfigIsAuthenticationRequired.md) |  | 
**cancelNumber** | **num** | Next days that the session can be cancelled | 
**cancelType** | [**AppointmentConfigCancelTypeEnum**](AppointmentConfigCancelTypeEnum.md) |  | 
**automaticallyApprove** | **bool** |  | 
**emails** | [**BuiltList&lt;AppointmentConfigEmail&gt;**](AppointmentConfigEmail.md) |  | 

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


