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
.
-
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"
-
The system will auto-decision the submitted form and it will not be manually reviewed.
Declaration
Swift
case no = "N"
-
Forced Manual Review
Declaration
Swift
case forced = "F"