Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.23 KB

PutBankReconciliationsBankReconciliation.md

File metadata and controls

19 lines (16 loc) · 1.23 KB

# PutBankReconciliationsBankReconciliation

Properties

Name Type Description Notes
bankAccountId string The bank account the reconciliation relates to [optional]
statementDate \DateTime The date of the bank reconciliation [optional]
statementEndBalance float The statement end balance for the reconciliation [optional]
reference string A reference for the bank reconciliation [optional]
totalReceived float The total amount received [optional]
totalPaid float The total amount paid [optional]
startingBalance float The starting balance of the bank reconciliation [optional]
closingBalance float The closing balance of the bank reconciliation [optional]
reconciledBalance float The reconciled balance of the bank reconciliation [optional]
balanceDifference float The difference between the statement end balance and the reconciled balance [optional]
statusId string The ID of the Status. [optional]

[Back to Model list] [Back to API list] [Back to README]