Payroll Schema
Submission Element
Payroll Schema > CheckPayrollRunResponse Complex Type : Submission Element
Description
High Level details of the Payroll Submissions that make up the Payroll Run.
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Type
SubmissionStatus Complex Type
Diagram
PayslipToDeleteCount Element PayslipCount Element LPT Element USC Element PRSI Element TaxOnIncome Element Sequence SubmissionSummary Element Status Element SubmissionID Element Sequence Submission Element
Overview
Submission 0..∞ SubmissionStatus Complex Type
High Level details of the Payroll Submissions that make up the Payroll Run.
Sequence
SubmissionID submissionID Simple Type
Unique ID of the Payroll Submission.
Status processingStatus Simple Type
Current Status of Payroll Submission. Possible values are Pending or Completed.
SubmissionSummary optional SubmissionSummary Complex Type
Summary details of submission. Included when submission has completed processing.
Sequence
TaxOnIncome xs:decimal
Total Tax on Income amount across valid line items on submission.
PRSI xs:decimal
Total PRSI amount across valid line items on submission.
USC xs:decimal
Total USC amount across valid line items on submission.
LPT xs:decimal
Total LPT amount across valid line items on submission.
PayslipCount xs:unsignedInt
Total number of payslip line items included on submission.
PayslipToDeleteCount xs:unsignedInt
Total number of payslip line item IDs for deletion included on submission.
Source
<xs:element name="Submission" type="pp:SubmissionStatus" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>High Level details of the Payroll Submissions that make up the Payroll Run.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CheckPayrollRunResponse Complex TypePayroll Schema