Uses of Class
com.xero.models.payrollau.BankAccount
| Package | Description |
|---|---|
| com.xero.models.payrollau |
-
Uses of BankAccount in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return BankAccount Modifier and Type Method Description BankAccountBankAccount. accountName(String accountName)BankAccountBankAccount. accountNumber(String accountNumber)BankAccountBankAccount. amount(Double amount)BankAccountBankAccount. BSB(String BSB)BankAccountBankAccount. remainder(Boolean remainder)BankAccountBankAccount. statementText(String statementText)Methods in com.xero.models.payrollau that return types with arguments of type BankAccount Modifier and Type Method Description List<BankAccount>Employee. getBankAccounts()Get bankAccountsMethods in com.xero.models.payrollau with parameters of type BankAccount Modifier and Type Method Description EmployeeEmployee. addBankAccountsItem(BankAccount bankAccountsItem)Method parameters in com.xero.models.payrollau with type arguments of type BankAccount Modifier and Type Method Description EmployeeEmployee. bankAccounts(List<BankAccount> bankAccounts)voidEmployee. setBankAccounts(List<BankAccount> bankAccounts)