Uses of Class
com.xero.models.payrollau.PayRuns
Packages that use PayRuns
-
Uses of PayRuns in com.xero.api
Methods in com.xero.api with parameters of type PayRunsModifier and TypeMethodDescriptionvoidXeroApiExceptionHandler.validationError(String objectType, PayRuns payRuns, Exception e) Handle Validation Errors (400)Constructors in com.xero.api with parameters of type PayRunsModifierConstructorDescriptionXeroBadRequestException(String objectType, PayRuns payRuns, Exception e) XeroBadRequestException -
Uses of PayRuns in com.xero.api.client
Methods in com.xero.api.client that return PayRunsModifier and TypeMethodDescriptionPayrollAuApi.createPayRun(String accessToken, String xeroTenantId, List<PayRun> payRun, String idempotencyKey) Creates a pay runRetrieves a pay run by using a unique pay run idPayrollAuApi.getPayRuns(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order, Integer page) Retrieves pay runsPayrollAuApi.updatePayRun(String accessToken, String xeroTenantId, UUID payRunID, List<PayRun> payRun, String idempotencyKey) 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