# LoanProductsConfiguration

Represents the loan products configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**loanProducts** | [**Array&lt;LoanProductConfiguration&gt;**](LoanProductConfiguration.md) | The list of all loan products. | [optional] [default to undefined]

## Example

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

const instance: LoanProductsConfiguration = {
    loanProducts,
};
```

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