VRBL: Commodity Classification

You can add a commodity classification to your Document.

More information is provided in the Commodity Classification topic.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:CommodityClassification>
            <cbc:ItemClassificationCode listID="STI">44331</cbc:ItemClassificationCode>
        </cac:CommodityClassification>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</Invoice>