# LoanProductTrancheConfiguration

Represents the loan product tranche settings.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**maxNumberOfTranches** | **number** | The number of tranches supported by the loan product. | [optional] [default to undefined]

## Example

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

const instance: LoanProductTrancheConfiguration = {
    maxNumberOfTranches,
};
```

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