UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

31 lines (23 loc) 1.13 kB
# OpenBookingPriceBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **slotIds** | **Array<string>** | | [default to undefined] **playersCount** | **number** | Nombre total réel de joueurs participant à la réservation (créateur inclus) | [default to undefined] **paymentMethod** | [**PaymentMethod**](PaymentMethod.md) | | [default to undefined] **maxPlayersDesired** | **number** | Nombre maximal de joueurs visé après les joins | [default to undefined] **playerShares** | [**Array<PlayerShare>**](PlayerShare.md) | | [optional] [default to undefined] **creditToUseInCents** | **number** | | [optional] [default to undefined] ## Example ```typescript import { OpenBookingPriceBody } from '@tennac-booking/sdk'; const instance: OpenBookingPriceBody = { slotIds, playersCount, paymentMethod, maxPlayersDesired, playerShares, 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)