| Package | Description |
|---|---|
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
BankAccount.accountName(String accountName) |
BankAccount |
BankAccount.accountNumber(String accountNumber) |
BankAccount |
BankAccount.amount(Float amount) |
BankAccount |
BankAccount.BSB(String BSB) |
BankAccount |
BankAccount.remainder(Boolean remainder) |
BankAccount |
BankAccount.statementText(String statementText) |
| Modifier and Type | Method and Description |
|---|---|
List<BankAccount> |
Employee.getBankAccounts()
Get bankAccounts
|
| Modifier and Type | Method and Description |
|---|---|
Employee |
Employee.addBankAccountsItem(BankAccount bankAccountsItem) |
| Modifier and Type | Method and Description |
|---|---|
Employee |
Employee.bankAccounts(List<BankAccount> bankAccounts) |
void |
Employee.setBankAccounts(List<BankAccount> bankAccounts) |
Copyright © 2020. All rights reserved.