Uses of Class
com.xero.models.payrollnz.PayRun
-
Packages that use PayRun Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of PayRun in com.xero.api.client
Methods in com.xero.api.client with parameters of type PayRun Modifier and Type Method Description PayRunObjectPayrollNzApi. createPayRun(String accessToken, String xeroTenantId, PayRun payRun)Creates a pay runcom.google.api.client.http.HttpResponsePayrollNzApi. createPayRunForHttpResponse(String accessToken, String xeroTenantId, PayRun payRun)Creates a pay runPayRunObjectPayrollNzApi. updatePayRun(String accessToken, String xeroTenantId, UUID payRunID, PayRun payRun)Updates a pay runcom.google.api.client.http.HttpResponsePayrollNzApi. updatePayRunForHttpResponse(String accessToken, String xeroTenantId, UUID payRunID, PayRun payRun)Updates a pay run -
Uses of PayRun in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return PayRun Modifier and Type Method Description PayRunPayRun. addPaySlipsItem(PaySlip paySlipsItem)paySlipsPayRunPayRun. calendarType(CalendarType calendarType)calendarTypePayRunPayRunObject. 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.payrollnz that return types with arguments of type PayRun Modifier and Type Method Description List<PayRun>PayRuns. getPayRuns()Get payRunsMethods in com.xero.models.payrollnz 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.payrollnz with type arguments of type PayRun Modifier and Type Method Description PayRunsPayRuns. payRuns(List<PayRun> payRuns)payRunsvoidPayRuns. setPayRuns(List<PayRun> payRuns)payRuns
-