@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
51 lines (43 loc) • 2.1 kB
Markdown
# ClubPlayerDetailResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | ID du joueur | [default to undefined]
**name** | **string** | Nom complet | [default to undefined]
**firstName** | **string** | Prénom | [default to undefined]
**lastName** | **string** | Nom | [default to undefined]
**email** | **string** | Email | [default to undefined]
**phoneNumber** | **string** | Numéro de téléphone | [default to undefined]
**profilePictureUrl** | **string** | URL de la photo de profil | [default to undefined]
**isAccountVerified** | **boolean** | Compte vérifié | [default to undefined]
**subscriptionsToMyClub** | [**Array<ClubPlayerSubscriptionSummary>**](ClubPlayerSubscriptionSummary.md) | Abonnements au club courant | [default to undefined]
**profileDescription** | **string** | Description du profil | [default to undefined]
**gender** | **string** | Genre | [default to undefined]
**city** | **string** | Ville | [default to undefined]
**sportsLevels** | [**Array<ClubPlayerDetailResponseSportsLevelsInner>**](ClubPlayerDetailResponseSportsLevelsInner.md) | Niveaux par sport | [default to undefined]
**characteristics** | [**Array<ClubPlayerDetailResponseCharacteristicsInner>**](ClubPlayerDetailResponseCharacteristicsInner.md) | Caractéristiques personnalisées | [default to undefined]
**birthDate** | **string** | Date de naissance | [default to undefined]
**credits** | **number** | | [default to undefined]
## Example
```typescript
import { ClubPlayerDetailResponse } from '@tennac-booking/sdk';
const instance: ClubPlayerDetailResponse = {
id,
name,
firstName,
lastName,
email,
phoneNumber,
profilePictureUrl,
isAccountVerified,
subscriptionsToMyClub,
profileDescription,
gender,
city,
sportsLevels,
characteristics,
birthDate,
credits,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)