@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
41 lines (33 loc) • 1.65 kB
Markdown
# JoinEventRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**teamName** | **string** | | [optional] [default to undefined]
**players** | **Array<string>** | | [optional] [default to undefined]
**playersCount** | **number** | | [optional] [default to undefined]
**licenceNumber** | **string** | | [optional] [default to undefined]
**playersLicenceNumbers** | **{ [key: string]: string; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
**isOpen** | **boolean** | | [optional] [default to undefined]
**isCreatorPayingAll** | **boolean** | | [optional] [default to undefined]
**paymentMethod** | [**PaymentMethod**](PaymentMethod.md) | | [optional] [default to undefined]
**playersPaymentMethods** | [**Array<JoinEventRequestPlayersPaymentMethodsInner>**](JoinEventRequestPlayersPaymentMethodsInner.md) | | [optional] [default to undefined]
**useDefaultPaymentMethod** | **boolean** | | [optional] [default to undefined]
**creditToUseInCents** | **number** | | [optional] [default to undefined]
## Example
```typescript
import { JoinEventRequest } from '@tennac-booking/sdk';
const instance: JoinEventRequest = {
teamName,
players,
playersCount,
licenceNumber,
playersLicenceNumbers,
isOpen,
isCreatorPayingAll,
paymentMethod,
playersPaymentMethods,
useDefaultPaymentMethod,
creditToUseInCents,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)