# ProductArrearsSettings

The product arrears settings, shows whether the non working days are taken in consideration or not when applying penalties/late fees or when setting an account into arrears

## 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 the tolerance monthly date | [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** | [**DecimalInterval**](DecimalInterval.md) |  | [optional] [default to undefined]
**tolerancePeriod** | [**IntegerIntervalConstraints**](IntegerIntervalConstraints.md) |  | [optional] [default to undefined]

## Example

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

const instance: ProductArrearsSettings = {
    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)
