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, fieldValueFormula, isManualInput)

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, String fieldValueFormula, Boolean isManualInput)

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.
fieldValueFormula
Type: String
Stores the formula to specify search filter that’s applied to the field value.
isManualInput
Type: Boolean
Indicates whether the user can manually enter the identity verification details (true) or not (false). The default value is false.

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

fieldValueFormula

Stores the formula to specify search filter that’s applied to the field value.

Signature

public String fieldValueFormula {get; set;}

Property Value

Type: String

isManualInput

Indicates whether the user can manually enter the identity verification details (true) or not (false). The default value is false.

Signature

public Boolean isManualInput {get; set;}

Property Value

Type: Boolean

label

Specifies the label of the field.

Signature

public String label {get; set;}

Property Value

Type: String