UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

25 lines (17 loc) 785 B
# BookingsPerDayResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **startDate** | **string** | Date de début incluse (format ISO) | [default to undefined] **endDate** | **string** | Date de fin incluse (format ISO) | [default to undefined] **dailyCounts** | [**Array<BookingsPerDayItem>**](BookingsPerDayItem.md) | Comptes quotidiens | [default to undefined] ## Example ```typescript import { BookingsPerDayResponse } from '@tennac-booking/sdk'; const instance: BookingsPerDayResponse = { startDate, endDate, dailyCounts, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)