UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

45 lines (37 loc) 1.54 kB
# CourtResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [optional] [default to undefined] **name** | **string** | | [optional] [default to undefined] **status** | [**CourtStatus**](CourtStatus.md) | | [optional] [default to undefined] **comments** | **string** | | [optional] [default to undefined] **pricePerSlot** | **number** | | [optional] [default to undefined] **slotDefaultDuration** | **number** | | [optional] [default to undefined] **startTimeInTheDayInMinutes** | **number** | | [optional] [default to undefined] **endTimeInTheDayInMinutes** | **number** | | [optional] [default to undefined] **clubId** | **string** | | [optional] [default to undefined] **sportId** | **string** | | [optional] [default to undefined] **isActive** | **boolean** | | [optional] [default to undefined] **createdAt** | **string** | | [optional] [default to undefined] **updatedAt** | **string** | | [optional] [default to undefined] ## Example ```typescript import { CourtResponse } from '@tennac-booking/sdk'; const instance: CourtResponse = { id, name, status, comments, pricePerSlot, slotDefaultDuration, startTimeInTheDayInMinutes, endTimeInTheDayInMinutes, clubId, sportId, isActive, createdAt, updatedAt, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)