# LoanProductGLAccountingRuleConfiguration

The GL accounting rule, it maps a financial resource with a GL account for a specific product.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**financialResource** | **string** | General ledger financial resource used to setup the product accounting rules and determine the credit and debit accounts when logging journal entries. | [optional] [default to undefined]
**glAccountCode** | **string** | The unique identifier of the account that is mapped to the financial resource. | [optional] [default to undefined]
**transactionChannelId** | **string** | The key of the transaction rule that uses this rule | [optional] [default to undefined]

## Example

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

const instance: LoanProductGLAccountingRuleConfiguration = {
    financialResource,
    glAccountCode,
    transactionChannelId,
};
```

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