# DepositProductOverdraftSettings

The overdraft settings of the deposit product

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowOverdraft** | **boolean** | Whether the accounts for this product may have overdraft | [optional] [default to undefined]
**allowTechnicalOverdraft** | **boolean** | Whether the accounts for this product may have technical overdraft | [optional] [default to undefined]
**maxOverdraftLimit** | **number** | How much money may be taken out for the account to go negative | [optional] [default to undefined]

## Example

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

const instance: DepositProductOverdraftSettings = {
    allowOverdraft,
    allowTechnicalOverdraft,
    maxOverdraftLimit,
};
```

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