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