Uses of Class
com.xero.models.payrolluk.PayRunObject
-
Packages that use PayRunObject Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of PayRunObject in com.xero.api.client
Methods in com.xero.api.client that return PayRunObject Modifier and Type Method Description PayRunObjectPayrollUkApi. getPayRun(String accessToken, String xeroTenantId, UUID payRunID)Retrieves a specific pay run by using a unique pay run IDPayRunObjectPayrollUkApi. updatePayRun(String accessToken, String xeroTenantId, UUID payRunID, PayRun payRun)Updates a specific pay run -
Uses of PayRunObject in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return PayRunObject Modifier and Type Method Description PayRunObjectPayRunObject. pagination(Pagination pagination)paginationPayRunObjectPayRunObject. payRun(PayRun payRun)payRunPayRunObjectPayRunObject. problem(Problem problem)problem
-