@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
30 lines (22 loc) • 930 B
Markdown
# UpdateClubRequestLocation
Localisation du club
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**coordinates** | [**UpdateClubRequestLocationCoordinates**](UpdateClubRequestLocationCoordinates.md) | | [optional] [default to undefined]
**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 { UpdateClubRequestLocation } from '@tennac-booking/sdk';
const instance: UpdateClubRequestLocation = {
coordinates,
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)