@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
37 lines (29 loc) • 1.29 kB
Markdown
# UpdateSubscriptionPlanRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**productId** | **string** | | [default to undefined]
**priceId** | **string** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**description** | **string** | | [optional] [default to undefined]
**currency** | **string** | | [optional] [default to undefined]
**interval** | [**PlanInterval**](PlanInterval.md) | | [optional] [default to undefined]
**commitmentInDays** | **number** | | [optional] [default to undefined]
**discount** | [**SubscriptionPlanDiscountUpdateRequest**](SubscriptionPlanDiscountUpdateRequest.md) | | [optional] [default to undefined]
**newAmountInCents** | **number** | | [optional] [default to undefined]
## Example
```typescript
import { UpdateSubscriptionPlanRequest } from '@tennac-booking/sdk';
const instance: UpdateSubscriptionPlanRequest = {
productId,
priceId,
name,
description,
currency,
interval,
commitmentInDays,
discount,
newAmountInCents,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)