Payroll Schema
PayslipWarning Element
Payroll Schema > CheckPayrollSubmissionResponse Complex Type : PayslipWarning Element
Description
List of Payslip warnings (if any) associated with Valid payslips. Any payslips in this list will have been saved so the payslips will feed into the employer liability for the statuatory return for the period. Included when the submission has completed processing (if required).
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Type
PayslipWarning Complex Type
Diagram
Description Element Path Element Code Element Sequence Warning Element LineItemID Element Sequence PayslipWarning Element
Overview
PayslipWarning 0..∞ PayslipWarning Complex Type
List of Payslip warnings (if any) associated with Valid payslips. Any payslips in this list will have been saved so the payslips will feed into the employer liability for the statuatory return for the period. Included when the submission has completed processing (if required).
Sequence
LineItemID payrollRunLineItemID Simple Type
LineItemID of the payslip containing validation warnings.
Warning 1..∞ Warning Complex Type
List of validation warnings related to the payslip.
Sequence
Code warningCode Simple Type
Technical Code for warning - to be used for mapping to warning messages.
Path optional warningPath Simple Type
Path to warning in schema, if available.
Description warningDescription Simple Type
Technical description of warning.
Source
<xs:element name="PayslipWarning" type="pp:PayslipWarning" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>List of Payslip warnings (if any) associated with Valid payslips. Any payslips in this list will have been saved so the payslips will feed into the employer liability for the statuatory return for the period. Included when the submission has completed processing (if required).</xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CheckPayrollSubmissionResponse Complex TypePayroll Schema