VRBL: Invoice Type Code

Documents can be of one of various invoice types that you need to specify.

Use the InvoiceTypeCode element to model these codes. More information is provided in the Invoice Types topic.

Element

ElementDescription
Invoice\InvoiceTypeCodeSpecify the invoice type code.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cbc:InvoiceTypeCode>380</cbc:InvoiceTypeCode>
    <!-- code omitted for clarity -->
</Invoice>