# DepositTransactionInterestSettings

The interest settings, holds all the properties regarding interests for the deposit account

## 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 for the deposit account | [optional] [default to undefined]

## Example

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

const instance: DepositTransactionInterestSettings = {
    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)
