digicust_types 1.8.136 → 1.8.137
Sign up to get free protection for your applications and to get access to all the features.
@@ -95,6 +95,9 @@ export interface ExecutionStrategy {
|
|
95
95
|
packagePrice?: Money;
|
96
96
|
priority?: "fallback" | "override";
|
97
97
|
};
|
98
|
+
removeStakeholderContactInformation?: {
|
99
|
+
active?: boolean;
|
100
|
+
};
|
98
101
|
ignoreLineItemsFromInvoice?: boolean;
|
99
102
|
ignoreLineItemsWithoutInvoice?: boolean;
|
100
103
|
useQuantityAsPackageCount?: boolean;
|