@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
23 lines (15 loc) • 723 B
Markdown
# CheckInEventParticipants200Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**invoices** | [**Array<CheckInEventParticipants200ResponseInvoicesInner>**](CheckInEventParticipants200ResponseInvoicesInner.md) | | [default to undefined]
**message** | **string** | | [default to undefined]
## Example
```typescript
import { CheckInEventParticipants200Response } from '@tennac-booking/sdk';
const instance: CheckInEventParticipants200Response = {
invoices,
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)