UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

29 lines (21 loc) 1 kB
# BookingResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **booking** | [**Booking**](Booking.md) | | [optional] [default to undefined] **invoiceUrl** | **string** | URL de la facture (pour paiement en ligne) | [optional] [default to undefined] **paymentLinks** | **object** | Liens de paiement par joueur (pour paiement divisé) | [optional] [default to undefined] **onsitePayments** | **Array<object>** | Paiements sur place requis | [optional] [default to undefined] **message** | **string** | Message de confirmation | [optional] [default to undefined] ## Example ```typescript import { BookingResponse } from '@tennac-booking/sdk'; const instance: BookingResponse = { booking, invoiceUrl, paymentLinks, onsitePayments, message, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)