Package com.xero.models.finance
Class BalanceSheetAccountType
java.lang.Object
com.xero.models.finance.BalanceSheetAccountType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccounts(List<BalanceSheetAccountDetail> accounts) A list of all accounts of this type.accountType(String accountType) The type of the account.addAccountsItem(BalanceSheetAccountDetail accountsItem) A list of all accounts of this type.booleanA list of all accounts of this type.The type of the account.getTotal()Total value of all the accounts in this typeinthashCode()voidsetAccounts(List<BalanceSheetAccountDetail> accounts) A list of all accounts of this type.voidsetAccountType(String accountType) The type of the account.voidTotal value of all the accounts in this typetoString()Total value of all the accounts in this type
-
Constructor Details
-
BalanceSheetAccountType
public BalanceSheetAccountType()
-
-
Method Details
-
accountType
The type of the account. See <a href='https://developer.xero.com/documentation/api/types#AccountTypes'>Account Types</a>- Parameters:
accountType- String- Returns:
- BalanceSheetAccountType
-
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
-
accounts
A list of all accounts of this type. Refer to the Account section below for each account element detail.- Parameters:
accounts- List<BalanceSheetAccountDetail>- Returns:
- BalanceSheetAccountType
-
addAccountsItem
A list of all accounts of this type. Refer to the Account section below for each account element detail.- Parameters:
accountsItem- BalanceSheetAccountDetail- Returns:
- BalanceSheetAccountType
-
getAccounts
A list of all accounts of this type. Refer to the Account section below for each account element detail.- Returns:
- accounts
-
setAccounts
A list of all accounts of this type. Refer to the Account section below for each account element detail.- Parameters:
accounts- List<BalanceSheetAccountDetail>
-
total
Total value of all the accounts in this type- Parameters:
total- Double- Returns:
- BalanceSheetAccountType
-
getTotal
-
setTotal
Total value of all the accounts in this type- Parameters:
total- Double
-
equals
-
hashCode
-
toString
-