digicust_types 1.8.93 → 1.8.95
Sign up to get free protection for your applications and to get access to all the features.
@@ -22,4 +22,9 @@ export interface CustomsTariffNumberNormalizationSettings {
|
|
22
22
|
itemDescriptionSource?: "description" | "altDescription";
|
23
23
|
hideOriginalItemDescription?: boolean;
|
24
24
|
preferMasterDataDescription?: boolean;
|
25
|
+
/**
|
26
|
+
* Specifies whether to combine the original item description with the tariff number description.
|
27
|
+
* Only applicable if useAsItemDescription is true.
|
28
|
+
*/
|
29
|
+
combineWithOriginalItemDescription?: boolean;
|
25
30
|
}
|