| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.api.client | |
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
List<PayRun> |
XeroBadRequestException.getPayRunItems()
Array of PayRun with Validation Error Array
|
| Modifier and Type | Method and Description |
|---|---|
XeroBadRequestException |
XeroBadRequestException.addPayRunItems(PayRun item) |
| Modifier and Type | Method and Description |
|---|---|
XeroBadRequestException |
XeroBadRequestException.payRunItems(List<PayRun> payRunItems) |
void |
XeroBadRequestException.setPayRunItems(List<PayRun> payRunItems) |
| 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(Double _super) |
PayRun |
PayRun.addPayslipsItem(PayslipSummary payslipsItem) |
PayRun |
PayRun.addValidationErrorsItem(ValidationError validationErrorsItem) |
PayRun |
PayRun.deductions(Double deductions) |
PayRun |
PayRun.netPay(Double 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(Double reimbursement) |
PayRun |
PayRun.tax(Double tax) |
PayRun |
PayRun.validationErrors(List<ValidationError> validationErrors) |
PayRun |
PayRun.wages(Double 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.