# PMTAdjustmentThreshold

Represents PMT Adjustment threshold settings for loan accounts and loan products.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**method** | **string** | Represents the method used to calculate the PMT adjustment threshold. Supported value is CALENDAR_DAYS | [optional] [default to undefined]
**numberOfDays** | **number** | The number of days that trigger a PMT Adjustment. | [optional] [default to undefined]

## Example

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

const instance: PMTAdjustmentThreshold = {
    method,
    numberOfDays,
};
```

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