new module:model/RecipientIdentityVerification()
Constructs a new RecipientIdentityVerification
.
Specifies ID Verification applied on an envelope by workflow ID. See the list method in the IdentityVerifications resource for more information on how to retrieve workflow IDs available for an account. This can be used in addition to other recipient authentication methods.
Members
(inner) inputOptions :Array.<module:model/RecipientIdentityInputOption>
Type:
(inner) workflowId :String
Type:
- String
(inner) workflowIdMetadata :module:model/PropertyMetadata
Type:
(inner) workflowLabel :String
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/RecipientIdentityVerification}
Constructs a RecipientIdentityVerification
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/RecipientIdentityVerification | Optional instance to populate. |
Returns:
The populated RecipientIdentityVerification
instance.