# LoanRiskLevelsConfiguration

Represents the loan risk levels configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**loanRiskLevels** | [**Array&lt;LoanRiskLevelConfiguration&gt;**](LoanRiskLevelConfiguration.md) | The loan risk levels, ordered alphabetically by ID. | [default to undefined]

## Example

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

const instance: LoanRiskLevelsConfiguration = {
    loanRiskLevels,
};
```

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