digicust_types 1.8.309 → 1.8.310
Sign up to get free protection for your applications and to get access to all the features.
@@ -104,6 +104,7 @@ export interface ExecutionStrategy {
|
|
104
104
|
/** Default: Assume origin from preference. Set to true to mitigate this behavior */
|
105
105
|
doNotAssumeOriginFromPreference?: boolean;
|
106
106
|
assumeOriginFromHead?: boolean;
|
107
|
+
assumeOriginFromDepartureCountry?: boolean;
|
107
108
|
translateLineItemDescriptions?: {
|
108
109
|
active?: boolean;
|
109
110
|
destinationLanguage?: string;
|