| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
SuperFunds |
PayrollAuApi.createSuperfund(String accessToken,
String xeroTenantId,
List<SuperFund> superFund)
Use this method to create a super fund
|
com.google.api.client.http.HttpResponse |
PayrollAuApi.createSuperfundForHttpResponse(String accessToken,
String xeroTenantId,
List<SuperFund> superFund) |
SuperFunds |
PayrollAuApi.updateSuperfund(String accessToken,
String xeroTenantId,
UUID superFundID,
List<SuperFund> superFund)
Update a Superfund
Update properties on a single Superfund
|
com.google.api.client.http.HttpResponse |
PayrollAuApi.updateSuperfundForHttpResponse(String accessToken,
String xeroTenantId,
UUID superFundID,
List<SuperFund> superFund) |
| Modifier and Type | Method and Description |
|---|---|
SuperFund |
SuperFund.ABN(String ABN) |
SuperFund |
SuperFund.accountName(String accountName) |
SuperFund |
SuperFund.accountNumber(String accountNumber) |
SuperFund |
SuperFund.BSB(String BSB) |
SuperFund |
SuperFund.electronicServiceAddress(String electronicServiceAddress) |
SuperFund |
SuperFund.employerNumber(String employerNumber) |
SuperFund |
SuperFund.name(String name) |
SuperFund |
SuperFund.SPIN(String SPIN) |
SuperFund |
SuperFund.superFundID(UUID superFundID) |
SuperFund |
SuperFund.type(SuperFundType type) |
SuperFund |
SuperFund.USI(String USI) |
| Modifier and Type | Method and Description |
|---|---|
List<SuperFund> |
SuperFunds.getSuperFunds()
Get superFunds
|
| Modifier and Type | Method and Description |
|---|---|
SuperFunds |
SuperFunds.addSuperFundsItem(SuperFund superFundsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
SuperFunds.setSuperFunds(List<SuperFund> superFunds) |
SuperFunds |
SuperFunds.superFunds(List<SuperFund> superFunds) |
Copyright © 2020. All rights reserved.