# DepositOverdraftInterestSettings

Holds the deposit overdraft interest settings

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**indexInterestRate** | **number** | The value of the index interest rate set or changed in this transaction | [optional] [default to undefined]
**interestRate** | **number** | The interest rate that was set or changed in this transaction. Used on product interest rate changes or interest tier switches | [optional] [default to undefined]

## Example

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

const instance: DepositOverdraftInterestSettings = {
    indexInterestRate,
    interestRate,
};
```

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