| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
PayRuns |
PayrollAuApi.createPayRun(String accessToken,
String xeroTenantId,
List<PayRun> payRun)
Use this method to create a PayRun
|
PayRuns |
PayrollAuApi.getPayRun(String accessToken,
String xeroTenantId,
UUID payRunID)
searches for an payrun by unique id
|
PayRuns |
PayrollAuApi.getPayRuns(String accessToken,
String xeroTenantId,
String ifModifiedSince,
String where,
String order,
Integer page)
searches PayRuns
|
PayRuns |
PayrollAuApi.updatePayRun(String accessToken,
String xeroTenantId,
UUID payRunID,
List<PayRun> payRun)
Update a PayRun
Update properties on a single PayRun
|
| Modifier and Type | Method and Description |
|---|---|
PayRuns |
PayRuns.addPayRunsItem(PayRun payRunsItem) |
PayRuns |
PayRuns.payRuns(List<PayRun> payRuns) |
Copyright © 2020. All rights reserved.