Invoice Types

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

Documents such as Invoices can be of various types (such as invoice, credit note and so on) that are denoted by a code.

Use the InvoiceTypeCode element to model these codes.

Some countries require that you use specific values for this element. These are listed in the documentation for that country. For an example, see Germany: Invoice Type Codes.

Element

ElementDescription
Invoice\InvoiceTypeCodeSpecify the invoice type code.

Country Specific Variations

The following country-specific variations exist:

Example

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