UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

37 lines (29 loc) 1.39 kB
# SubscriptionPlanDiscountResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | [**DiscountType**](DiscountType.md) | | [default to undefined] **percentage** | **number** | | [optional] [default to undefined] **maxDiscountAmountInCents** | **number** | | [optional] [default to undefined] **validFrom** | **string** | | [optional] [default to undefined] **validTo** | **string** | | [optional] [default to undefined] **offPeakRuleNames** | **Array<string>** | | [optional] [default to undefined] **offPeakRules** | [**Array<OffPeakRule>**](OffPeakRule.md) | | [optional] [default to undefined] **pricingPeriodDiscounts** | [**Array<PricingPeriodDiscount>**](PricingPeriodDiscount.md) | | [optional] [default to undefined] **bookingFree** | **boolean** | | [optional] [default to undefined] ## Example ```typescript import { SubscriptionPlanDiscountResponse } from '@tennac-booking/sdk'; const instance: SubscriptionPlanDiscountResponse = { type, percentage, maxDiscountAmountInCents, validFrom, validTo, offPeakRuleNames, offPeakRules, pricingPeriodDiscounts, bookingFree, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)