# FourEyesPrinciple

Settings for Four Eyes Principle

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**activeForLoanApproval** | **boolean** | Requires separate users to create and approve loan accounts | [optional] [default to undefined]

## Example

```typescript
import { FourEyesPrinciple } from './api';

const instance: FourEyesPrinciple = {
    activeForLoanApproval,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
