# RevolvingProductCreditBalance

The response representation of the RevolvingProductCreditBalance. 

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowDepositWithDebitBalance** | **boolean** | Allow deposit on Credit Balance when Principal Balance is greater than zero | [optional] [default to undefined]
**creditBalanceAutoAllocation** | **string** | The automatic allocation method for credit balance | [optional] [default to undefined]
**enabled** | **boolean** | is credit balance enabled | [optional] [default to undefined]
**encodedKey** | **string** | The encoded key of the RevolvingProductCreditBalance, auto generated, unique | [optional] [readonly] [default to undefined]
**maxCreditBalance** | **number** | The max allowed credit balance | [optional] [default to undefined]

## Example

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

const instance: RevolvingProductCreditBalance = {
    allowDepositWithDebitBalance,
    creditBalanceAutoAllocation,
    enabled,
    encodedKey,
    maxCreditBalance,
};
```

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