@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
27 lines (19 loc) • 832 B
Markdown
# EventBookingGuestCheckinResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **string** | | [default to undefined]
**eventBookingId** | **string** | | [default to undefined]
**status** | [**EventBookingStatus**](EventBookingStatus.md) | | [default to undefined]
**financials** | [**PaymentCoverageResult**](PaymentCoverageResult.md) | | [default to undefined]
## Example
```typescript
import { EventBookingGuestCheckinResponse } from '@tennac-booking/sdk';
const instance: EventBookingGuestCheckinResponse = {
message,
eventBookingId,
status,
financials,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)