UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

29 lines (21 loc) 1.02 kB
# EstimateOpenEventBookingJoinPrice200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **subscriptionInfo** | [**EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo**](EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo.md) | | [optional] [default to undefined] **finalPrice** | **number** | | [default to undefined] **creditApplied** | **number** | | [default to undefined] **discountedPrice** | **number** | | [default to undefined] **basePrice** | **number** | | [default to undefined] ## Example ```typescript import { EstimateOpenEventBookingJoinPrice200Response } from '@tennac-booking/sdk'; const instance: EstimateOpenEventBookingJoinPrice200Response = { subscriptionInfo, finalPrice, creditApplied, discountedPrice, basePrice, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)