# RestructurePenaltySettings

The penalty settings, allowed on the loan account restructure.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**penaltyRate** | **number** | The penalty rate | [optional] [default to undefined]

## Example

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

const instance: RestructurePenaltySettings = {
    penaltyRate,
};
```

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