UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

45 lines (37 loc) 1.42 kB
# RecurringDefinitionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [default to undefined] **clubId** | **string** | | [optional] [default to undefined] **title** | **string** | | [default to undefined] **category** | **string** | | [optional] [default to undefined] **baseStartDate** | **string** | | [default to undefined] **baseEndDate** | **string** | | [default to undefined] **isAllDay** | **boolean** | | [default to undefined] **date** | **string** | | [default to undefined] **startTime** | **number** | | [optional] [default to undefined] **endTime** | **number** | | [optional] [default to undefined] **recurringType** | **string** | | [default to undefined] **recurrenceEndDate** | **string** | | [optional] [default to undefined] **isActive** | **boolean** | | [optional] [default to undefined] ## Example ```typescript import { RecurringDefinitionResponse } from '@tennac-booking/sdk'; const instance: RecurringDefinitionResponse = { id, clubId, title, category, baseStartDate, baseEndDate, isAllDay, date, startTime, endTime, recurringType, recurrenceEndDate, isActive, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)