Uses of Class
com.xero.models.payrollnz.PayRunCalendarObject
-
Packages that use PayRunCalendarObject Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of PayRunCalendarObject in com.xero.api.client
Methods in com.xero.api.client that return PayRunCalendarObject Modifier and Type Method Description PayRunCalendarObjectPayrollNzApi. createPayRunCalendar(String accessToken, String xeroTenantId, PayRunCalendar payRunCalendar)Creates a new payrun calendarPayRunCalendarObjectPayrollNzApi. getPayRunCalendar(String accessToken, String xeroTenantId, UUID payrollCalendarID)Retrieves a specific payrun calendar by using a unique payroll calendar ID -
Uses of PayRunCalendarObject in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return PayRunCalendarObject Modifier and Type Method Description PayRunCalendarObjectPayRunCalendarObject. pagination(Pagination pagination)paginationPayRunCalendarObjectPayRunCalendarObject. payRunCalendar(PayRunCalendar payRunCalendar)payRunCalendarPayRunCalendarObjectPayRunCalendarObject. problem(Problem problem)problem
-