digicust_types 1.8.493 → 1.8.495
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.
@@ -105,6 +105,7 @@ export interface ExecutionStrategy {
|
|
105
105
|
prioritizeCustomsTariffNumberFromEmail?: boolean;
|
106
106
|
prioritizeGoodsDescriptionFromEmail?: boolean;
|
107
107
|
};
|
108
|
+
preferConsigneeFromEmail?: boolean;
|
108
109
|
/** Determines whether trade preference shall be invalidated if wording or spelling is wrong */
|
109
110
|
checkTradePreferenceForWording?: boolean;
|
110
111
|
/** Default: Assume origin from preference. Set to true to mitigate this behavior */
|