Skip to main content

FinancialSummaryObject

totalCashInnumber

Total amount received via bank transfers.

Example: 50000
totalCashOutnumber

Total amount swept out (consolidations/debits).

Example: 5000
totalInvoicednumber

Total invoiced amount across all invoice statuses.

Example: 30000
balancenumber

Net balance: totalCashIn - totalCashOut - totalInvoiced.

Example: 15000
currencystring

Currency code.

Example: ARS
FinancialSummaryObject
{
"totalCashIn": 50000,
"totalCashOut": 5000,
"totalInvoiced": 30000,
"balance": 15000,
"currency": "ARS"
}