@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
25 lines (17 loc) • 835 B
Markdown
# OpenBookingBasePriceResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**basePricePerPlayer** | **number** | Prix de base par joueur (en centimes) pour rejoindre | [default to undefined]
**totalBasePrice** | **number** | Prix total de base de la réservation (en centimes) | [default to undefined]
**availableSlots** | **number** | Nombre de places restantes | [default to undefined]
## Example
```typescript
import { OpenBookingBasePriceResponse } from '@tennac-booking/sdk';
const instance: OpenBookingBasePriceResponse = {
basePricePerPlayer,
totalBasePrice,
availableSlots,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)