FinancialSummaryObject
totalCashInnumber
Total amount received via bank transfers.
Example:
50000totalCashOutnumber
Total amount swept out (consolidations/debits).
Example:
5000totalInvoicednumber
Total invoiced amount across all invoice statuses.
Example:
30000balancenumber
Net balance: totalCashIn - totalCashOut - totalInvoiced.
Example:
15000currencystring
Currency code.
Example:
ARSFinancialSummaryObject
{
"totalCashIn": 50000,
"totalCashOut": 5000,
"totalInvoiced": 30000,
"balance": 15000,
"currency": "ARS"
}