BypassNameMatching

public enum BypassNameMatching : String, Encodable

Whether or not the system will validate that the name provided in the reqeust with the Extracted Name. Default is yes.

  • yes

    The system will NOT validate that the name provided in the reqeust with the Extracted Name.

    Declaration

    Swift

    case yes = "Y"
  • no

    The system will validate that the name provided in the reqeust with the Extracted Name.

    Declaration

    Swift

    case no = "N"