# LoanProductAmountConfiguration

The amount settings, holds all amount properties.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**loanAmount** | [**LoanProductDecimalConstraintsConfiguration**](LoanProductDecimalConstraintsConfiguration.md) |  | [optional] [default to undefined]
**trancheSettings** | [**LoanProductTrancheConfiguration**](LoanProductTrancheConfiguration.md) |  | [optional] [default to undefined]

## Example

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

const instance: LoanProductAmountConfiguration = {
    loanAmount,
    trancheSettings,
};
```

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