@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
36 lines (28 loc) • 1.15 kB
Markdown
# ClientSubscriptionItem
Item d\'abonnement Stripe simplifié
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**priceId** | **string** | | [default to undefined]
**productId** | **string** | | [optional] [default to undefined]
**quantity** | **number** | | [optional] [default to undefined]
**amountInCents** | **number** | | [optional] [default to undefined]
**currency** | **string** | | [optional] [default to undefined]
**interval** | [**PlanInterval**](PlanInterval.md) | | [optional] [default to undefined]
**priceNickname** | **string** | | [optional] [default to undefined]
**productName** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { ClientSubscriptionItem } from '@tennac-booking/sdk';
const instance: ClientSubscriptionItem = {
priceId,
productId,
quantity,
amountInCents,
currency,
interval,
priceNickname,
productName,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)