Package com.xero.models.finance
Class CashAccountResponse
java.lang.Object
com.xero.models.finance.CashAccountResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountBalance(Double accountBalance) Current cash at bank accounting value from the journals.balanceCurrency(String balanceCurrency) Currency which the cashAccount transactions relate to.booleanCurrent cash at bank accounting value from the journals.Currency which the cashAccount transactions relate to.Starting (or historic) balance from the journals (manually keyed in by users on account creation - unverified).Total value of transactions in the journals which are not reconciled to bank statement lines, and have a negative (credit) value.Total value of transactions in the journals which are not reconciled to bank statement lines, and have a positive (debit) value.inthashCode()voidsetAccountBalance(Double accountBalance) Current cash at bank accounting value from the journals.voidsetBalanceCurrency(String balanceCurrency) Currency which the cashAccount transactions relate to.voidsetStartingBalance(Double startingBalance) Starting (or historic) balance from the journals (manually keyed in by users on account creation - unverified).voidsetUnreconciledAmountNeg(Double unreconciledAmountNeg) Total value of transactions in the journals which are not reconciled to bank statement lines, and have a negative (credit) value.voidsetUnreconciledAmountPos(Double unreconciledAmountPos) Total value of transactions in the journals which are not reconciled to bank statement lines, and have a positive (debit) value.startingBalance(Double startingBalance) Starting (or historic) balance from the journals (manually keyed in by users on account creation - unverified).toString()unreconciledAmountNeg(Double unreconciledAmountNeg) Total value of transactions in the journals which are not reconciled to bank statement lines, and have a negative (credit) value.unreconciledAmountPos(Double unreconciledAmountPos) Total value of transactions in the journals which are not reconciled to bank statement lines, and have a positive (debit) value.
-
Constructor Details
-
CashAccountResponse
public CashAccountResponse()
-
-
Method Details
-
unreconciledAmountPos
Total value of transactions in the journals which are not reconciled to bank statement lines, and have a positive (debit) value.- Parameters:
unreconciledAmountPos- Double- Returns:
- CashAccountResponse
-
getUnreconciledAmountPos
Total value of transactions in the journals which are not reconciled to bank statement lines, and have a positive (debit) value.- Returns:
- unreconciledAmountPos
-
setUnreconciledAmountPos
Total value of transactions in the journals which are not reconciled to bank statement lines, and have a positive (debit) value.- Parameters:
unreconciledAmountPos- Double
-
unreconciledAmountNeg
Total value of transactions in the journals which are not reconciled to bank statement lines, and have a negative (credit) value.- Parameters:
unreconciledAmountNeg- Double- Returns:
- CashAccountResponse
-
getUnreconciledAmountNeg
Total value of transactions in the journals which are not reconciled to bank statement lines, and have a negative (credit) value.- Returns:
- unreconciledAmountNeg
-
setUnreconciledAmountNeg
Total value of transactions in the journals which are not reconciled to bank statement lines, and have a negative (credit) value.- Parameters:
unreconciledAmountNeg- Double
-
startingBalance
Starting (or historic) balance from the journals (manually keyed in by users on account creation - unverified).- Parameters:
startingBalance- Double- Returns:
- CashAccountResponse
-
getStartingBalance
Starting (or historic) balance from the journals (manually keyed in by users on account creation - unverified).- Returns:
- startingBalance
-
setStartingBalance
Starting (or historic) balance from the journals (manually keyed in by users on account creation - unverified).- Parameters:
startingBalance- Double
-
accountBalance
Current cash at bank accounting value from the journals.- Parameters:
accountBalance- Double- Returns:
- CashAccountResponse
-
getAccountBalance
Current cash at bank accounting value from the journals.- Returns:
- accountBalance
-
setAccountBalance
Current cash at bank accounting value from the journals.- Parameters:
accountBalance- Double
-
balanceCurrency
Currency which the cashAccount transactions relate to.- Parameters:
balanceCurrency- String- Returns:
- CashAccountResponse
-
getBalanceCurrency
Currency which the cashAccount transactions relate to.- Returns:
- balanceCurrency
-
setBalanceCurrency
Currency which the cashAccount transactions relate to.- Parameters:
balanceCurrency- String
-
equals
-
hashCode
-
toString
-