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) | Cardinality | Description |
---|---|---|
Invoice Type Code (Invoice/InvoiceTypeCode ) | 0..1 | A code specifying the functional type of the invoice. |
Restrictions
- You must use one of the following UNCL1001 codes:
Code | Description |
---|---|
380 | Invoice |
381 | Credit 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>
Updated 10 days ago