# AccountingSettings

Accounting settings, defines the accounting settings for the product.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountingMethod** | **string** | The calculation method used for accounting. | [default to undefined]
**accountingRules** | [**Array&lt;GLAccountingRule&gt;**](GLAccountingRule.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 { AccountingSettings } from './api';

const instance: AccountingSettings = {
    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)
