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