UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

29 lines (21 loc) 912 B
# AgendaBookingPlayer ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [default to undefined] **firstName** | **string** | | [default to undefined] **lastName** | **string** | | [default to undefined] **profilePictureUrl** | **string** | | [optional] [default to undefined] **isSubscribed** | **boolean** | Présent pour la vue hebdomadaire staff: true si le joueur a au moins un abonnement actif dans le club | [optional] [default to undefined] ## Example ```typescript import { AgendaBookingPlayer } from '@tennac-booking/sdk'; const instance: AgendaBookingPlayer = { id, firstName, lastName, profilePictureUrl, isSubscribed, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)