Taiwan: Invoice Type Code

You must use specific Invoice Type Codes in Taiwan.

Elements

Use the InvoiceTypeCode element to model this information.

Name (Technical Name)CardinalityDescription
Invoice Type Code (Invoice/InvoiceTypeCode)0..1A code specifying the functional type of the invoice.

Restrictions

  • You must use one of the following UNCL1001 codes:
CodeDescription
380Invoice
381Credit Note
  • Only full refunds are supported. This means that Credit Notes refund the entire original invoice.

Example

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