digicust_types 1.8.170 → 1.8.171
Sign up to get free protection for your applications and to get access to all the features.
@@ -113,6 +113,7 @@ export interface ExecutionStrategy {
|
|
113
113
|
preferWeightFromHead?: boolean;
|
114
114
|
documentCodeEnrichment?: {
|
115
115
|
addNegativeCodings?: boolean;
|
116
|
+
noLineItemDocumentCodes?: boolean;
|
116
117
|
};
|
117
118
|
/**
|
118
119
|
* Custom formattings for the resulting description of line items. For more complex conditional formattings, use the JSONAta property instead.
|