UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

37 lines (29 loc) 1.17 kB
# SubscriptionPlan ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [optional] [default to undefined] **stripeProductId** | **string** | | [optional] [default to undefined] **name** | **string** | | [optional] [default to undefined] **description** | **string** | | [optional] [default to undefined] **clubId** | **string** | | [optional] [default to undefined] **isActive** | **boolean** | | [optional] [default to undefined] **createdAt** | **string** | | [optional] [default to undefined] **updatedAt** | **string** | | [optional] [default to undefined] **prices** | [**Array<PriceResponse>**](PriceResponse.md) | | [optional] [default to undefined] ## Example ```typescript import { SubscriptionPlan } from '@tennac-booking/sdk'; const instance: SubscriptionPlan = { id, stripeProductId, name, description, clubId, isActive, createdAt, updatedAt, prices, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)