# TrancheSettings

The tranche settings, indicates the settings regarding tranches in case the product is configured to support tranches.

## Properties

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

## Example

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

const instance: TrancheSettings = {
    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)
