Taiwan
Invoice message for platform certificate: F0401
Changes to generic fields
type Invoice {
// ...all generic invoice fields
lines: [
{
// ...other line item fields
vat: {
// ...other line item vat fields
code: string;
}
}
];
customInfo: {
twn: {
isPrinted?: boolean;
isExportedThroughCustoms?: boolean;
donateCode?: string;
};
};
};
Field information
Name | Type | Required | Description |
|---|---|---|---|
| string | Yes |
|
| string | Yes | Cross-border E-commerce supplier:
|
| string | Yes |
|
| string | Conditional |
|
| string | The “complete” donated code, which is a number containing 3 to 7 digits. |
Example CSV files
Updated 5 days ago