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