Uses of Class
com.xero.models.payrolluk.Account
-
Packages that use Account Package Description com.xero.models.payrolluk -
-
Uses of Account in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk 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.payrolluk that return types with arguments of type Account Modifier and Type Method Description List<Account>Accounts. getAccounts()Get accountsMethods in com.xero.models.payrolluk with parameters of type Account Modifier and Type Method Description AccountsAccounts. addAccountsItem(Account accountsItem)accountsMethod parameters in com.xero.models.payrolluk with type arguments of type Account Modifier and Type Method Description AccountsAccounts. accounts(List<Account> accounts)accountsvoidAccounts. setAccounts(List<Account> accounts)accounts
-