IdNumberMatch
public enum IdNumberMatch : String, EncodableWhether or not IDmission’s ID Verification Team will perform a IdNumberMatch of the submitted form in the event it is not auto-decisioned. Default is no.
- 
                  
                  Y : The system will do a fuzzy match between the idNumber submitted in the request against the idNumber extracted from the ID Document. DeclarationSwift case yes = "Y"
- 
                  
                  N : The system will NOT match the idNumber submitted in the request against the idNumber extracted from the ID Document DeclarationSwift case no = "N"
- 
                  
                  E : The system will do an exact match between the idNumber submitted in the request against the idNumber extracted from the ID Document. DeclarationSwift case forced = "E"
