Uses of Class
com.xero.models.payrollau.Account
| Package | Description |
|---|---|
| com.xero.models.payrollau |
-
Uses of Account in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return Account Modifier and Type Method Description AccountAccount. accountID(UUID accountID)AccountAccount. code(String code)AccountAccount. name(String name)AccountAccount. type(AccountType type)Methods in com.xero.models.payrollau that return types with arguments of type Account Modifier and Type Method Description List<Account>Settings. getAccounts()Payroll Account details for SuperExpense, SuperLiabilty, WagesExpense, PAYGLiability & WagesPayable.Methods in com.xero.models.payrollau with parameters of type Account Modifier and Type Method Description SettingsSettings. addAccountsItem(Account accountsItem)Method parameters in com.xero.models.payrollau with type arguments of type Account Modifier and Type Method Description SettingsSettings. accounts(List<Account> accounts)voidSettings. setAccounts(List<Account> accounts)