UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

57 lines (49 loc) 1.99 kB
# EventBookingDetailEventSummary ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [default to undefined] **clubId** | **string** | | [default to undefined] **type** | **string** | | [default to undefined] **title** | **string** | | [default to undefined] **category** | **string** | | [optional] [default to undefined] **description** | **string** | | [optional] [default to undefined] **photoUrl** | **string** | | [optional] [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] **courts** | **Array<string>** | | [default to undefined] **sports** | [**Array<SportWithLevels>**](SportWithLevels.md) | | [default to undefined] **recurringType** | **string** | | [default to undefined] **recurrenceEndDate** | **string** | | [optional] [default to undefined] **participationType** | **string** | | [default to undefined] **playersPerTeam** | **number** | | [optional] [default to undefined] **levels** | **Array<string | null>** | | [optional] [default to undefined] **sponsors** | [**Array<EventSponsor>**](EventSponsor.md) | | [optional] [default to undefined] ## Example ```typescript import { EventBookingDetailEventSummary } from '@tennac-booking/sdk'; const instance: EventBookingDetailEventSummary = { id, clubId, type, title, category, description, photoUrl, isAllDay, date, startTime, endTime, courts, sports, recurringType, recurrenceEndDate, participationType, playersPerTeam, levels, sponsors, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)