Package com.xero.models.finance
Class StatementBalanceResponse
java.lang.Object
com.xero.models.finance.StatementBalanceResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()The DEBIT or CREDIT status of the account.getValue()Total closing balance of the account.inthashCode()voidThe DEBIT or CREDIT status of the account.voidTotal closing balance of the account.toString()The DEBIT or CREDIT status of the account.Total closing balance of the account.
-
Constructor Details
-
StatementBalanceResponse
public StatementBalanceResponse()
-
-
Method Details
-
value
Total closing balance of the account. This includes both reconciled and unreconciled bank statement lines. The closing balance will always be represented as a positive number, with it’s debit/credit status defined in the statementBalanceDebitCredit field.- Parameters:
value- Double- Returns:
- StatementBalanceResponse
-
getValue
Total closing balance of the account. This includes both reconciled and unreconciled bank statement lines. The closing balance will always be represented as a positive number, with it’s debit/credit status defined in the statementBalanceDebitCredit field.- Returns:
- value
-
setValue
Total closing balance of the account. This includes both reconciled and unreconciled bank statement lines. The closing balance will always be represented as a positive number, with it’s debit/credit status defined in the statementBalanceDebitCredit field.- Parameters:
value- Double
-
type
The DEBIT or CREDIT status of the account. Cash accounts in credit have a negative balance.- Parameters:
type- String- Returns:
- StatementBalanceResponse
-
getType
The DEBIT or CREDIT status of the account. Cash accounts in credit have a negative balance.- Returns:
- type
-
setType
The DEBIT or CREDIT status of the account. Cash accounts in credit have a negative balance.- Parameters:
type- String
-
equals
-
hashCode
-
toString
-