UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

51 lines (43 loc) 1.86 kB
# GetCourtsByClubAndSportById200ResponseCourtsInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **clubId** | **string** | | [default to undefined] **name** | **string** | | [default to undefined] **status** | [**CourtStatus**](CourtStatus.md) | | [default to undefined] **comments** | **string** | | [default to undefined] **slotDefaultDuration** | **number** | | [default to undefined] **startTimeInTheDayInMinutes** | **number** | | [default to undefined] **endTimeInTheDayInMinutes** | **number** | | [default to undefined] **pricePerHour** | **number** | | [optional] [default to undefined] **sportId** | **string** | | [default to undefined] **surface** | [**SurfaceType**](SurfaceType.md) | | [optional] [default to undefined] **isIndoor** | **boolean** | | [default to undefined] **createdAt** | **string** | | [optional] [default to undefined] **updatedAt** | **string** | | [optional] [default to undefined] **variationPercentage** | **number** | | [optional] [default to undefined] **isReducedPrice** | **boolean** | | [optional] [default to undefined] **estimatedPrice** | **number** | | [optional] [default to undefined] ## Example ```typescript import { GetCourtsByClubAndSportById200ResponseCourtsInner } from '@tennac-booking/sdk'; const instance: GetCourtsByClubAndSportById200ResponseCourtsInner = { clubId, name, status, comments, slotDefaultDuration, startTimeInTheDayInMinutes, endTimeInTheDayInMinutes, pricePerHour, sportId, surface, isIndoor, createdAt, updatedAt, variationPercentage, isReducedPrice, estimatedPrice, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)