| 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
|
SuperFunds |
PayrollAuApi.getSuperfund(String accessToken,
String xeroTenantId,
UUID superFundID)
searches for an Superfund by unique id
|
SuperFunds |
PayrollAuApi.getSuperFunds(String accessToken,
String xeroTenantId,
String ifModifiedSince,
String where,
String order,
Integer page)
searches SuperFunds
|
SuperFunds |
PayrollAuApi.updateSuperfund(String accessToken,
String xeroTenantId,
UUID superFundID,
List<SuperFund> superFund)
Update a Superfund
Update properties on a single Superfund
|
| Modifier and Type | Method and Description |
|---|---|
SuperFunds |
SuperFunds.addSuperFundsItem(SuperFund superFundsItem) |
SuperFunds |
SuperFunds.superFunds(List<SuperFund> superFunds) |
Copyright © 2020. All rights reserved.