DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.RecipientIdentityVerification Class Reference

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. More...

Inheritance diagram for DocuSign.eSign.Model.RecipientIdentityVerification:

Public Member Functions

 RecipientIdentityVerification (List< RecipientIdentityInputOption > InputOptions=default(List< RecipientIdentityInputOption >), string WorkflowId=default(string), PropertyMetadata WorkflowIdMetadata=default(PropertyMetadata), string WorkflowLabel=default(string))
 Initializes a new instance of the RecipientIdentityVerification class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (RecipientIdentityVerification other)
 Returns true if RecipientIdentityVerification instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

List< RecipientIdentityInputOptionInputOptions [get, set]
 Gets or Sets InputOptions More...
 
string WorkflowId [get, set]
 Gets or Sets WorkflowId More...
 
PropertyMetadata WorkflowIdMetadata [get, set]
 Gets or Sets WorkflowIdMetadata More...
 
string WorkflowLabel [get, set]
 Gets or Sets WorkflowLabel More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ RecipientIdentityVerification()

DocuSign.eSign.Model.RecipientIdentityVerification.RecipientIdentityVerification ( List< RecipientIdentityInputOption InputOptions = default(List<RecipientIdentityInputOption>),
string  WorkflowId = default(string),
PropertyMetadata  WorkflowIdMetadata = default(PropertyMetadata),
string  WorkflowLabel = default(string) 
)
inline

Initializes a new instance of the RecipientIdentityVerification class.

Parameters
InputOptionsInputOptions.
WorkflowIdWorkflowId.
WorkflowIdMetadataWorkflowIdMetadata.
WorkflowLabelWorkflowLabel.

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.RecipientIdentityVerification.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.RecipientIdentityVerification.Equals ( RecipientIdentityVerification  other)
inline

Returns true if RecipientIdentityVerification instances are equal

Parameters
otherInstance of RecipientIdentityVerification to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.RecipientIdentityVerification.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.RecipientIdentityVerification.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.RecipientIdentityVerification.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ InputOptions

List<RecipientIdentityInputOption> DocuSign.eSign.Model.RecipientIdentityVerification.InputOptions
getset

Gets or Sets InputOptions

◆ WorkflowId

string DocuSign.eSign.Model.RecipientIdentityVerification.WorkflowId
getset

Gets or Sets WorkflowId

◆ WorkflowIdMetadata

PropertyMetadata DocuSign.eSign.Model.RecipientIdentityVerification.WorkflowIdMetadata
getset

Gets or Sets WorkflowIdMetadata

◆ WorkflowLabel

string DocuSign.eSign.Model.RecipientIdentityVerification.WorkflowLabel
getset

Gets or Sets WorkflowLabel


The documentation for this class was generated from the following file: