Uses of Class
com.xero.models.payrollau.PayRuns
-
Packages that use PayRuns Package Description com.xero.api com.xero.api.client com.xero.models.payrollau -
-
Uses of PayRuns in com.xero.api
Methods in com.xero.api with parameters of type PayRuns Modifier and Type Method Description voidXeroApiExceptionHandler. validationError(String objectType, PayRuns payRuns, Exception e)Handle Validation Errors (400)Constructors in com.xero.api with parameters of type PayRuns Constructor Description XeroBadRequestException(String objectType, PayRuns payRuns, Exception e)XeroBadRequestException -
Uses of PayRuns in com.xero.api.client
Methods in com.xero.api.client that return PayRuns Modifier and Type Method Description PayRunsPayrollAuApi. createPayRun(String accessToken, String xeroTenantId, List<PayRun> payRun)Creates a pay runPayRunsPayrollAuApi. getPayRun(String accessToken, String xeroTenantId, UUID payRunID)Retrieves a pay run by using a unique pay run idPayRunsPayrollAuApi. getPayRuns(String accessToken, String xeroTenantId, String ifModifiedSince, String where, String order, Integer page)Retrieves pay runsPayRunsPayrollAuApi. updatePayRun(String accessToken, String xeroTenantId, UUID payRunID, List<PayRun> payRun)Updates a pay run Update properties on a single PayRun -
Uses of PayRuns in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return PayRuns Modifier and Type Method Description PayRunsPayRuns. addPayRunsItem(PayRun payRunsItem)payRunsPayRunsPayRuns. payRuns(List<PayRun> payRuns)payRuns
-