FinancialSummaryObject
totalCashInnumber
Total recibido por transferencias bancarias.
Example:
50000totalCashOutnumber
Total debitado (consolidaciones/débitos).
Example:
5000totalInvoicednumber
Total facturado en todos los estados de factura.
Example:
30000balancenumber
Saldo neto: totalCashIn - totalCashOut - totalInvoiced.
Example:
15000currencystring
Código de moneda.
Example:
ARSFinancialSummaryObject
{
"totalCashIn": 50000,
"totalCashOut": 5000,
"totalInvoiced": 30000,
"balance": 15000,
"currency": "ARS"
}