ManualReviewRequired
public enum ManualReviewRequired : String, Encodable
Whether or not IDmission’s ID Verification Team will perform a manual review of the submitted form in the event it is not auto-decisioned. Default is no.
-
Y IDmission’s ID Verification Team will perform a manual review of the submitted form in the event it is not auto-decisioned.
Declaration
Swift
case yes = "Y" -
N The system will auto-decision the submitted form and it will not be manually reviewed.
Declaration
Swift
case no = "N" -
F Forced Manual Review.
Declaration
Swift
case forced = "F"