@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
47 lines (39 loc) • 1.64 kB
Markdown
# SubscriptionPlanResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**planId** | **string** | | [default to undefined]
**productId** | **string** | | [default to undefined]
**productName** | **string** | | [default to undefined]
**subscribersCount** | **number** | | [default to undefined]
**productActive** | **boolean** | | [default to undefined]
**priceId** | **string** | | [default to undefined]
**amountInCents** | **number** | | [optional] [default to undefined]
**currency** | **string** | | [default to undefined]
**prices** | [**Array<PlanPrice>**](PlanPrice.md) | | [default to undefined]
**interval** | [**PlanInterval**](PlanInterval.md) | | [optional] [default to undefined]
**priceActive** | **boolean** | | [default to undefined]
**description** | **string** | | [optional] [default to undefined]
**discount** | [**SubscriptionPlanDiscountResponse**](SubscriptionPlanDiscountResponse.md) | | [optional] [default to undefined]
**commitmentInDays** | **number** | | [optional] [default to undefined]
## Example
```typescript
import { SubscriptionPlanResponse } from '@tennac-booking/sdk';
const instance: SubscriptionPlanResponse = {
planId,
productId,
productName,
subscribersCount,
productActive,
priceId,
amountInCents,
currency,
prices,
interval,
priceActive,
description,
discount,
commitmentInDays,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)