UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

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