digicust_types 1.8.71 → 1.8.72
Sign up to get free protection for your applications and to get access to all the features.
@@ -89,6 +89,7 @@ export interface ExecutionStrategy {
|
|
89
89
|
priority?: "fallback" | "override";
|
90
90
|
};
|
91
91
|
ignoreLineItemsFromInvoice?: boolean;
|
92
|
+
ignoreLineItemsWithoutInvoice?: boolean;
|
92
93
|
useQuantityAsPackageCount?: boolean;
|
93
94
|
enforcePackageType?: PackageType;
|
94
95
|
preferWeightFromHead?: boolean;
|