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.
glCodestringrequired
The unique identifier of the account that is mapped to the financialResource value.
idstringrequired
A user-defined unique ID. Note that the rules are ordered by ID in the YAML file.
leftBranchIdstringrequired
The ID of the left branch of the accounting rule.
rightBranchIdstringrequired
The ID of the right branch of the accounting rule.
Interbranchtransferruleconfiguration
{
"glCode": "string",
"id": "string",
"leftBranchId": "string",
"rightBranchId": "string"
}