Uses of Class
com.xero.models.payrollau.BankAccount
-
Packages that use 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)The name of the accountBankAccountBankAccount. accountNumber(String accountNumber)The account numberBankAccountBankAccount. amount(Double amount)Fixed amounts (for example, if an employee wants to have $100 of their salary transferred to one account, and the remaining amount to another)BankAccountBankAccount. BSB(String BSB)The BSB number of the accountBankAccountBankAccount. remainder(Boolean remainder)If this account is the Remaining bank accountBankAccountBankAccount. statementText(String statementText)The text that will appear on your employee's bank statement when they receive paymentMethods 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)bankAccountsMethod parameters in com.xero.models.payrollau with type arguments of type BankAccount Modifier and Type Method Description EmployeeEmployee. bankAccounts(List<BankAccount> bankAccounts)bankAccountsvoidEmployee. setBankAccounts(List<BankAccount> bankAccounts)bankAccounts
-