| 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
|
com.google.api.client.http.HttpResponse |
PayrollAuApi.createPayRunForHttpResponse(String accessToken,
String xeroTenantId,
List<PayRun> payRun) |
PayRuns |
PayrollAuApi.updatePayRun(String accessToken,
String xeroTenantId,
UUID payRunID,
List<PayRun> payRun)
Update a PayRun
Update properties on a single PayRun
|
com.google.api.client.http.HttpResponse |
PayrollAuApi.updatePayRunForHttpResponse(String accessToken,
String xeroTenantId,
UUID payRunID,
List<PayRun> payRun) |
| Modifier and Type | Method and Description |
|---|---|
PayRun |
PayRun._super(Float _super) |
PayRun |
PayRun.addPayslipsItem(PayslipSummary payslipsItem) |
PayRun |
PayRun.deductions(Float deductions) |
PayRun |
PayRun.netPay(Float netPay) |
PayRun |
PayRun.paymentDate(String paymentDate) |
PayRun |
PayRun.payrollCalendarID(UUID payrollCalendarID) |
PayRun |
PayRun.payRunID(UUID payRunID) |
PayRun |
PayRun.payRunPeriodEndDate(String payRunPeriodEndDate) |
PayRun |
PayRun.payRunPeriodStartDate(String payRunPeriodStartDate) |
PayRun |
PayRun.payRunStatus(PayRunStatus payRunStatus) |
PayRun |
PayRun.payslipMessage(String payslipMessage) |
PayRun |
PayRun.payslips(List<PayslipSummary> payslips) |
PayRun |
PayRun.reimbursement(Float reimbursement) |
PayRun |
PayRun.tax(Float tax) |
PayRun |
PayRun.wages(Float wages) |
| Modifier and Type | Method and Description |
|---|---|
List<PayRun> |
PayRuns.getPayRuns()
Get payRuns
|
| Modifier and Type | Method and Description |
|---|---|
PayRuns |
PayRuns.addPayRunsItem(PayRun payRunsItem) |
| Modifier and Type | Method and Description |
|---|---|
PayRuns |
PayRuns.payRuns(List<PayRun> payRuns) |
void |
PayRuns.setPayRuns(List<PayRun> payRuns) |
Copyright © 2020. All rights reserved.