@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
25 lines (17 loc) • 685 B
Markdown
# SchoolAccessSettings
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enabled** | **boolean** | | [default to undefined]
**emailSuffixes** | **Array<string>** | | [default to undefined]
**requireCertification** | **boolean** | | [default to undefined]
## Example
```typescript
import { SchoolAccessSettings } from '@tennac-booking/sdk';
const instance: SchoolAccessSettings = {
enabled,
emailSuffixes,
requireCertification,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)