UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

61 lines (53 loc) 2.26 kB
# MobileSubscriptionDetailResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **defaultPaymentMethodExpYear** | **number** | | [optional] [default to undefined] **defaultPaymentMethodExpMonth** | **number** | | [optional] [default to undefined] **defaultPaymentMethodLast4** | **string** | | [optional] [default to undefined] **defaultPaymentMethodBrand** | **string** | | [optional] [default to undefined] **discount** | [**SubscriptionPlanDiscountResponse**](SubscriptionPlanDiscountResponse.md) | | [optional] [default to undefined] **clubName** | **string** | | [default to undefined] **clubId** | **string** | | [default to undefined] **interval** | [**PlanInterval**](PlanInterval.md) | | [default to undefined] **currency** | **string** | | [default to undefined] **amountInCents** | **number** | | [default to undefined] **productId** | **string** | | [default to undefined] **planDescription** | **string** | | [optional] [default to undefined] **planName** | **string** | | [optional] [default to undefined] **planId** | **string** | | [optional] [default to undefined] **priceId** | **string** | | [default to undefined] **currentPeriodEnd** | **number** | | [default to undefined] **currentPeriodStart** | **number** | | [default to undefined] **canceledAt** | **number** | | [default to undefined] **cancelAt** | **number** | | [default to undefined] **status** | **string** | | [default to undefined] **id** | **string** | | [default to undefined] ## Example ```typescript import { MobileSubscriptionDetailResponse } from '@tennac-booking/sdk'; const instance: MobileSubscriptionDetailResponse = { defaultPaymentMethodExpYear, defaultPaymentMethodExpMonth, defaultPaymentMethodLast4, defaultPaymentMethodBrand, discount, clubName, clubId, interval, currency, amountInCents, productId, planDescription, planName, planId, priceId, currentPeriodEnd, currentPeriodStart, canceledAt, cancelAt, status, id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)