@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
28 lines (20 loc) • 781 B
Markdown
# ClubMetadataResponseLocation
Localisation du club
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**country** | **string** | | [optional] [default to undefined]
**zipCode** | **string** | | [optional] [default to undefined]
**city** | **string** | | [optional] [default to undefined]
**address** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { ClubMetadataResponseLocation } from '@tennac-booking/sdk';
const instance: ClubMetadataResponseLocation = {
country,
zipCode,
city,
address,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)