@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
37 lines (29 loc) • 1.34 kB
Markdown
# ClubPlayerBookingItem
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | ID de la réservation | [default to undefined]
**startDate** | **string** | Date de début de la réservation | [default to undefined]
**endDate** | **string** | Date de fin de la réservation | [default to undefined]
**location** | **string** | Nom du terrain ou emplacement | [default to undefined]
**sport** | **string** | Nom du sport associé | [default to undefined]
**status** | **string** | Statut de la réservation | [default to undefined]
**totalPrice** | **number** | Prix total de la réservation en centimes | [default to undefined]
**isCreator** | **boolean** | Indique si le joueur est le créateur de la réservation | [default to undefined]
**participantsCount** | **number** | Nombre total de participants | [default to undefined]
## Example
```typescript
import { ClubPlayerBookingItem } from '@tennac-booking/sdk';
const instance: ClubPlayerBookingItem = {
id,
startDate,
endDate,
location,
sport,
status,
totalPrice,
isCreator,
participantsCount,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)