# InternalControls

Constraints and automated actions and that will be applied on the accounts.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dormancyPeriodDays** | **number** | Specifies the number of days for an account to be fully paid in order to auto close it. | [optional] [default to undefined]
**fourEyesPrinciple** | [**FourEyesPrinciple**](FourEyesPrinciple.md) |  | [optional] [default to undefined]
**lockSettings** | [**LockSettings**](LockSettings.md) |  | [optional] [default to undefined]

## Example

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

const instance: InternalControls = {
    dormancyPeriodDays,
    fourEyesPrinciple,
    lockSettings,
};
```

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