Newer Version Available

This content describes an older version of this product. View Latest

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)

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()

Verifier Properties

The following are properties for Verifier.

developerName

Specifies the developer name of the field.

Signature

public String developerName {get; set;}

Property Value

Type: String

verificationState

Indicates the verification state on the field.

Signature

public String verificationState {get; set;}

Property Value

Type: String