UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

33 lines (25 loc) 977 B
# Booking ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **userId** | **string** | | [default to undefined] **playersIds** | **Array<string>** | | [optional] [default to undefined] **status** | [**BookingStatus**](BookingStatus.md) | | [default to undefined] **stripeStatus** | [**StripeStatus**](StripeStatus.md) | | [default to undefined] **stripePaymentIntentId** | **string** | | [default to undefined] **totalPrice** | **number** | | [default to undefined] **slotId** | **string** | | [default to undefined] ## Example ```typescript import { Booking } from '@tennac-booking/sdk'; const instance: Booking = { userId, playersIds, status, stripeStatus, stripePaymentIntentId, totalPrice, slotId, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)