@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
26 lines (18 loc) • 804 B
Markdown
# PartialPaymentRequirementsSettings
Make all properties in T optional
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**isNoShowEnabled** | **boolean** | | [optional] [default to undefined]
**isBookingEnabled** | **boolean** | | [optional] [default to undefined]
**requireOnlinePayment** | **boolean** | | [optional] [default to undefined]
## Example
```typescript
import { PartialPaymentRequirementsSettings } from '@tennac-booking/sdk';
const instance: PartialPaymentRequirementsSettings = {
isNoShowEnabled,
isBookingEnabled,
requireOnlinePayment,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)