# DepositProductInternalControlsConfiguration

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowOffset** | **boolean** | Specifies the offset availability of the product. | [optional] [default to undefined]
**dormancyPeriodDays** | **number** | Specifies the number of days for an account to be fully paid in order to auto close it. | [optional] [default to undefined]
**maxWithdrawalAmount** | **number** | Max amount per withdrawal | [optional] [default to undefined]
**openingBalance** | [**DepositProductDecimalConstraintsConfiguration**](DepositProductDecimalConstraintsConfiguration.md) |  | [optional] [default to undefined]
**recommendedDepositAmount** | **number** | Recommended amount for a deposit | [optional] [default to undefined]

## Example

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

const instance: DepositProductInternalControlsConfiguration = {
    allowOffset,
    dormancyPeriodDays,
    maxWithdrawalAmount,
    openingBalance,
    recommendedDepositAmount,
};
```

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