# GracePeriodSettings

The funding settings, holds the settings regarding the funding for the loan product.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**gracePeriod** | [**IntegerIntervalConstraints**](IntegerIntervalConstraints.md) |  | [optional] [default to undefined]
**gracePeriodType** | **string** | The grace period type for a loan account. | [optional] [default to undefined]

## Example

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

const instance: GracePeriodSettings = {
    gracePeriod,
    gracePeriodType,
};
```

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