@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
39 lines (31 loc) • 1.68 kB
Markdown
# JoinEventResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **string** | | [default to undefined]
**event** | [**EventResponse**](EventResponse.md) | | [default to undefined]
**eventBookingId** | **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<JoinEventResponseOnsitePaymentsInner>**](JoinEventResponseOnsitePaymentsInner.md) | | [optional] [default to undefined]
**setupNoShowPaymentUrl** | **string** | | [optional] [default to undefined]
**invoices** | [**Array<CheckInEventParticipants200ResponseInvoicesInner>**](CheckInEventParticipants200ResponseInvoicesInner.md) | | [optional] [default to undefined]
**creditsAppliedInCents** | **number** | | [optional] [default to undefined]
**totalAfterCredits** | **number** | | [optional] [default to undefined]
**perPayerAfterCredits** | **{ [key: string]: number; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
## Example
```typescript
import { JoinEventResponse } from '@tennac-booking/sdk';
const instance: JoinEventResponse = {
message,
event,
eventBookingId,
paymentLinks,
onsitePayments,
setupNoShowPaymentUrl,
invoices,
creditsAppliedInCents,
totalAfterCredits,
perPayerAfterCredits,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)