# OverdraftInterestSettings

Overdraft settings for the product

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**daysInYear** | **string** | How many days in a year should be used for interest calculations | [optional] [default to undefined]
**interestCalculationBalance** | **string** | The balance which is used for the overdraft interest calculation. Default value is MINIMUM. If set to null on a PUT call and the product allows overdrafts, the null value is ignored and not changed. | [optional] [default to undefined]
**interestRateSettings** | [**DepositProductOverdraftInterestRateSettings**](DepositProductOverdraftInterestRateSettings.md) |  | [optional] [default to undefined]

## Example

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

const instance: OverdraftInterestSettings = {
    daysInYear,
    interestCalculationBalance,
    interestRateSettings,
};
```

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