@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
37 lines (29 loc) • 1.32 kB
Markdown
# BookingAnalyticsResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_id** | **string** | ID de la réservation | [default to undefined]
**status** | **string** | Statut de la réservation | [default to undefined]
**clubId** | **string** | ID du club | [default to undefined]
**sportId** | **string** | ID du sport | [default to undefined]
**playersIds** | **Array<string>** | IDs des joueurs | [default to undefined]
**playersCount** | **number** | Nombre total réel de joueurs pour la réservation (créateur inclus) | [default to undefined]
**userId** | **any** | Utilisateur qui a fait la réservation | [default to undefined]
**slotId** | **any** | Créneau réservé | [default to undefined]
**paymentByPlayersStatus** | **Array<any>** | Statut de paiement par joueur | [default to undefined]
## Example
```typescript
import { BookingAnalyticsResponse } from '@tennac-booking/sdk';
const instance: BookingAnalyticsResponse = {
_id,
status,
clubId,
sportId,
playersIds,
playersCount,
userId,
slotId,
paymentByPlayersStatus,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)