@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
42 lines (34 loc) • 1.55 kB
Markdown
# PartialClubActiveResponse
Make all properties in T optional
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**picture** | **string** | | [optional] [default to undefined]
**paymentFeature** | **boolean** | | [optional] [default to undefined]
**isNoShowEnabled** | **boolean** | | [optional] [default to undefined]
**isBookingEnabled** | **boolean** | | [optional] [default to undefined]
**bannerPictures** | **Array<string>** | | [optional] [default to undefined]
**galleryPictures** | **Array<string>** | | [optional] [default to undefined]
**tags** | **Array<string>** | | [optional] [default to undefined]
**location** | [**PartialClubActiveResponseLocation**](PartialClubActiveResponseLocation.md) | | [optional] [default to undefined]
**sports** | **Array<string>** | Liste des sports disponibles (clé du sport) | [optional] [default to undefined]
## Example
```typescript
import { PartialClubActiveResponse } from '@tennac-booking/sdk';
const instance: PartialClubActiveResponse = {
id,
name,
picture,
paymentFeature,
isNoShowEnabled,
isBookingEnabled,
bannerPictures,
galleryPictures,
tags,
location,
sports,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)