# CreditArrangementSettings

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**creditArrangementRequirement** | **string** | Shows whether accounts created after this product can/should be part of a line of credit. | [optional] [default to undefined]

## Example

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

const instance: CreditArrangementSettings = {
    creditArrangementRequirement,
};
```

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