Spain B2G: Invoice Type Code

You must use the values Spain mandates for invoice type codes.

You can use the VRBL Invoice Type Code, such as VRBL:ES-B2G:OO or VRBL:ES-B2G:OR or you can use the UNCL 1001 equivalent such as 380 and 384.

Use the InvoiceTypeCode element to model this information.

Element

ElementDescription
Invoice/InvoiceTypeCodeSpecify the invoice type using one of the allowed codes.

Restrictions

You must use one of the following values:

Invoice Type CodeUNCL 1001Description
VRBL:ES-B2G:OO380Invoice
VRBL:ES-B2G:OR384Correction invoice

Example

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