Uses of Class
com.xero.models.payrollau.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)Constructors in com.xero.api with parameters of type PayRuns Constructor Description XeroBadRequestException(String objectType, PayRuns payRuns, Exception e) -
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)Use this method to create a PayRunPayRunsPayrollAuApi. getPayRun(String accessToken, String xeroTenantId, UUID payRunID)searches for an payrun by unique idPayRunsPayrollAuApi. getPayRuns(String accessToken, String xeroTenantId, String ifModifiedSince, String where, String order, Integer page)searches PayRunsPayRunsPayrollAuApi. updatePayRun(String accessToken, String xeroTenantId, UUID payRunID, List<PayRun> payRun)Update a PayRun 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)PayRunsPayRuns. payRuns(List<PayRun> payRuns)