VRBL: Item Name
You can add a name for an item at line level.
Use the Name
subelement of the Item element to model this information.
More information is provided in the Items topic.
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<!-- code omitted for clarity -->
<cac:Item>
<cbc:Name>Item Name</cbc:Name>
</cac:Item>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
</Invoice>
Updated about 1 month ago