@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
47 lines (39 loc) • 1.72 kB
Markdown
# StaffEventBookingResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | | [default to undefined]
**eventId** | **string** | | [default to undefined]
**status** | [**EventBookingStatus**](EventBookingStatus.md) | | [default to undefined]
**isOpen** | **boolean** | | [default to undefined]
**teamName** | **string** | | [optional] [default to undefined]
**players** | [**Array<EventUser>**](EventUser.md) | | [default to undefined]
**invoices** | [**Array<StaffEventBookingInvoiceResponse>**](StaffEventBookingInvoiceResponse.md) | | [default to undefined]
**limitSetupDate** | **string** | | [optional] [default to undefined]
**limitCancellationDate** | **string** | | [optional] [default to undefined]
**amount** | **number** | | [optional] [default to undefined]
**guestPaymentsCount** | **number** | | [optional] [default to undefined]
**paymentDistribution** | [**PaymentDistributionResult**](PaymentDistributionResult.md) | | [optional] [default to undefined]
**createdAt** | **string** | | [default to undefined]
**updatedAt** | **string** | | [default to undefined]
## Example
```typescript
import { StaffEventBookingResponse } from '@tennac-booking/sdk';
const instance: StaffEventBookingResponse = {
id,
eventId,
status,
isOpen,
teamName,
players,
invoices,
limitSetupDate,
limitCancellationDate,
amount,
guestPaymentsCount,
paymentDistribution,
createdAt,
updatedAt,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)