Uses of Class
com.xero.models.finance.CashAccountResponse
Packages that use CashAccountResponse
-
Uses of CashAccountResponse in com.xero.models.finance
Methods in com.xero.models.finance that return CashAccountResponseModifier and TypeMethodDescriptionCashAccountResponse.accountBalance(Double accountBalance) Current cash at bank accounting value from the journals.CashAccountResponse.balanceCurrency(String balanceCurrency) Currency which the cashAccount transactions relate to.CashValidationResponse.getCashAccount()Get cashAccountCashAccountResponse.startingBalance(Double startingBalance) Starting (or historic) balance from the journals (manually keyed in by users on account creation - unverified).CashAccountResponse.unreconciledAmountNeg(Double unreconciledAmountNeg) Total value of transactions in the journals which are not reconciled to bank statement lines, and have a negative (credit) value.CashAccountResponse.unreconciledAmountPos(Double unreconciledAmountPos) Total value of transactions in the journals which are not reconciled to bank statement lines, and have a positive (debit) value.Methods in com.xero.models.finance with parameters of type CashAccountResponseModifier and TypeMethodDescriptionCashValidationResponse.cashAccount(CashAccountResponse cashAccount) cashAccountvoidCashValidationResponse.setCashAccount(CashAccountResponse cashAccount) cashAccount