digicust_types 1.8.190 → 1.8.191
Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,7 @@ export interface LineItemMatchResult {
|
|
20
20
|
matchesReferenceWithOtherNormalized?: boolean;
|
21
21
|
matchesReferenceWithOtherEmitted?: boolean;
|
22
22
|
matchesDescriptionNormalized?: boolean;
|
23
|
+
useDescriptionScoring?: boolean;
|
23
24
|
matchesTotalValue?: boolean;
|
24
25
|
matchesQuantity?: boolean;
|
25
26
|
matchesPosition?: boolean;
|