# RestructureInterestSettings

The interest settings, allowed on the loan account restructure

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountInterestRateSettings** | [**Array&lt;AccountInterestRateSettings&gt;**](AccountInterestRateSettings.md) | Adjustable interest rates settings for loan account | [optional] [default to undefined]
**interestRate** | **number** | The interest rate for the restructured loan account | [optional] [default to undefined]
**interestSpread** | **number** | The interest spread for the restructured loan account | [optional] [default to undefined]
**pmtAdjustmentThreshold** | [**PMTAdjustmentThreshold**](PMTAdjustmentThreshold.md) |  | [optional] [default to undefined]

## Example

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

const instance: RestructureInterestSettings = {
    accountInterestRateSettings,
    interestRate,
    interestSpread,
    pmtAdjustmentThreshold,
};
```

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