Uses of Class
com.xero.models.payrollau.BankAccount
Packages that use BankAccount
-
Uses of BankAccount in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return BankAccountModifier and TypeMethodDescriptionBankAccount.accountName(String accountName) The name of the accountBankAccount.accountNumber(String accountNumber) The account numberFixed amounts (for example, if an employee wants to have $100 of their salary transferred to one account, and the remaining amount to another)The BSB number of the accountIf this account is the Remaining bank accountBankAccount.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 BankAccountMethods in com.xero.models.payrollau with parameters of type BankAccountModifier and TypeMethodDescriptionEmployee.addBankAccountsItem(BankAccount bankAccountsItem) bankAccountsMethod parameters in com.xero.models.payrollau with type arguments of type BankAccountModifier and TypeMethodDescriptionEmployee.bankAccounts(List<BankAccount> bankAccounts) bankAccountsvoidEmployee.setBankAccounts(List<BankAccount> bankAccounts) bankAccounts