UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

23 lines (15 loc) 724 B
# ClubHoursSettingsResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **schedule** | [**RecordWeekdayKeyClubDaySchedule**](RecordWeekdayKeyClubDaySchedule.md) | | [default to undefined] **pricingPeriods** | [**Array<ClubPricingPeriodResponse>**](ClubPricingPeriodResponse.md) | | [default to undefined] ## Example ```typescript import { ClubHoursSettingsResponse } from '@tennac-booking/sdk'; const instance: ClubHoursSettingsResponse = { 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)