UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

27 lines (19 loc) 705 B
# CreatePriceRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **amount** | **number** | | [default to undefined] **currency** | **string** | | [default to 'eur'] **interval** | **string** | | [default to undefined] **intervalCount** | **number** | | [optional] [default to 1] ## Example ```typescript import { CreatePriceRequest } from '@tennac-booking/sdk'; const instance: CreatePriceRequest = { amount, currency, interval, intervalCount, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)