Item/ItemTypeCode
Use this element to specify the type of item.
Element
Name (Path) | Cardinality | Description |
---|---|---|
Item Type Code (Invoice/InvoiceLine/Item/ItemTypeCode ) | 0..1 | Specify the item type code. |
Country-Specific configurations
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<!-- code omitted for clarity -->
<cac:Item>
<!-- code omitted for clarity -->
<cbc:ItemTypeCode>VRBL:IN:SERVICE</cbc:ItemTypeCode>
<!-- code omitted for clarity -->
</cac:Item>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
<!-- code omitted for clarity -->
</Invoice>
Updated 4 days ago