Uses of Class
com.xero.models.payrolluk.BankAccount
| Package | Description |
|---|---|
| com.xero.models.payrolluk |
-
Uses of BankAccount in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return BankAccount Modifier and Type Method Description BankAccountBankAccount. accountName(String accountName)BankAccountBankAccount. accountNumber(String accountNumber)BankAccountBankAccount. sortCode(String sortCode)Methods in com.xero.models.payrolluk that return types with arguments of type BankAccount Modifier and Type Method Description List<BankAccount>PaymentMethod. getBankAccounts()Get bankAccountsMethods in com.xero.models.payrolluk with parameters of type BankAccount Modifier and Type Method Description PaymentMethodPaymentMethod. addBankAccountsItem(BankAccount bankAccountsItem)Method parameters in com.xero.models.payrolluk with type arguments of type BankAccount Modifier and Type Method Description PaymentMethodPaymentMethod. bankAccounts(List<BankAccount> bankAccounts)voidPaymentMethod. setBankAccounts(List<BankAccount> bankAccounts)