@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
75 lines (67 loc) • 2.91 kB
Markdown
# UpdateRecurringDefinitionRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **string** | | [optional] [default to undefined]
**category** | **string** | | [optional] [default to undefined]
**description** | **string** | | [optional] [default to undefined]
**photoUrl** | **string** | | [optional] [default to undefined]
**sportId** | **string** | | [optional] [default to undefined]
**courts** | **Array<string>** | | [optional] [default to undefined]
**levels** | **Array<string | null>** | | [optional] [default to undefined]
**sponsors** | [**Array<EventSponsor>**](EventSponsor.md) | | [optional] [default to undefined]
**visibilityType** | **string** | | [optional] [default to undefined]
**type** | **string** | | [optional] [default to undefined]
**participationType** | **string** | | [optional] [default to undefined]
**playerLimit** | **number** | | [optional] [default to undefined]
**teamLimit** | **number** | | [optional] [default to undefined]
**playersPerTeam** | **number** | | [optional] [default to undefined]
**price** | **number** | | [optional] [default to undefined]
**subscriberPrices** | [**Array<SubscriberPrice>**](SubscriberPrice.md) | | [optional] [default to undefined]
**isAllDay** | **boolean** | | [optional] [default to undefined]
**date** | **string** | | [optional] [default to undefined]
**startTime** | **number** | | [optional] [default to undefined]
**endTime** | **number** | | [optional] [default to undefined]
**startDate** | **string** | | [optional] [default to undefined]
**endDate** | **string** | | [optional] [default to undefined]
**baseStartDate** | **string** | | [optional] [default to undefined]
**baseEndDate** | **string** | | [optional] [default to undefined]
**recurringType** | **string** | | [optional] [default to undefined]
**recurrenceEndDate** | **string** | | [optional] [default to undefined]
**needLicence** | **boolean** | | [optional] [default to undefined]
**isRegistrationEnabled** | **boolean** | | [optional] [default to undefined]
## Example
```typescript
import { UpdateRecurringDefinitionRequest } from '@tennac-booking/sdk';
const instance: UpdateRecurringDefinitionRequest = {
title,
category,
description,
photoUrl,
sportId,
courts,
levels,
sponsors,
visibilityType,
type,
participationType,
playerLimit,
teamLimit,
playersPerTeam,
price,
subscriberPrices,
isAllDay,
date,
startTime,
endTime,
startDate,
endDate,
baseStartDate,
baseEndDate,
recurringType,
recurrenceEndDate,
needLicence,
isRegistrationEnabled,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)