Skip to main content

C0128

Functional Description

IF the first three characters of <Message recipient> is EQUAL to ‘NTA’
    THEN <INVALIDATION.Decision> = “N”
ELSE
    <INVALIDATION.Decision> = “R”

Technical Description

IF the first three characters of /*/messageRecipient is EQUAL to ‘NTA’
    THEN /*/Invalidation/decision = “N”
ELSE
    /*/Invalidation/decision = “R”