Verification Determinator Result

This rule class is a data container whose purpose is to store the results of business logic in the Verification Determinator. Currently this class has two attributes,

result - a boolean that states whether verification is required or not for a given evidence

reason - a codetable value from VerificationSkippedReason, which contains the values of reason for which the conditional verification is not applicable

It is the responsibility of the rule implementations to create/populate these attribute so that the verification framework, after examining the state of the attribute, can take appropriate business decisions.