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