digicust_types 1.8.232 → 1.8.234
Sign up to get free protection for your applications and to get access to all the features.
@@ -89,6 +89,9 @@ export interface ExecutionStrategy {
|
|
89
89
|
active?: boolean;
|
90
90
|
destinationLanguage?: string;
|
91
91
|
};
|
92
|
+
searchForItemDescriptionOnInternet?: {
|
93
|
+
active?: boolean;
|
94
|
+
};
|
92
95
|
customsTariffNumberNormalizationSettings?: CustomsTariffNumberNormalizationSettings;
|
93
96
|
guaranteeValueStrategy?: "headerFromInvoices" | "headerFromInvoiceHeader" | "lineItems";
|
94
97
|
guaranteeValueCalculation?: "includeVAT19%" | "excludeVAT";
|