digicust_types 1.8.293 → 1.8.294
Sign up to get free protection for your applications and to get access to all the features.
@@ -270,7 +270,10 @@ export interface ExecutionStrategy {
|
|
270
270
|
disableAutomaticStakeholderCreation?: boolean;
|
271
271
|
disableAutomaticMaterialCreation?: boolean;
|
272
272
|
defaultLicensePlate?: "german" | false;
|
273
|
-
|
273
|
+
/**
|
274
|
+
* When set to true, line item descriptions will be omitted from the final goods description (if possible, if no other description is available it will be used).
|
275
|
+
*/
|
276
|
+
omitLineItemDescription?: boolean;
|
274
277
|
emailSenderAsRepresentativeEmail?: boolean;
|
275
278
|
};
|
276
279
|
dataValidation?: {
|