View Source DocuSign.Model.RecipientIdentityVerification (DocuSign v1.2.0)

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.

Summary

Types

@type t() :: %DocuSign.Model.RecipientIdentityVerification{
  inputOptions: [DocuSign.Model.RecipientIdentityInputOption.t()] | nil,
  workflowId: String.t() | nil,
  workflowIdMetadata: DocuSign.Model.PropertyMetadata.t() | nil,
  workflowLabel: String.t() | nil
}