Class CurpValidation

  • All Implemented Interfaces:

    
    public class CurpValidation
    extends BaseModule
                        

    CURP Validation is a process where a user's CURP (a personal identification number in México) is verified with the RENAPO service. It's a form of data verification against a government registry.

    This module enables your user to input their CURP information to validate with the RENAPO service as a part of your flow.

    Since:

    2.7.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class CurpValidation.Builder

      Builder class to configure the CurpValidation module. Corresponds to the "CURP Validation" module from the Incode dashboard.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final Modules name
      public final boolean isNonUiMode
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean isValidationEnabled()
      • Methods inherited from class com.incode.welcome_sdk.modules.BaseModule

        getName, isNonUiMode, verifyConfiguration
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait