# ProductPrepaymentSettings

Defines the prepayment settings for the product

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**applyInterestOnPrepaymentMethod** | **string** | The apply interest method type for pre-payments. | [optional] [default to undefined]
**elementsRecalculationMethod** | **string** | The elements recalculation method types | [optional] [default to undefined]
**ercFreeAllowance** | **number** | ERC free allowance in percentage | [optional] [default to undefined]
**futurePaymentsAcceptance** | **string** | Shows whether the future payments are allowed or not for this product (repayment transactions with entry date set in the future) | [default to undefined]
**prepaymentAcceptance** | **string** | Shows whether the pre-payments are allowed or not for this product. | [optional] [default to undefined]
**prepaymentRecalculationMethod** | **string** | The prepayment recalculation method types. | [optional] [default to undefined]
**principalPaidInstallmentStatus** | **string** | The status of installment after the principal was paid off as part of an over-payment. | [optional] [default to undefined]

## Example

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

const instance: ProductPrepaymentSettings = {
    applyInterestOnPrepaymentMethod,
    elementsRecalculationMethod,
    ercFreeAllowance,
    futurePaymentsAcceptance,
    prepaymentAcceptance,
    prepaymentRecalculationMethod,
    principalPaidInstallmentStatus,
};
```

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