Uses of Class
com.xero.models.payrollau.PayRun
Packages that use PayRun
-
Uses of PayRun in com.xero.api
Methods in com.xero.api that return types with arguments of type PayRunModifier and TypeMethodDescriptionXeroBadRequestException.getPayRunItems()Array of PayRun with Validation Error ArrayMethods in com.xero.api with parameters of type PayRunModifier and TypeMethodDescriptionXeroBadRequestException.addPayRunItems(PayRun item) Add Payroll AU PayRun itemsMethod parameters in com.xero.api with type arguments of type PayRunModifier and TypeMethodDescriptionXeroBadRequestException.payRunItems(List<PayRun> payRunItems) Init Payroll AU PayRun itemsvoidXeroBadRequestException.setPayRunItems(List<PayRun> payRunItems) Set Payroll AU PayRun items -
Uses of PayRun in com.xero.api.client
Method parameters in com.xero.api.client with type arguments of type PayRunModifier and TypeMethodDescriptionPayrollAuApi.createPayRun(String accessToken, String xeroTenantId, List<PayRun> payRun, String idempotencyKey) Creates a pay runcom.google.api.client.http.HttpResponsePayrollAuApi.createPayRunForHttpResponse(String accessToken, String xeroTenantId, List<PayRun> payRun, String idempotencyKey) Creates a pay runPayrollAuApi.updatePayRun(String accessToken, String xeroTenantId, UUID payRunID, List<PayRun> payRun, String idempotencyKey) Updates a pay run Update properties on a single PayRuncom.google.api.client.http.HttpResponsePayrollAuApi.updatePayRunForHttpResponse(String accessToken, String xeroTenantId, UUID payRunID, List<PayRun> payRun, String idempotencyKey) Updates a pay run Update properties on a single PayRun -
Uses of PayRun in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return PayRunModifier and TypeMethodDescriptionThe total Super for the PayrunPayRun.addPayslipsItem(PayslipSummary payslipsItem) The payslips in the payrunPayRun.addValidationErrorsItem(ValidationError validationErrorsItem) Displays array of validation error messages from the APIPayRun.deductions(Double deductions) The total Deductions for the PayrunThe total NetPay for the PayrunPayRun.paymentDate(String paymentDate) Payment Date for the PayRun (YYYY-MM-DD)PayRun.payrollCalendarID(UUID payrollCalendarID) Xero identifier for pay runXero identifier for pay runPayRun.payRunPeriodEndDate(String payRunPeriodEndDate) Period End Date for the PayRun (YYYY-MM-DD)PayRun.payRunPeriodStartDate(String payRunPeriodStartDate) Period Start Date for the PayRun (YYYY-MM-DD)PayRun.payRunStatus(PayRunStatus payRunStatus) payRunStatusPayRun.payslipMessage(String payslipMessage) Payslip message for the PayRunPayRun.payslips(List<PayslipSummary> payslips) The payslips in the payrunPayRun.reimbursement(Double reimbursement) The total Reimbursements for the PayrunThe total Tax for the PayrunPayRun.validationErrors(List<ValidationError> validationErrors) Displays array of validation error messages from the APIThe total Wages for the PayrunMethods in com.xero.models.payrollau that return types with arguments of type PayRunMethods in com.xero.models.payrollau with parameters of type PayRunMethod parameters in com.xero.models.payrollau with type arguments of type PayRun