Billing References

You can specify a reference to a billing related document.

Use the InvoiceDocumentReference/ID sub-elements of the BillingReference element.

Element

ElementDescription
Invoice/BillingReference/InvoiceDocumentReference/IDSpecify the number of the referenced document.

Country Specific Configurations

Example

<ubl:Invoice>
    <cac:BillingReference>
        <cac:InvoiceDocumentReference>
            <!-- Code omitted for clarity -->
            <cbc:ID>INV22334455</cbc:ID>
            <!-- Code omitted for clarity -->
        </cac:InvoiceDocumentReference>
    </cac:BillingReference>
</ubl:Invoice>