# LoanAccountRedrawSettings

Represents the redraw settings for a loan account.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**restrictNextDueWithdrawal** | **boolean** | &#x60;TRUE&#x60; if withdrawing amounts that reduce the next due instalment repayment is restricted, &#x60;FALSE&#x60; otherwise. | [default to undefined]

## Example

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

const instance: LoanAccountRedrawSettings = {
    restrictNextDueWithdrawal,
};
```

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