@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
45 lines (37 loc) • 1.4 kB
Markdown
# WaitListEntryWithPlayer
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | | [default to undefined]
**userId** | **string** | | [default to undefined]
**clubId** | **string** | | [default to undefined]
**targetType** | **string** | | [default to undefined]
**targetId** | **string** | | [default to undefined]
**status** | **string** | | [default to undefined]
**position** | **number** | | [default to undefined]
**priceInCents** | **number** | | [default to undefined]
**joinedAt** | **string** | | [default to undefined]
**notifiedAt** | **string** | | [optional] [default to undefined]
**paymentExpiresAt** | **string** | | [optional] [default to undefined]
**confirmedAt** | **string** | | [optional] [default to undefined]
**player** | [**WaitListPlayer**](WaitListPlayer.md) | | [default to undefined]
## Example
```typescript
import { WaitListEntryWithPlayer } from '@tennac-booking/sdk';
const instance: WaitListEntryWithPlayer = {
id,
userId,
clubId,
targetType,
targetId,
status,
position,
priceInCents,
joinedAt,
notifiedAt,
paymentExpiresAt,
confirmedAt,
player,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)