# RestructureAccountArrearsSettings

The arrears settings, allowed on the loan account restructure

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tolerancePercentageOfOutstandingPrincipal** | **number** | The arrears tolerance amount | [optional] [default to undefined]
**tolerancePeriod** | **number** | The arrears tolerance period value | [optional] [default to undefined]

## Example

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

const instance: RestructureAccountArrearsSettings = {
    tolerancePercentageOfOutstandingPrincipal,
    tolerancePeriod,
};
```

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