UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

23 lines (15 loc) 807 B
# UpdateClubHoursSettingsRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **schedule** | [**PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined**](PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined.md) | | [optional] [default to undefined] **pricingPeriods** | [**Array<ClubPricingPeriodPayload>**](ClubPricingPeriodPayload.md) | | [optional] [default to undefined] ## Example ```typescript import { UpdateClubHoursSettingsRequest } from '@tennac-booking/sdk'; const instance: UpdateClubHoursSettingsRequest = { schedule, pricingPeriods, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)