@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
53 lines (45 loc) • 2.32 kB
Markdown
# GetOpenEventBookingsBySport200ResponseEventBookingsInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | | [default to undefined]
**status** | [**EventBookingStatus**](EventBookingStatus.md) | | [default to undefined]
**teamName** | **string** | | [optional] [default to undefined]
**invoices** | [**Array<EventBookingResponseInvoicesInner>**](EventBookingResponseInvoicesInner.md) | | [optional] [default to undefined]
**players** | [**Array<EventBookingResponsePlayersInner>**](EventBookingResponsePlayersInner.md) | | [default to undefined]
**initialPlayers** | [**Array<EventBookingResponsePlayersInner>**](EventBookingResponsePlayersInner.md) | | [optional] [default to undefined]
**paymentPerPlayers** | [**Array<EventBookingResponsePaymentPerPlayersInner>**](EventBookingResponsePaymentPerPlayersInner.md) | | [optional] [default to undefined]
**setupLimitDate** | **string** | | [optional] [default to undefined]
**cancellationLimitDate** | **string** | | [optional] [default to undefined]
**setupStatus** | [**EventBookingResponseSetupStatus**](EventBookingResponseSetupStatus.md) | | [optional] [default to undefined]
**setupNoShowPaymentUrl** | **string** | | [optional] [default to undefined]
**amount** | **number** | | [optional] [default to undefined]
**createdAt** | **string** | | [default to undefined]
**updatedAt** | **string** | | [default to undefined]
**clubId** | **string** | | [optional] [default to undefined]
**eventId** | **string** | | [default to undefined]
**event** | **any** | | [optional] [default to undefined]
## Example
```typescript
import { GetOpenEventBookingsBySport200ResponseEventBookingsInner } from '@tennac-booking/sdk';
const instance: GetOpenEventBookingsBySport200ResponseEventBookingsInner = {
id,
status,
teamName,
invoices,
players,
initialPlayers,
paymentPerPlayers,
setupLimitDate,
cancellationLimitDate,
setupStatus,
setupNoShowPaymentUrl,
amount,
createdAt,
updatedAt,
clubId,
eventId,
event,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)