Uses of Class
com.xero.models.payrollnz.Account
-
Packages that use Account Package Description com.xero.models.payrollnz -
-
Uses of Account in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Account Modifier and Type Method Description AccountAccount. accountID(UUID accountID)The Xero identifier for Settings.AccountAccount. code(String code)A unique 3 digit number for each AccountAccountAccount. name(String name)Name of the Account.AccountAccount. type(Account.TypeEnum type)The assigned AccountTypeMethods in com.xero.models.payrollnz that return types with arguments of type Account Modifier and Type Method Description List<Account>Accounts. getAccounts()Get accountsMethods in com.xero.models.payrollnz with parameters of type Account Modifier and Type Method Description AccountsAccounts. addAccountsItem(Account accountsItem)accountsMethod parameters in com.xero.models.payrollnz with type arguments of type Account Modifier and Type Method Description AccountsAccounts. accounts(List<Account> accounts)accountsvoidAccounts. setAccounts(List<Account> accounts)accounts
-