@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
29 lines (21 loc) • 834 B
Markdown
# ClubLocationSettings
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address** | **string** | | [optional] [default to undefined]
**zipCode** | **string** | | [optional] [default to undefined]
**city** | **string** | | [optional] [default to undefined]
**country** | **string** | | [optional] [default to undefined]
**coordinates** | **Array<number>** | | [optional] [default to undefined]
## Example
```typescript
import { ClubLocationSettings } from '@tennac-booking/sdk';
const instance: ClubLocationSettings = {
address,
zipCode,
city,
country,
coordinates,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)