digicust_types 1.8.54 → 1.8.55
Sign up to get free protection for your applications and to get access to all the features.
@@ -69,6 +69,8 @@ export interface ExecutionStrategy {
|
|
69
69
|
normalizeEmailDocuments?: boolean;
|
70
70
|
/** Determines whether trade preference shall be invalidated if wording or spelling is wrong */
|
71
71
|
checkTradePreferenceForWording?: boolean;
|
72
|
+
/** Default: Assume origin from preference. Set to true to mitigate this behavior */
|
73
|
+
doNotAssumeOriginFromPreference?: boolean;
|
72
74
|
translateLineItemDescriptions?: {
|
73
75
|
active?: boolean;
|
74
76
|
destinationLanguage?: string;
|