Payroll Schema
BatchStatus Element
Payroll Schema > CheckPayrollSubmissionResponse Complex Type : BatchStatus Element
Description
Status of each batch for a submission recieved in multiple batches.
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Type
BatchStatus Complex Type
Diagram
Status Element Index Element Sequence BatchStatus Element
Overview
BatchStatus 0..∞ BatchStatus Complex Type
Status of each batch for a submission recieved in multiple batches.
Sequence
Index xs:unsignedShort
Unique Index of the submission in the batch submission.
Status processingStatus Simple Type
Current Status of the batch in the Payroll Submission. Possible values are Pending, Completed or NotAcknowledged.
Source
<xs:element name="BatchStatus" type="pp:BatchStatus" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Status of each batch for a submission recieved in multiple batches.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CheckPayrollSubmissionResponse Complex TypePayroll Schema