# DepositGLAccountingRule

The GL accounting rule, it maps a financial resource with a GL account for a specific product (i.e loan or saving).

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**encodedKey** | **string** | The encoded key of the accounting rule, auto generated, unique. | [optional] [readonly] [default to undefined]
**financialResource** | **string** | General Ledger Financial Resources used to setup the product accounting rules and determine the credit and debit accounts when logging journal entries | [default to undefined]
**glAccountKey** | **string** | The encoded key of the account that is mapped to the financialResource | [default to undefined]

## Example

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

const instance: DepositGLAccountingRule = {
    encodedKey,
    financialResource,
    glAccountKey,
};
```

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