# LoanExposureConfiguration

Configuration for maximum exposure to a client

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**exposureAmount** | **number** | Maximum amount | [optional] [default to undefined]
**exposureType** | **string** | Type of maximum exposure to a client | [default to undefined]

## Example

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

const instance: LoanExposureConfiguration = {
    exposureAmount,
    exposureType,
};
```

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