# ChangeLoanTermLoanAccountInput

Represents the request payload for changing a loan term

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**isPreview** | **boolean** | Whether to preview the result of the change without applying it | [default to undefined]
**repaymentInstallments** | **number** | The desired number of repayment installments for the loan term | [default to undefined]

## Example

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

const instance: ChangeLoanTermLoanAccountInput = {
    isPreview,
    repaymentInstallments,
};
```

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