Uses of Class
com.xero.models.payrollau.Account
-
Packages that use 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)Xero identifier for accountsAccountAccount. code(String code)Customer defined account codeAccountAccount. name(String name)Name of accountAccountAccount. type(AccountType type)typeMethods 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)Payroll Account details for SuperExpense, SuperLiabilty, WagesExpense, PAYGLiability & WagesPayable.Method parameters in com.xero.models.payrollau with type arguments of type Account Modifier and Type Method Description SettingsSettings. accounts(List<Account> accounts)Payroll Account details for SuperExpense, SuperLiabilty, WagesExpense, PAYGLiability & WagesPayable.voidSettings. setAccounts(List<Account> accounts)Payroll Account details for SuperExpense, SuperLiabilty, WagesExpense, PAYGLiability & WagesPayable.
-