Verifier Class

Contains a list of input representations for verifier fields, including the optional and required fields.

Namespace

id_verification

Verifier Constructors

The following are constructors for Verifier.

Verifier(developerName, verificationState)

Creates an instance of the Verifier class with the specified parameter values.

Signature

public Verifier(String developerName, String verificationState)

id_verification.Verifier, newinstance, [String, String], id_verification.Verifier

Parameters

developerName
Type: String
Specifies the developer name of the field.
verificationState
Type: String
Indicates the verification state on the field.

Verifier()

Creates an instance of the Verifier class.

Signature

public Verifier()

id_verification.Verifier, newinstance, [], id_verification.Verifier

Verifier Properties

The following are properties for Verifier.

developerName

Specifies the developer name of the field.

Signature

public String developerName {get; set;}

id_verification.Verifier, developerName

Property Value

Type: String

verificationState

Indicates the verification state on the field.

Signature

public String verificationState {get; set;}

id_verification.Verifier, verificationState

Property Value

Type: String