UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

31 lines (23 loc) 1.22 kB
# JoinOpenBookingResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | **string** | | [default to undefined] **invoiceUrl** | **string** | | [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) | | [optional] [default to undefined] **setupNoShowPaymentUrl** | **string** | | [optional] [default to undefined] **invoices** | [**Array<CheckInEventParticipants200ResponseInvoicesInner>**](CheckInEventParticipants200ResponseInvoicesInner.md) | | [optional] [default to undefined] ## Example ```typescript import { JoinOpenBookingResponse } from '@tennac-booking/sdk'; const instance: JoinOpenBookingResponse = { message, invoiceUrl, paymentLinks, onsitePayments, setupNoShowPaymentUrl, invoices, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)