BillingReference

Use this element to model information about preceding Documents.

General information is provided in the Preceding Document References topic.

Details

DetailValue
NameBillingReference
PathInvoice/BillingReference
DefinitionA reference to a preceding Document .
Cardinality0..n

Elements

ElementDescription
Invoice/BillingReference/InvoiceDocumentReference/IDSpecify the number of the referenced document.
Invoice/BillingReference/InvoiceDocumentReference/IssueDateThe date the reference Document was issued.

Country-Specific Topics

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>