UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

26 lines (18 loc) 743 B
# PartialPublicAccessSettings Make all properties in T optional ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **paymentMode** | **string** | | [optional] [default to undefined] **pricePerAccess** | **number** | | [optional] [default to undefined] **enabled** | **boolean** | | [optional] [default to undefined] ## Example ```typescript import { PartialPublicAccessSettings } from '@tennac-booking/sdk'; const instance: PartialPublicAccessSettings = { paymentMode, pricePerAccess, enabled, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)