Package com.xero.models.finance
Class CashflowAccount
java.lang.Object
com.xero.models.finance.CashflowAccount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountClass(String accountClass) The class of the account.ID of the accountaccountType(String accountType) The type of the account.Account codebooleanThe class of the account.ID of the accountThe type of the account.getCode()Account codegetName()Account nameReporting code used for cash flow classificationgetTotal()Total amount for the accountinthashCode()Account namereportingCode(String reportingCode) Reporting code used for cash flow classificationvoidsetAccountClass(String accountClass) The class of the account.voidsetAccountId(UUID accountId) ID of the accountvoidsetAccountType(String accountType) The type of the account.voidAccount codevoidAccount namevoidsetReportingCode(String reportingCode) Reporting code used for cash flow classificationvoidTotal amount for the accounttoString()Total amount for the account
-
Constructor Details
-
CashflowAccount
public CashflowAccount()
-
-
Method Details
-
accountId
ID of the account- Parameters:
accountId- UUID- Returns:
- CashflowAccount
-
getAccountId
-
setAccountId
-
accountType
The type of the account. See <a href='https://developer.xero.com/documentation/api/types#AccountTypes'>Account Types</a>- Parameters:
accountType- String- Returns:
- CashflowAccount
-
getAccountType
The type of the account. See <a href='https://developer.xero.com/documentation/api/types#AccountTypes'>Account Types</a>- Returns:
- accountType
-
setAccountType
The type of the account. See <a href='https://developer.xero.com/documentation/api/types#AccountTypes'>Account Types</a>- Parameters:
accountType- String
-
accountClass
The class of the account. See <a href='https://developer.xero.com/documentation/api/types#AccountClassTypes'>Account Class Types</a>- Parameters:
accountClass- String- Returns:
- CashflowAccount
-
getAccountClass
The class of the account. See <a href='https://developer.xero.com/documentation/api/types#AccountClassTypes'>Account Class Types</a>- Returns:
- accountClass
-
setAccountClass
The class of the account. See <a href='https://developer.xero.com/documentation/api/types#AccountClassTypes'>Account Class Types</a>- Parameters:
accountClass- String
-
code
Account code- Parameters:
code- String- Returns:
- CashflowAccount
-
getCode
-
setCode
-
name
Account name- Parameters:
name- String- Returns:
- CashflowAccount
-
getName
-
setName
-
reportingCode
Reporting code used for cash flow classification- Parameters:
reportingCode- String- Returns:
- CashflowAccount
-
getReportingCode
Reporting code used for cash flow classification- Returns:
- reportingCode
-
setReportingCode
Reporting code used for cash flow classification- Parameters:
reportingCode- String
-
total
Total amount for the account- Parameters:
total- Double- Returns:
- CashflowAccount
-
getTotal
-
setTotal
-
equals
-
hashCode
-
toString
-