Uses of Class
com.xero.models.payrollau.PayRun
-
Packages that use PayRun Package Description com.xero.api com.xero.api.client com.xero.models.payrollau -
-
Uses of PayRun in com.xero.api
Methods in com.xero.api that return types with arguments of type PayRun Modifier and Type Method Description List<PayRun>XeroBadRequestException. getPayRunItems()Array of PayRun with Validation Error ArrayMethods in com.xero.api with parameters of type PayRun Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. addPayRunItems(PayRun item)Add Payroll AU PayRun itemsMethod parameters in com.xero.api with type arguments of type PayRun Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. payRunItems(List<PayRun> payRunItems)Init Payroll AU PayRun itemsvoidXeroBadRequestException. setPayRunItems(List<PayRun> payRunItems)Set Payroll AU PayRun items -
Uses of PayRun in com.xero.api.client
Method parameters in com.xero.api.client with type arguments of type PayRun Modifier and Type Method Description PayRunsPayrollAuApi. createPayRun(String accessToken, String xeroTenantId, List<PayRun> payRun)Creates a pay runcom.google.api.client.http.HttpResponsePayrollAuApi. createPayRunForHttpResponse(String accessToken, String xeroTenantId, List<PayRun> payRun)Creates a pay runPayRunsPayrollAuApi. updatePayRun(String accessToken, String xeroTenantId, UUID payRunID, List<PayRun> payRun)Updates a pay run Update properties on a single PayRuncom.google.api.client.http.HttpResponsePayrollAuApi. updatePayRunForHttpResponse(String accessToken, String xeroTenantId, UUID payRunID, List<PayRun> payRun)Updates a pay run Update properties on a single PayRun -
Uses of PayRun in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return PayRun Modifier and Type Method Description PayRunPayRun. _super(Double _super)The total Super for the PayrunPayRunPayRun. addPayslipsItem(PayslipSummary payslipsItem)The payslips in the payrunPayRunPayRun. addValidationErrorsItem(ValidationError validationErrorsItem)Displays array of validation error messages from the APIPayRunPayRun. deductions(Double deductions)The total Deductions for the PayrunPayRunPayRun. netPay(Double netPay)The total NetPay for the PayrunPayRunPayRun. paymentDate(String paymentDate)Payment Date for the PayRun (YYYY-MM-DD)PayRunPayRun. payrollCalendarID(UUID payrollCalendarID)Xero identifier for pay runPayRunPayRun. payRunID(UUID payRunID)Xero identifier for pay runPayRunPayRun. payRunPeriodEndDate(String payRunPeriodEndDate)Period End Date for the PayRun (YYYY-MM-DD)PayRunPayRun. payRunPeriodStartDate(String payRunPeriodStartDate)Period Start Date for the PayRun (YYYY-MM-DD)PayRunPayRun. payRunStatus(PayRunStatus payRunStatus)payRunStatusPayRunPayRun. payslipMessage(String payslipMessage)Payslip message for the PayRunPayRunPayRun. payslips(List<PayslipSummary> payslips)The payslips in the payrunPayRunPayRun. reimbursement(Double reimbursement)The total Reimbursements for the PayrunPayRunPayRun. tax(Double tax)The total Tax for the PayrunPayRunPayRun. validationErrors(List<ValidationError> validationErrors)Displays array of validation error messages from the APIPayRunPayRun. wages(Double wages)The total Wages for the PayrunMethods in com.xero.models.payrollau that return types with arguments of type PayRun Modifier and Type Method Description List<PayRun>PayRuns. getPayRuns()Get payRunsMethods in com.xero.models.payrollau with parameters of type PayRun Modifier and Type Method Description PayRunsPayRuns. addPayRunsItem(PayRun payRunsItem)payRunsMethod parameters in com.xero.models.payrollau with type arguments of type PayRun Modifier and Type Method Description PayRunsPayRuns. payRuns(List<PayRun> payRuns)payRunsvoidPayRuns. setPayRuns(List<PayRun> payRuns)payRuns
-