Uses of Class
com.xero.models.payrollnz.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)create a pay runcom.google.api.client.http.HttpResponsePayrollNzApi. createPayRunForHttpResponse(String accessToken, String xeroTenantId, PayRun payRun)PayRunObjectPayrollNzApi. updatePayRun(String accessToken, String xeroTenantId, UUID payRunID, PayRun payRun)update a pay runcom.google.api.client.http.HttpResponsePayrollNzApi. updatePayRunForHttpResponse(String accessToken, String xeroTenantId, UUID payRunID, PayRun payRun) -
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)PayRunPayRun. calendarType(PayRun.CalendarTypeEnum calendarType)PayRunPayRunObject. getPayRun()Get payRunPayRunPayRun. paymentDate(org.threeten.bp.LocalDate paymentDate)PayRunPayRun. payrollCalendarID(UUID payrollCalendarID)PayRunPayRun. payRunID(UUID payRunID)PayRunPayRun. payRunStatus(PayRun.PayRunStatusEnum payRunStatus)PayRunPayRun. payRunType(PayRun.PayRunTypeEnum payRunType)PayRunPayRun. paySlips(List<PaySlip> paySlips)PayRunPayRun. periodEndDate(org.threeten.bp.LocalDate periodEndDate)PayRunPayRun. periodStartDate(org.threeten.bp.LocalDate periodStartDate)PayRunPayRun. postedDateTime(org.threeten.bp.LocalDate postedDateTime)PayRunPayRun. totalCost(Double totalCost)PayRunPayRun. totalPay(Double totalPay)Methods 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)PayRunObjectPayRunObject. payRun(PayRun payRun)voidPayRunObject. setPayRun(PayRun payRun)Method parameters in com.xero.models.payrollnz with type arguments of type PayRun Modifier and Type Method Description PayRunsPayRuns. payRuns(List<PayRun> payRuns)voidPayRuns. setPayRuns(List<PayRun> payRuns)