Uses of Class
com.xero.models.payrollau.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)Method parameters in com.xero.api with type arguments of type PayRun Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. payRunItems(List<PayRun> payRunItems)voidXeroBadRequestException. setPayRunItems(List<PayRun> payRunItems) -
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)Use this method to create a PayRuncom.google.api.client.http.HttpResponsePayrollAuApi. createPayRunForHttpResponse(String accessToken, String xeroTenantId, List<PayRun> payRun)PayRunsPayrollAuApi. updatePayRun(String accessToken, String xeroTenantId, UUID payRunID, List<PayRun> payRun)Update a PayRun Update properties on a single PayRuncom.google.api.client.http.HttpResponsePayrollAuApi. updatePayRunForHttpResponse(String accessToken, String xeroTenantId, UUID payRunID, List<PayRun> 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)PayRunPayRun. addPayslipsItem(PayslipSummary payslipsItem)PayRunPayRun. addValidationErrorsItem(ValidationError validationErrorsItem)PayRunPayRun. deductions(Double deductions)PayRunPayRun. netPay(Double netPay)PayRunPayRun. paymentDate(String paymentDate)PayRunPayRun. payrollCalendarID(UUID payrollCalendarID)PayRunPayRun. payRunID(UUID payRunID)PayRunPayRun. payRunPeriodEndDate(String payRunPeriodEndDate)PayRunPayRun. payRunPeriodStartDate(String payRunPeriodStartDate)PayRunPayRun. payRunStatus(PayRunStatus payRunStatus)PayRunPayRun. payslipMessage(String payslipMessage)PayRunPayRun. payslips(List<PayslipSummary> payslips)PayRunPayRun. reimbursement(Double reimbursement)PayRunPayRun. tax(Double tax)PayRunPayRun. validationErrors(List<ValidationError> validationErrors)PayRunPayRun. wages(Double wages)Methods 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)Method parameters in com.xero.models.payrollau with type arguments of type PayRun Modifier and Type Method Description PayRunsPayRuns. payRuns(List<PayRun> payRuns)voidPayRuns. setPayRuns(List<PayRun> payRuns)