Japan: Invoice Type Codes
In Japan, you must use one of the allowed invoice type codes to specify the type of document.
Use the InvoiceTypeCode element to model this information.
Elements
Element | Description |
---|---|
Invoice/InvoiceTypeCode | Use one of the allowed codes. |
Restrictions
- You must use one of the following values:
Code | Description |
---|---|
380 | Used for standard Japanese invoices. |
480 | Used for non-tax invoices. |
Examples
Standard Invoice
The following example is of a standard invoice:
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cbc:InvoiceTypeCode>380</cbc:InvoiceTypeCode>
<!-- Code omitted for clarity -->
Non-Tax Invoice
The following example is for a non-taxed invoice:
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cbc:InvoiceTypeCode>480</cbc:InvoiceTypeCode>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated about 2 months ago