ReceiptDocumentReference

A reference to a Receipt Advice associated with this document.

General information about receipt advices is provided in VRBL: Receipt Advice References topic.

Elements

ElementCardinalityDescription
Receipt Advice Reference (/Invoice/ReceiptDocumentReference)0..1A group of elements providing information regarding a related Receipt Advice.
Receipt Advice ID (/Invoice/ReceiptDocumentReference/ID)1..1The ID of the receipt advice.
Receipt Advice Date (/Invoice/ReceiptDocumentReference/IssueDate)0..1The date that the receipt advice was issued.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:ReceiptDocumentReference>
        <cbc:ID>RA-11223344</cbc:ID>
        <cbc:IssueDate>2024-08-29</cbc:IssueDate>
    </cac:ReceiptDocumentReference>    
    <!-- code omitted for clarity -->
</Invoice>