UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

27 lines (19 loc) 1.15 kB
# BookingManagerConsoleResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **booking** | [**BookingPopulated**](BookingPopulated.md) | | [default to undefined] **noShowPreview** | [**NoShowPreviewResponse**](NoShowPreviewResponse.md) | | [default to undefined] **invoices** | [**Array<ManagerConsoleInvoiceResponse>**](ManagerConsoleInvoiceResponse.md) | Factures liées à la réservation (enrichies pour la console manager) | [default to undefined] **openGuestContributions** | [**Array<ManagerConsoleOpenGuestContributionResponse>**](ManagerConsoleOpenGuestContributionResponse.md) | Contributions d\'invités sur les réservations ouvertes | [default to undefined] ## Example ```typescript import { BookingManagerConsoleResponse } from '@tennac-booking/sdk'; const instance: BookingManagerConsoleResponse = { booking, noShowPreview, invoices, openGuestContributions, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)