Uses of Class
com.xero.models.payrolluk.PayRun
Packages that use PayRun
-
Uses of PayRun in com.xero.api.client
Methods in com.xero.api.client with parameters of type PayRunModifier and TypeMethodDescriptionPayrollUkApi.updatePayRun(String accessToken, String xeroTenantId, UUID payRunID, PayRun payRun, String idempotencyKey) Updates a specific pay runcom.google.api.client.http.HttpResponsePayrollUkApi.updatePayRunForHttpResponse(String accessToken, String xeroTenantId, UUID payRunID, PayRun payRun, String idempotencyKey) Updates a specific pay run -
Uses of PayRun in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return PayRunModifier and TypeMethodDescriptionPayRun.addPaySlipsItem(Payslip paySlipsItem) paySlipsPayRun.calendarType(PayRun.CalendarTypeEnum calendarType) Calendar type of the pay runPayRunObject.getPayRun()Get payRunPayRun.paymentDate(org.threeten.bp.LocalDate paymentDate) Payment date of the pay runPayRun.payrollCalendarID(UUID payrollCalendarID) Xero unique identifier for the payroll calendarXero unique identifier for the pay runPayRun.payRunStatus(PayRun.PayRunStatusEnum payRunStatus) Pay run statusPayRun.payRunType(PayRun.PayRunTypeEnum payRunType) Pay run typepaySlipsPayRun.periodEndDate(org.threeten.bp.LocalDate periodEndDate) Period end date of the payroll calendarPayRun.periodStartDate(org.threeten.bp.LocalDate periodStartDate) Period start date of the payroll calendarPayRun.postedDateTime(org.threeten.bp.LocalDate postedDateTime) Posted date time of the pay runTotal cost of the pay runTotal pay of the pay runMethods in com.xero.models.payrolluk that return types with arguments of type PayRunMethods in com.xero.models.payrolluk with parameters of type PayRunModifier and TypeMethodDescriptionPayRuns.addPayRunsItem(PayRun payRunsItem) payRunspayRunvoidpayRunMethod parameters in com.xero.models.payrolluk with type arguments of type PayRun