UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

31 lines (23 loc) 1.07 kB
# UpdateClubReservationSettingsRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **maxWeeklyBookings** | **number** | | [default to undefined] **unlimitedWeeklyBookings** | **boolean** | | [default to undefined] **maxSlotsPerBooking** | **number** | | [default to undefined] **cancellationDelayInHours** | **number** | | [default to undefined] **eventCancellationDelayInHours** | **number** | | [optional] [default to undefined] **bookingPeriodInDays** | **number** | | [default to undefined] ## Example ```typescript import { UpdateClubReservationSettingsRequest } from '@tennac-booking/sdk'; const instance: UpdateClubReservationSettingsRequest = { maxWeeklyBookings, unlimitedWeeklyBookings, 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)