@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
33 lines (25 loc) • 971 B
Markdown
# ClubPricingPeriodPayload
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_id** | **string** | | [optional] [default to undefined]
**id** | **string** | | [optional] [default to undefined]
**name** | **string** | | [default to undefined]
**weekDays** | [**Array<WeekdayKey>**](WeekdayKey.md) | | [default to undefined]
**startTime** | **number** | | [default to undefined]
**endTime** | **number** | | [default to undefined]
**priceVariation** | **number** | | [optional] [default to undefined]
## Example
```typescript
import { ClubPricingPeriodPayload } from '@tennac-booking/sdk';
const instance: ClubPricingPeriodPayload = {
_id,
id,
name,
weekDays,
startTime,
endTime,
priceVariation,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)