# RevolvingAccountCreditBalanceSettings

Credit balance details for a Revolving Credit loan account.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowDepositWithDebitBalance** | **boolean** | Flag indicating whether deposits are allowed when the account has a positive principal balance. | [optional] [default to undefined]
**maxCreditBalance** | **number** | The maximum allowed credit balance. | [optional] [default to undefined]
**revolvingAccountCreditBalanceAutoAllocationType** | **string** | Automatic allocation behavior for credit balance on Revolving Credit accounts. | [optional] [default to undefined]

## Example

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

const instance: RevolvingAccountCreditBalanceSettings = {
    allowDepositWithDebitBalance,
    maxCreditBalance,
    revolvingAccountCreditBalanceAutoAllocationType,
};
```

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