# RestructurePrincipalPaymentAccountSettings

The principal payment account settings, allowed on the loan account restructure

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **number** | Fixed principal payment amount | [optional] [default to undefined]
**percentage** | **number** | Principal payment percentage | [optional] [default to undefined]

## Example

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

const instance: RestructurePrincipalPaymentAccountSettings = {
    amount,
    percentage,
};
```

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