UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

39 lines (31 loc) 1.21 kB
# PriceResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [optional] [default to undefined] **stripePriceId** | **string** | | [optional] [default to undefined] **amount** | **number** | | [optional] [default to undefined] **currency** | **string** | | [optional] [default to undefined] **interval** | **string** | | [optional] [default to undefined] **intervalCount** | **number** | | [optional] [default to undefined] **isActive** | **boolean** | | [optional] [default to undefined] **productId** | **string** | | [optional] [default to undefined] **createdAt** | **string** | | [optional] [default to undefined] **updatedAt** | **string** | | [optional] [default to undefined] ## Example ```typescript import { PriceResponse } from '@tennac-booking/sdk'; const instance: PriceResponse = { id, stripePriceId, amount, currency, interval, intervalCount, isActive, productId, createdAt, updatedAt, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)