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
| Element | Cardinality | Description |
|---|---|---|
Receipt Advice Reference (/Invoice/ReceiptDocumentReference) | 0..1 | A group of elements providing information regarding a related Receipt Advice. |
Receipt Advice ID (/Invoice/ReceiptDocumentReference/ID) | 1..1 | The ID of the receipt advice. |
Receipt Advice Date (/Invoice/ReceiptDocumentReference/IssueDate) | 0..1 | The 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>
Updated 4 months ago
