Newer Version Available

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

VerificationProcessField Class

Contains details of the fields used for both search and the verification process.

Namespace

id_verification

VerificationProcessField Constructors

The following are constructors for VerificationProcessField.

VerificationProcessField(developerName, dataSourceType, fieldType, label, fieldName, dataType)

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

Signature

public VerificationProcessField(String developerName, String dataSourceType, String fieldType, String label, String fieldName, String dataType)

Parameters

developerName
Type: String
Required. Specifies the developer name of the field.
dataSourceType
Type: String
Required. Specifies the source type of the data.
fieldType
Type: String
Required. Specifies the type of the field.
label
Type: String
Specifies the label of the field.

If you don’t specify a label, the field label from the object is used.

Note

fieldName
Type: String
Required. Specifies the name of the field that contains the verification data based on the selected field type.
dataType
Type: String
Required. Specifies the data type of the field.

VerificationProcessField()

Creates an instance of the VerificationProcessField class.

Signature

public VerificationProcessField()

VerificationProcessField Properties

The following are properties for VerificationProcessField.

dataSourceType

Specifies the source type of the data.
Possible value is:
  • Salesforce

Signature

public String dataSourceType {get; set;}

Property Value

Type: String

dataType

Specifies the data type of the field.

Signature

public String dataType {get; set;}

Property Value

Type: String

developerName

Specifies the developer name of the field.

Signature

public String developerName {get; set;}

Property Value

Type: String

fieldName

Specifies the name of the field that contains the verification data based on the selected field type.

Signature

public String fieldName {get; set;}

Property Value

Type: String

fieldType

Specifies the type of the field.

Signature

public String fieldType {get; set;}

Property Value

Type: String

label

Specifies the label of the field.

Signature

public String label {get; set;}

Property Value

Type: String