digicust_types 1.8.74 → 1.8.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,4 @@
|
|
1
|
+
import { ClassificationTypes } from "../masterdata";
|
1
2
|
/** Settings for the extraction and normalization of customs tariff numbers */
|
2
3
|
export interface CustomsTariffNumberNormalizationSettings {
|
3
4
|
/** Specifies whether to consider customs tariff number from invoice head/the general customs tariff number */
|
@@ -13,7 +14,7 @@ export interface CustomsTariffNumberNormalizationSettings {
|
|
13
14
|
};
|
14
15
|
tariffClassification?: {
|
15
16
|
active?: boolean;
|
16
|
-
mode?:
|
17
|
+
mode?: ClassificationTypes;
|
17
18
|
};
|
18
19
|
/** Specifies whether to take the tariff number description for item description */
|
19
20
|
useAsItemDescription?: boolean;
|