@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
45 lines (37 loc) • 1.37 kB
Markdown
# WaitListResponse
## 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]
**paymentLink** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { WaitListResponse } from '@tennac-booking/sdk';
const instance: WaitListResponse = {
id,
userId,
clubId,
targetType,
targetId,
status,
position,
priceInCents,
joinedAt,
notifiedAt,
paymentExpiresAt,
confirmedAt,
paymentLink,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)