# AccountingRulesConfiguration

Represents the accounting rules configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**automatedAccountingClosuresInterval** | **number** | The number of days between the execution of automated accounting closures. If this number is 0, no automated closure is performed. | [default to undefined]
**customRules** | [**Array&lt;InterBranchTransferRuleConfiguration&gt;**](InterBranchTransferRuleConfiguration.md) | Represents a list of custom accounting rules for inter-branch transfers. | [optional] [default to undefined]
**defaultGlCode** | **string** | The code of the general ledger account used by default for inter-branch transfers. | [default to undefined]

## Example

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

const instance: AccountingRulesConfiguration = {
    automatedAccountingClosuresInterval,
    customRules,
    defaultGlCode,
};
```

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