Uses of Class
com.xero.models.payrolluk.PayRun
-
Packages that use PayRun Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of PayRun in com.xero.api.client
Methods in com.xero.api.client with parameters of type PayRun Modifier and Type Method Description PayRunObjectPayrollUkApi. updatePayRun(String accessToken, String xeroTenantId, UUID payRunID, PayRun payRun)Updates a specific pay runcom.google.api.client.http.HttpResponsePayrollUkApi. updatePayRunForHttpResponse(String accessToken, String xeroTenantId, UUID payRunID, PayRun payRun)Updates a specific pay run -
Uses of PayRun in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return PayRun Modifier and Type Method Description PayRunPayRun. addPaySlipsItem(Payslip paySlipsItem)paySlipsPayRunPayRun. calendarType(PayRun.CalendarTypeEnum calendarType)Calendar type of the pay runPayRunPayRunObject. getPayRun()Get payRunPayRunPayRun. paymentDate(org.threeten.bp.LocalDate paymentDate)Payment date of the pay runPayRunPayRun. payrollCalendarID(UUID payrollCalendarID)Xero unique identifier for the payroll calendarPayRunPayRun. payRunID(UUID payRunID)Xero unique identifier for the pay runPayRunPayRun. payRunStatus(PayRun.PayRunStatusEnum payRunStatus)Pay run statusPayRunPayRun. payRunType(PayRun.PayRunTypeEnum payRunType)Pay run typePayRunPayRun. paySlips(List<Payslip> paySlips)paySlipsPayRunPayRun. periodEndDate(org.threeten.bp.LocalDate periodEndDate)Period end date of the payroll calendarPayRunPayRun. periodStartDate(org.threeten.bp.LocalDate periodStartDate)Period start date of the payroll calendarPayRunPayRun. postedDateTime(org.threeten.bp.LocalDate postedDateTime)Posted date time of the pay runPayRunPayRun. totalCost(Double totalCost)Total cost of the pay runPayRunPayRun. totalPay(Double totalPay)Total pay of the pay runMethods in com.xero.models.payrolluk that return types with arguments of type PayRun Modifier and Type Method Description List<PayRun>PayRuns. getPayRuns()Get payRunsMethods in com.xero.models.payrolluk with parameters of type PayRun Modifier and Type Method Description PayRunsPayRuns. addPayRunsItem(PayRun payRunsItem)payRunsPayRunObjectPayRunObject. payRun(PayRun payRun)payRunvoidPayRunObject. setPayRun(PayRun payRun)payRunMethod parameters in com.xero.models.payrolluk with type arguments of type PayRun Modifier and Type Method Description PayRunsPayRuns. payRuns(List<PayRun> payRuns)payRunsvoidPayRuns. setPayRuns(List<PayRun> payRuns)payRuns
-