# ChangeInterestRateAction

Change deposit account interest rate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**interestRate** | **number** | The new interest rate to set on the account. | [default to undefined]
**notes** | **string** | The notes or description attached to this object. | [optional] [default to undefined]
**valueDate** | **string** | The date when the interest rate is changed. | [default to undefined]

## Example

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

const instance: ChangeInterestRateAction = {
    interestRate,
    notes,
    valueDate,
};
```

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