VRBL: Invoiced Quantity
You can add information about quantity to your invoice lines.
Use the InvoicedQuantity
subelement of the InvoiceLine element to model this information.
More information is provided in the Invoiced Quantities topic.
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<!-- code omitted for clarity -->
<cbc:InvoicedQuantity unitCode="C62">14</cbc:InvoicedQuantity>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
</Invoice>
Updated about 1 month ago