Uses of Class
com.xero.models.payrolluk.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)AccountAccount. code(String code)AccountAccount. name(String name)AccountAccount. type(Account.TypeEnum type)Methods 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)Method parameters in com.xero.models.payrolluk with type arguments of type Account Modifier and Type Method Description AccountsAccounts. accounts(List<Account> accounts)voidAccounts. setAccounts(List<Account> accounts)