Interface LineItemMatchResult

interface LineItemMatchResult {
    countMatchedNumberProperties?: number;
    matchableNumberPropertiesA?: number;
    matchableNumberPropertiesB?: number;
    matchesBuyerArticleNumberEmitted?: boolean;
    matchesBuyerArticleNumberNormalized?: boolean;
    matchesBuyerArticleNumberWithOtherEmitted?: boolean;
    matchesBuyerArticleNumberWithOtherNormalized?: boolean;
    matchesBuyerOrderNumberEmitted?: boolean;
    matchesBuyerOrderNumberNormalized?: boolean;
    matchesBuyerOrderNumberWithOtherEmitted?: boolean;
    matchesBuyerOrderNumberWithOtherNormalized?: boolean;
    matchesCodeEmitted?: boolean;
    matchesCodeNormalized?: boolean;
    matchesCodeWithOtherEmitted?: boolean;
    matchesCodeWithOtherNormalized?: boolean;
    matchesMaterialNumberEmitted?: boolean;
    matchesMaterialNumberNormalized?: boolean;
    matchesMaterialNumberWithOtherEmitted?: boolean;
    matchesMaterialNumberWithOtherNormalized?: boolean;
    matchesPosition?: boolean;
    matchesQuantity?: boolean;
    matchesReferenceEmitted?: boolean;
    matchesReferenceNormalized?: boolean;
    matchesReferenceWithOtherEmitted?: boolean;
    matchesReferenceWithOtherNormalized?: boolean;
    matchesTotalValue?: boolean;
}

Properties

countMatchedNumberProperties?: number
matchableNumberPropertiesA?: number
matchableNumberPropertiesB?: number
matchesBuyerArticleNumberEmitted?: boolean
matchesBuyerArticleNumberNormalized?: boolean
matchesBuyerArticleNumberWithOtherEmitted?: boolean
matchesBuyerArticleNumberWithOtherNormalized?: boolean
matchesBuyerOrderNumberEmitted?: boolean
matchesBuyerOrderNumberNormalized?: boolean
matchesBuyerOrderNumberWithOtherEmitted?: boolean
matchesBuyerOrderNumberWithOtherNormalized?: boolean
matchesCodeEmitted?: boolean
matchesCodeNormalized?: boolean
matchesCodeWithOtherEmitted?: boolean
matchesCodeWithOtherNormalized?: boolean
matchesMaterialNumberEmitted?: boolean
matchesMaterialNumberNormalized?: boolean
matchesMaterialNumberWithOtherEmitted?: boolean
matchesMaterialNumberWithOtherNormalized?: boolean
matchesPosition?: boolean
matchesQuantity?: boolean
matchesReferenceEmitted?: boolean
matchesReferenceNormalized?: boolean
matchesReferenceWithOtherEmitted?: boolean
matchesReferenceWithOtherNormalized?: boolean
matchesTotalValue?: boolean

Generated using TypeDoc