# ChangeArrearsSettingsInput

Represents the request payload for performing an arrears settings change action

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**arrearsTolerancePeriod** | **number** | The new arrears tolerance period to be available on the account | [default to undefined]
**entryDate** | **string** | The date when to change the arrears settings | [default to undefined]
**notes** | **string** | The notes for the change arrears settings action performed on the loan account | [optional] [default to undefined]

## Example

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

const instance: ChangeArrearsSettingsInput = {
    arrearsTolerancePeriod,
    entryDate,
    notes,
};
```

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