# MigrationFields

The loan account fields to migrate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**contractualMonthlyPayment** | **number** | Contractual monthly payment to be migrated | [optional] [default to undefined]
**interest** | **number** | Interest | [optional] [default to undefined]
**interestAccrued** | **number** | Interest Accrued | [optional] [default to undefined]
**interestFromArrears** | **number** | Interest From Arrears Balance | [optional] [default to undefined]
**interestFromArrearsAccrued** | **number** | Interest From Arrears Accrued | [optional] [default to undefined]
**lastSetToArrearsDate** | **string** | Last Set To Arrears Date | [optional] [default to undefined]
**principalInArrears** | **number** | Due/late principal in the time of migration | [optional] [default to undefined]
**redrawBalance** | **number** | Redraw Balance | [optional] [default to undefined]

## Example

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

const instance: MigrationFields = {
    contractualMonthlyPayment,
    interest,
    interestAccrued,
    interestFromArrears,
    interestFromArrearsAccrued,
    lastSetToArrearsDate,
    principalInArrears,
    redrawBalance,
};
```

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