# RefinanceLoanAccount

The new loan account settings, allowed on the loan account refinance

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountArrearsSettings** | [**RestructureAccountArrearsSettings**](RestructureAccountArrearsSettings.md) |  | [optional] [default to undefined]
**disbursementDetails** | [**RefinanceDisbursementDetails**](RefinanceDisbursementDetails.md) |  | [default to undefined]
**encodedKey** | **string** | The encoded key of the entity, generated, globally unique | [optional] [readonly] [default to undefined]
**guarantors** | [**Array&lt;Guarantor&gt;**](Guarantor.md) | The guarantees associated with the refinanced loan account | [optional] [default to undefined]
**id** | **string** | Id of the new loan account. | [optional] [default to undefined]
**interestSettings** | [**RestructureInterestSettings**](RestructureInterestSettings.md) |  | [optional] [default to undefined]
**loanName** | **string** | The name of the new loan account. | [optional] [default to undefined]
**notes** | **string** | The loan account notes | [optional] [default to undefined]
**penaltySettings** | [**RestructurePenaltySettings**](RestructurePenaltySettings.md) |  | [optional] [default to undefined]
**principalPaymentSettings** | [**RestructurePrincipalPaymentAccountSettings**](RestructurePrincipalPaymentAccountSettings.md) |  | [optional] [default to undefined]
**productTypeKey** | **string** | The key of the loan product that this account is based on | [default to undefined]
**scheduleSettings** | [**RestructureScheduleSettings**](RestructureScheduleSettings.md) |  | [optional] [default to undefined]

## Example

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

const instance: RefinanceLoanAccount = {
    accountArrearsSettings,
    disbursementDetails,
    encodedKey,
    guarantors,
    id,
    interestSettings,
    loanName,
    notes,
    penaltySettings,
    principalPaymentSettings,
    productTypeKey,
    scheduleSettings,
};
```

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