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
Element | Description |
---|---|
Invoice/InvoiceTypeCode | Specify the invoice type using one of the allowed codes. |
Restrictions
You must use one of the following values:
Invoice Type Code | UNCL 1001 | Description |
---|---|---|
VRBL:ES-B2G:OO | 380 | Invoice |
VRBL:ES-B2G:OR | 384 | Correction invoice |
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cbc:InvoiceTypeCode>380</cbc:InvoiceTypeCode>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 10 days ago