@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
25 lines (17 loc) • 716 B
Markdown
# PaymentRequirementsSettings
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**isNoShowEnabled** | **boolean** | | [default to undefined]
**isBookingEnabled** | **boolean** | | [default to undefined]
**requireOnlinePayment** | **boolean** | | [default to undefined]
## Example
```typescript
import { PaymentRequirementsSettings } from '@tennac-booking/sdk';
const instance: PaymentRequirementsSettings = {
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)