# PreviewPayOffDueAmountsInAFutureDateWrapper

Represents a wrapper over a set of due amounts representing pay off due amounts in a future date

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**carriedForwardInterestBalance** | **number** | The carried forward interest balance due when pay off the account in a future date | [optional] [default to undefined]
**carriedForwardInterestFromArrearsBalance** | **number** | The carried forward interest from arrears balance due when pay off the account in a future date | [optional] [default to undefined]
**carriedForwardPrincipalInArrears** | **number** | The carried forward principal in arrears due when pay off the account in a future date | [optional] [default to undefined]
**earlyRepaymentCharge** | **number** | The early repayment charge balance due when pay off the account in a future date | [optional] [default to undefined]
**feeBalance** | **number** | The fee balance due when pay off the account in a future date | [optional] [default to undefined]
**interestBalance** | **number** | The interest balance due when pay off the account in a future date | [optional] [default to undefined]
**interestBearingFeeBalance** | **number** | The interest bearing fee balance due when pay off the account in a future date | [optional] [default to undefined]
**interestBearingFeeInterestBalance** | **number** | The interest from interest bearing fee balance due when pay off the account in a future date | [optional] [default to undefined]
**interestFromArrearsBalance** | **number** | The interest from arrears balance due when pay off the account in a future date | [optional] [default to undefined]
**penaltyBalance** | **number** | The penalty balance due when pay off the account in a future date | [optional] [default to undefined]
**principalBalance** | **number** | The principal balance due when pay off the account in a future date | [optional] [default to undefined]
**totalBalance** | **number** | The total balance due when pay off the account in a future date | [optional] [default to undefined]

## Example

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

const instance: PreviewPayOffDueAmountsInAFutureDateWrapper = {
    carriedForwardInterestBalance,
    carriedForwardInterestFromArrearsBalance,
    carriedForwardPrincipalInArrears,
    earlyRepaymentCharge,
    feeBalance,
    interestBalance,
    interestBearingFeeBalance,
    interestBearingFeeInterestBalance,
    interestFromArrearsBalance,
    penaltyBalance,
    principalBalance,
    totalBalance,
};
```

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