Uses of Class
com.xero.models.payrollnz.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 TypeMethodDescriptionPayrollNzApi.createPayRun(String accessToken, String xeroTenantId, PayRun payRun, String idempotencyKey) Creates a pay runcom.google.api.client.http.HttpResponsePayrollNzApi.createPayRunForHttpResponse(String accessToken, String xeroTenantId, PayRun payRun, String idempotencyKey) Creates a pay runPayrollNzApi.updatePayRun(String accessToken, String xeroTenantId, UUID payRunID, PayRun payRun, String idempotencyKey) Updates a pay runcom.google.api.client.http.HttpResponsePayrollNzApi.updatePayRunForHttpResponse(String accessToken, String xeroTenantId, UUID payRunID, PayRun payRun, String idempotencyKey) Updates a pay run -
Uses of PayRun in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return PayRunModifier and TypeMethodDescriptionPayRun.addPaySlipsItem(PaySlip paySlipsItem) paySlipsPayRun.calendarType(CalendarType calendarType) calendarTypePayRunObject.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.payrollnz that return types with arguments of type PayRunMethods in com.xero.models.payrollnz with parameters of type PayRunModifier and TypeMethodDescriptionPayRuns.addPayRunsItem(PayRun payRunsItem) payRunspayRunvoidpayRunMethod parameters in com.xero.models.payrollnz with type arguments of type PayRun