UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

27 lines (19 loc) 944 B
# ClubAccessSettingsResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **publicAccess** | [**PublicAccessSettings**](PublicAccessSettings.md) | | [default to undefined] **schoolAccess** | [**SchoolAccessSettings**](SchoolAccessSettings.md) | | [default to undefined] **hotelAccess** | [**HotelAccessSettings**](HotelAccessSettings.md) | | [default to undefined] **paymentRequirements** | [**PaymentRequirementsSettings**](PaymentRequirementsSettings.md) | | [default to undefined] ## Example ```typescript import { ClubAccessSettingsResponse } from '@tennac-booking/sdk'; const instance: ClubAccessSettingsResponse = { publicAccess, schoolAccess, hotelAccess, paymentRequirements, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)