@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
29 lines (21 loc) • 988 B
Markdown
# NoShowRateResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**startDate** | **string** | Date de début si la période est fournie | [optional] [default to undefined]
**endDate** | **string** | Date de fin si la période est fournie | [optional] [default to undefined]
**noShowCount** | **number** | Nombre de réservations marquées no-show | [default to undefined]
**totalBookings** | **number** | Nombre total de réservations considérées | [default to undefined]
**rate** | **number** | Ratio no-show / total (0-1) | [default to undefined]
## Example
```typescript
import { NoShowRateResponse } from '@tennac-booking/sdk';
const instance: NoShowRateResponse = {
startDate,
endDate,
noShowCount,
totalBookings,
rate,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)