@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
25 lines (17 loc) • 743 B
Markdown
# RespondToEventBookingInvitation200Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allPlayersAccepted** | **boolean** | | [default to undefined]
**eventBookingStatus** | **string** | | [default to undefined]
**message** | **string** | | [default to undefined]
## Example
```typescript
import { RespondToEventBookingInvitation200Response } from '@tennac-booking/sdk';
const instance: RespondToEventBookingInvitation200Response = {
allPlayersAccepted,
eventBookingStatus,
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)