Croatia (CIIUR): Receipt Line Reference

You can specify a receipt advice and the corresponding receipt advice line on the line level.

Elements

Use the ReceiptLineReference element to model this information:

Element (Path)CardinalityDescription
Line Receipt Advice Reference (/Invoice/InvoiceLine/ReceiptLineReference)0..1A group of elements providing information about the Line Receipt Advice Reference for the invoice line.
Receipt Advice Line (LineID)1..1An identifier for a referenced line within a Receipt Advice.
Receipt Advice Reference (DocumentReference)0..1A group of elements providing information about the referenced Receipt Advice.
Receipt Advice Reference ID (DocumentReference/ID)1..1An identifier for a referenced Receipt Advice.

Example

<ubl:Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:ReceiptLineReference>
            <cbc:LineID>120</cbc:LineID>
            <cac:DocumentReference>
                <cbc:ID>PO12345</cbc:ID>
            </cac:DocumentReference>
        </cac:ReceiptLineReference>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</ubl:Invoice>