Uses of Class
com.xero.models.payrollnz.BankAccount
Packages that use BankAccount
-
Uses of BankAccount in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return BankAccountModifier and TypeMethodDescriptionBankAccount.accountName(String accountName) Bank account name (max length = 32)BankAccount.accountNumber(String accountNumber) Bank account number (digits only; max length = 8)BankAccount.calculationType(BankAccount.CalculationTypeEnum calculationType) Calculation type for the transaction can be 'Fixed Amount' or 'Balance'Code of a transaction that appear on the statement.BankAccount.dollarAmount(Double dollarAmount) Dollar amount of a transaction.BankAccount.particulars(String particulars) Particulars that appear on the statement.Statement Text/reference for a transaction that appear on the statement.Bank account sort code (6 digits)Methods in com.xero.models.payrollnz that return types with arguments of type BankAccountMethods in com.xero.models.payrollnz with parameters of type BankAccountModifier and TypeMethodDescriptionPaymentMethod.addBankAccountsItem(BankAccount bankAccountsItem) bankAccountsMethod parameters in com.xero.models.payrollnz with type arguments of type BankAccountModifier and TypeMethodDescriptionPaymentMethod.bankAccounts(List<BankAccount> bankAccounts) bankAccountsvoidPaymentMethod.setBankAccounts(List<BankAccount> bankAccounts) bankAccounts