@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
29 lines (21 loc) • 1.07 kB
Markdown
# BookingPriceResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**creatorNeedsToRegisterPaymentMethod** | **boolean** | | [default to undefined]
**needsToSetupPaymentMethod** | **boolean** | | [optional] [default to undefined]
**creatorCreditAvailableInCents** | **number** | | [optional] [default to undefined]
**fullTotalPrice** | **number** | Prix total brut de la réservation (sans réductions joueurs, en centimes) | [optional] [default to undefined]
**playerPrices** | [**Array<PlayerPrice>**](PlayerPrice.md) | | [default to undefined]
## Example
```typescript
import { BookingPriceResponse } from '@tennac-booking/sdk';
const instance: BookingPriceResponse = {
creatorNeedsToRegisterPaymentMethod,
needsToSetupPaymentMethod,
creatorCreditAvailableInCents,
fullTotalPrice,
playerPrices,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)