# RefinanceWriteOffAmounts

The write-off amounts, allowed on the loan account refinance

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**fee** | **number** | Fee write-off amount | [optional] [default to undefined]
**interest** | **number** | Interest write-off amount | [optional] [default to undefined]
**interestBearingFees** | **number** | Interest Bearing Fees write-off amount | [optional] [default to undefined]
**interestBearingFeesInterest** | **number** | Interest Bearing Fees Interest write-off amount | [optional] [default to undefined]
**interestFromArrears** | **number** |  | [optional] [default to undefined]
**penalty** | **number** | Penalty write-off amount | [optional] [default to undefined]

## Example

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

const instance: RefinanceWriteOffAmounts = {
    fee,
    interest,
    interestBearingFees,
    interestBearingFeesInterest,
    interestFromArrears,
    penalty,
};
```

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