VRBL: Receipt Advice References
You can reference a receipt advice in your Documents.
You can reference the ID of the receipt advice and add the date it was issued as well.
Elements
Use the ReceiptDocumentReference element to model this information:
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 13 days ago