# AccountingSettingsConfiguration

Accounting settings, defines the accounting settings for the product

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountingMethod** | **string** | The calculation method used for accounting. | [optional] [default to undefined]
**accountingRules** | [**Array&lt;LoanProductGLAccountingRuleConfiguration&gt;**](LoanProductGLAccountingRuleConfiguration.md) | A list of accounting rules for the product. | [optional] [default to undefined]
**interestAccrualCalculation** | **string** | The accounting interest calculation option selected for the product. | [optional] [default to undefined]
**interestAccruedAccountingMethod** | **string** | The interval defined for a product when the interest accrues should be maintained. | [optional] [default to undefined]

## Example

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

const instance: AccountingSettingsConfiguration = {
    accountingMethod,
    accountingRules,
    interestAccrualCalculation,
    interestAccruedAccountingMethod,
};
```

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