Accountingreportamounts
Represents information about the accounting report amounts.
closingBalancenumber
The closing balance amount of the general ledger account.
creditsnumber
The credit amount of the general ledger account.
debitsnumber
The debit amount of the general ledger account.
netChangenumber
The net change amount of the general ledger account.
openingBalancenumber
The opening balance amount of the general ledger account.
Accountingreportamounts
{
"closingBalance": 0,
"credits": 0,
"debits": 0,
"netChange": 0,
"openingBalance": 0
}