VerificationFormFields
VerificationFormFields ⇐ Base
Section titled “VerificationFormFields ⇐ Base”Represents a set of form fields for verification.
Kind: global class
Extends: Base
Properties
| Name | Type | Description |
|---|---|---|
| description | string | null | The description of the form field. |
| fieldType | string | null | The type of the form field. |
| label | string | null | The label of the form field. |
| required | boolean | null | Indicates if the form field is required. |
| values | Array | The values associated with the form field. |
new VerificationFormFields([data], client)
Section titled “new VerificationFormFields([data], client)”Constructs a new instance of a class.
| Param | Type | Description |
|---|---|---|
| [data] | object | The data object containing the field properties. |
| client | object | The client object used for making API requests. |