# ProductRedrawSettings

The redraw settings for the product.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowRedraw** | **boolean** | Indicates whether the product support redraw (prepayments which are stored at loan account level as a Redrawable balance) | [default to undefined]

## Example

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

const instance: ProductRedrawSettings = {
    allowRedraw,
};
```

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