# InterBranchTransferRuleConfiguration

Represents a custom accounting rule for inter-branch transfers. The specified general ledger account will be used for the given branches, instead of the default general ledger account code for inter-branch transfers.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**glCode** | **string** | The unique identifier of the account that is mapped to the &#x60;financialResource&#x60; value. | [default to undefined]
**id** | **string** | A user-defined unique ID. Note that the rules are ordered by ID in the YAML file. | [default to undefined]
**leftBranchId** | **string** | The ID of the left branch of the accounting rule. | [default to undefined]
**rightBranchId** | **string** | The ID of the right branch of the accounting rule. | [default to undefined]

## Example

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

const instance: InterBranchTransferRuleConfiguration = {
    glCode,
    id,
    leftBranchId,
    rightBranchId,
};
```

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