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