UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

47 lines (39 loc) 2 kB
# EventBookingResponse ## 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] ## Example ```typescript import { EventBookingResponse } from '@tennac-booking/sdk'; const instance: EventBookingResponse = { id, status, teamName, invoices, players, initialPlayers, paymentPerPlayers, setupLimitDate, cancellationLimitDate, setupStatus, setupNoShowPaymentUrl, amount, 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)