UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

41 lines (33 loc) 1.26 kB
# UpdateClubRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **string** | | [optional] [default to undefined] **address** | **string** | | [optional] [default to undefined] **city** | **string** | | [optional] [default to undefined] **zipCode** | **string** | | [optional] [default to undefined] **country** | **string** | | [optional] [default to undefined] **phone** | **string** | | [optional] [default to undefined] **email** | **string** | | [optional] [default to undefined] **website** | **string** | | [optional] [default to undefined] **description** | **string** | | [optional] [default to undefined] **logo** | **string** | | [optional] [default to undefined] **isActive** | **boolean** | | [optional] [default to undefined] ## Example ```typescript import { UpdateClubRequest } from '@tennac-booking/sdk'; const instance: UpdateClubRequest = { name, address, city, zipCode, country, phone, email, website, description, logo, 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)