module:model/RecipientIdentityVerification

module:model/RecipientIdentityVerification

new module:model/RecipientIdentityVerification()

Source:

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>

Source:
Type:

(inner) workflowId :String

Source:
Type:
  • String

(inner) workflowIdMetadata :module:model/PropertyMetadata

Source:
Type:

(inner) workflowLabel :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/RecipientIdentityVerification}

Source:

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.

Type
module:model/RecipientIdentityVerification