# AccountArrearsSettings

The account arrears settings, holds the required information for the arrears settings of an account.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dateCalculationMethod** | **string** | The arrears date calculation method. | [optional] [default to undefined]
**encodedKey** | **string** | The encoded key of the arrears base settings, auto generated, unique. | [optional] [readonly] [default to undefined]
**monthlyToleranceDay** | **number** | Defines monthly arrears tolerance day value. | [optional] [default to undefined]
**nonWorkingDaysMethod** | **string** | Shows whether the non working days are taken in consideration or not when applying penaltees/late fees or when setting an account into arrears | [optional] [default to undefined]
**toleranceCalculationMethod** | **string** | Defines the tolerance calculation method | [optional] [default to undefined]
**toleranceFloorAmount** | **number** | The tolerance floor amount. | [optional] [default to undefined]
**tolerancePercentageOfOutstandingPrincipal** | **number** | Defines the arrears tolerance amount. | [optional] [default to undefined]
**tolerancePeriod** | **number** | Defines the arrears tolerance period value. | [optional] [default to undefined]

## Example

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

const instance: AccountArrearsSettings = {
    dateCalculationMethod,
    encodedKey,
    monthlyToleranceDay,
    nonWorkingDaysMethod,
    toleranceCalculationMethod,
    toleranceFloorAmount,
    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)
