BillingReference
Use this element to model information about preceding Documents.
General information is provided in the Preceding Document References topic.
Details
Detail | Value |
---|---|
Name | BillingReference |
Path | Invoice/BillingReference |
Definition | A reference to a preceding Document . |
Cardinality | 0..n |
Elements
Element | Description |
---|---|
Invoice/BillingReference/InvoiceDocumentReference/ID | Specify the number of the referenced document. |
Invoice/BillingReference/InvoiceDocumentReference/IssueDate | The date the reference Document was issued. |
Country-Specific Topics
- Malaysia: Supplier's Billing Reference Number
- Serbia: Invoice Document Reference
- Saudi Arabia: Supplier's Invoice Document Reference
- Japan: Invoice Document Reference
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:BillingReference>
<cac:InvoiceDocumentReference>
<cbc:ID>INV-99887766</cbc:ID>
<cbc:IssueDate>2024-09-30</cbc:IssueDate>
</cac:InvoiceDocumentReference>
</cac:BillingReference>
<!-- code omitted for clarity -->
</Invoice>
Updated about 1 month ago