Uses of Class
com.xero.models.payrollnz.BankAccount
-
Packages that use 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)Bank account name (max length = 32)BankAccountBankAccount. accountNumber(String accountNumber)Bank account number (digits only; max length = 8)BankAccountBankAccount. calculationType(BankAccount.CalculationTypeEnum calculationType)Calculation type for the transaction can be 'Fixed Amount' or 'Balance'BankAccountBankAccount. code(String code)Code of a transaction that appear on the statement.BankAccountBankAccount. dollarAmount(Double dollarAmount)Dollar amount of a transaction.BankAccountBankAccount. particulars(String particulars)Particulars that appear on the statement.BankAccountBankAccount. reference(String reference)Statement Text/reference for a transaction that appear on the statement.BankAccountBankAccount. sortCode(String sortCode)Bank account sort code (6 digits)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)bankAccountsMethod parameters in com.xero.models.payrollnz with type arguments of type BankAccount Modifier and Type Method Description PaymentMethodPaymentMethod. bankAccounts(List<BankAccount> bankAccounts)bankAccountsvoidPaymentMethod. setBankAccounts(List<BankAccount> bankAccounts)bankAccounts
-