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