@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
29 lines (21 loc) • 1.27 kB
Markdown
# OpenBookingJoinEstimateResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**basePricePerPlayer** | **number** | Prix de base par joueur (en centimes) | [default to undefined]
**playersPrices** | [**Array<PlayerPrice>**](PlayerPrice.md) | Détails de prix pour chaque joueur qui rejoint | [default to undefined]
**availableCreditsInCents** | **number** | Crédits disponibles pour l\'utilisateur qui demande à rejoindre (en centimes) | [default to undefined]
**availableSlots** | **number** | Nombre de places restantes | [default to undefined]
**needsToSetupPaymentMethod** | **boolean** | Indique si l\'utilisateur doit configurer une méthode de paiement pour couvrir la politique no-show du club. | [optional] [default to undefined]
## Example
```typescript
import { OpenBookingJoinEstimateResponse } from '@tennac-booking/sdk';
const instance: OpenBookingJoinEstimateResponse = {
basePricePerPlayer,
playersPrices,
availableCreditsInCents,
availableSlots,
needsToSetupPaymentMethod,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)