@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
27 lines (19 loc) • 1.08 kB
Markdown
# EstimateOpenBookingJoinRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**playerShares** | [**Array<PlayerShare>**](PlayerShare.md) | Liste des parts de paiement par joueur (source de verite pour l\'estimation join open booking) | [optional] [default to undefined]
**playersCount** | **number** | Nombre total de joueurs qui rejoignent (incluant invités non enregistrés) | [optional] [default to undefined]
**isCreatorPayingAll** | **boolean** | | [optional] [default to undefined]
**creditToUseInCents** | **number** | Crédit à utiliser en centimes | [optional] [default to undefined]
## Example
```typescript
import { EstimateOpenBookingJoinRequest } from '@tennac-booking/sdk';
const instance: EstimateOpenBookingJoinRequest = {
playerShares,
playersCount,
isCreatorPayingAll,
creditToUseInCents,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)