UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

29 lines (21 loc) 941 B
# ClubReservationSettingsResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **maxWeeklyBookings** | **number** | | [default to undefined] **maxSlotsPerBooking** | **number** | | [default to undefined] **cancellationDelayInHours** | **number** | | [default to undefined] **eventCancellationDelayInHours** | **number** | | [default to undefined] **bookingPeriodInDays** | **number** | | [default to undefined] ## Example ```typescript import { ClubReservationSettingsResponse } from '@tennac-booking/sdk'; const instance: ClubReservationSettingsResponse = { maxWeeklyBookings, maxSlotsPerBooking, cancellationDelayInHours, eventCancellationDelayInHours, bookingPeriodInDays, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)