BillingReference
Use this element to model information about preceding Documents.
General information is provided in the Preceding Document References topic.
Elements
| Name (Path) | Cardinality | Description |
|---|---|---|
Preceding Invoice Reference (/Invoice/BillingReference) | 0..n | A group of elements providing information regarding preceding invoices. |
Invoice Document Reference (/InvoiceDocumentReference) | 1..1 | A group of elements providing information regarding invoice references. |
Preceding Invoice Reference (/InvoiceDocumentReference/ID) | 1..1 | The identification of an invoice that was previously sent by the Seller. |
Preceding Invoice Issue Date (/InvoiceDocumentReference/IssueDate) | 0..1 | The date when the preceding invoice was issued. |
Preceding Invoice Document Type Code (/InvoiceDocumentReference/DocumentTypeCode) | 0..1 | Code specifying the Invoice Type Code (UNCL 1001) of the preceding invoice. |
Country-Specific Topics
- Germany B2G: Corrected Invoices
- Italy: Invoice Reference Number
- Japan: Invoice Document Reference
- Malaysia: Original e-Invoice Reference
- Malaysia: Supplier's Billing Reference Number
- Netherlands: Invoice Reference
- Poland B2B: Preceding Invoice Reference
- Serbia: Invoice Document Reference
- Saudi Arabia: Supplier's Invoice Document Reference
- Taiwan: Preceding Invoice 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 10 months ago
