UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

27 lines (19 loc) 929 B
# StaffCreateBookingRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **slotIds** | **Array<string>** | Liste des créneaux à réserver | [default to undefined] **customer** | [**StaffBookingCustomerPayload**](StaffBookingCustomerPayload.md) | | [default to undefined] **playerIds** | **Array<string>** | Autres joueurs existants à associer | [optional] [default to undefined] **paymentMethod** | [**PaymentMethod**](PaymentMethod.md) | | [optional] [default to undefined] ## Example ```typescript import { StaffCreateBookingRequest } from '@tennac-booking/sdk'; const instance: StaffCreateBookingRequest = { slotIds, customer, playerIds, paymentMethod, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)