UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

33 lines (25 loc) 1.04 kB
# ClientSubscriptionPrice ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **priceId** | **string** | | [default to undefined] **productId** | **string** | | [optional] [default to undefined] **productName** | **string** | | [optional] [default to undefined] **priceNickname** | **string** | | [optional] [default to undefined] **amountInCents** | **number** | | [optional] [default to undefined] **currency** | **string** | | [optional] [default to undefined] **interval** | [**PlanInterval**](PlanInterval.md) | | [optional] [default to undefined] ## Example ```typescript import { ClientSubscriptionPrice } from '@tennac-booking/sdk'; const instance: ClientSubscriptionPrice = { priceId, productId, productName, priceNickname, amountInCents, currency, interval, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)