# DepositProductCreditArrangementConfiguration

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

## Properties

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

## Example

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

const instance: DepositProductCreditArrangementConfiguration = {
    requirement,
};
```

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