@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
47 lines (39 loc) • 1.46 kB
Markdown
# UserClubSubscription
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | | [default to undefined]
**status** | **string** | | [default to undefined]
**currentPeriodStart** | **number** | | [default to undefined]
**currentPeriodEnd** | **number** | | [default to undefined]
**cancelAt** | **number** | | [default to undefined]
**canceledAt** | **number** | | [default to undefined]
**priceId** | **string** | | [default to undefined]
**planId** | **string** | | [default to undefined]
**planName** | **string** | | [default to undefined]
**planDescription** | **string** | | [default to undefined]
**amountInCents** | **number** | | [default to undefined]
**currency** | **string** | | [default to undefined]
**interval** | [**PlanInterval**](PlanInterval.md) | | [default to undefined]
**productId** | **string** | | [default to undefined]
## Example
```typescript
import { UserClubSubscription } from '@tennac-booking/sdk';
const instance: UserClubSubscription = {
id,
status,
currentPeriodStart,
currentPeriodEnd,
cancelAt,
canceledAt,
priceId,
planId,
planName,
planDescription,
amountInCents,
currency,
interval,
productId,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)