@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
31 lines (23 loc) • 1.2 kB
Markdown
# BookingResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**booking** | [**BookingInfo**](BookingInfo.md) | | [optional] [default to undefined]
**invoiceUrl** | **string** | URL de la facture (pour paiement en ligne) | [optional] [default to undefined]
**paymentLinks** | **{ [key: string]: string; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
**onsitePayments** | [**Array<BookingResponseOnsitePaymentsInner>**](BookingResponseOnsitePaymentsInner.md) | Paiements sur place requis | [optional] [default to undefined]
**setupNoShowPaymentUrl** | **string** | | [optional] [default to undefined]
**message** | **string** | Message de confirmation | [default to undefined]
## Example
```typescript
import { BookingResponse } from '@tennac-booking/sdk';
const instance: BookingResponse = {
booking,
invoiceUrl,
paymentLinks,
onsitePayments,
setupNoShowPaymentUrl,
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)