Skip to content

VerificationFormFields

VerificationFormFields ⇐ Base

Represents a set of form fields for verification.

Kind: global class
Extends: Base
Properties

NameTypeDescription
descriptionstring | nullThe description of the form field.
fieldTypestring | nullThe type of the form field.
labelstring | nullThe label of the form field.
requiredboolean | nullIndicates if the form field is required.
valuesArrayThe values associated with the form field.

new VerificationFormFields([data], client)

Constructs a new instance of a class.

ParamTypeDescription
[data]objectThe data object containing the field properties.
clientobjectThe client object used for making API requests.