@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
39 lines (31 loc) • 1.12 kB
Markdown
# CreateClubRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | | [default to undefined]
**address** | **string** | | [default to undefined]
**city** | **string** | | [default to undefined]
**zipCode** | **string** | | [default to undefined]
**country** | **string** | | [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]
## Example
```typescript
import { CreateClubRequest } from '@tennac-booking/sdk';
const instance: CreateClubRequest = {
name,
address,
city,
zipCode,
country,
phone,
email,
website,
description,
logo,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)