digicust_types 1.8.74 → 1.8.75
Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
|