Write, Bureaucrats, Administrators
3,298
edits
(Created page with "== Overview == The Xero '''BankSummary''' endpoint provides totals for your bank accounts for a given date range. It is a function that...") |
|||
Line 58: | Line 58: | ||
;OpeningBalanceAmount | ;OpeningBalanceAmount | ||
:A [[Field Type: Decimal|decimal | :A [[Field Type: Decimal|decimal field]] that provides the opening balance as at the start of the date range. | ||
;CashReceivedAmount | ;CashReceivedAmount | ||
:A [[Field Type: Decimal|decimal | :A [[Field Type: Decimal|decimal field]] that provides the value of all values incoming to the account during the date range. | ||
;CashSpentAmount | ;CashSpentAmount | ||
:A [[Field Type: Decimal|decimal | :A [[Field Type: Decimal|decimal field]] that provides the value of all values outgoing from the account during the date range. | ||
;ClosingBalanceAmount | ;ClosingBalanceAmount | ||
:A [[Field Type: Decimal|decimal | :A [[Field Type: Decimal|decimal field]] that provides the closing balance as at the end of the date range. | ||