UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

45 lines (37 loc) 1.74 kB
# EventBookingDetailResponseBooking ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **paymentDistribution** | [**PaymentDistributionResult**](PaymentDistributionResult.md) | | [optional] [default to undefined] **guestPaymentsCount** | **number** | | [optional] [default to undefined] **participantsCount** | **number** | | [default to undefined] **updatedAt** | **string** | | [default to undefined] **createdAt** | **string** | | [default to undefined] **limitCancellationDate** | **string** | | [optional] [default to undefined] **limitSetupDate** | **string** | | [optional] [default to undefined] **paymentMethodSetupCompleted** | **boolean** | | [default to undefined] **paymentByPlayersStatus** | [**Array<BookingPaymentStatus>**](BookingPaymentStatus.md) | | [optional] [default to undefined] **isCreatorPayingAll** | **boolean** | | [default to undefined] **teamName** | **string** | | [optional] [default to undefined] **status** | [**EventBookingStatus**](EventBookingStatus.md) | | [default to undefined] **id** | **string** | | [default to undefined] ## Example ```typescript import { EventBookingDetailResponseBooking } from '@tennac-booking/sdk'; const instance: EventBookingDetailResponseBooking = { paymentDistribution, guestPaymentsCount, participantsCount, updatedAt, createdAt, limitCancellationDate, limitSetupDate, paymentMethodSetupCompleted, paymentByPlayersStatus, isCreatorPayingAll, teamName, status, id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)