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

Specifies an Identity Verification workflow. More...

Inheritance diagram for DocuSign.eSign.Model.AccountIdentityVerificationWorkflow:

Public Member Functions

 AccountIdentityVerificationWorkflow (string DefaultDescription=default(string), string DefaultName=default(string), List< AccountIdentityInputOption > InputOptions=default(List< AccountIdentityInputOption >), AccountSignatureProvider SignatureProvider=default(AccountSignatureProvider), List< AccountIdentityVerificationStep > Steps=default(List< AccountIdentityVerificationStep >), string WorkflowId=default(string), string WorkflowLabel=default(string), string WorkflowResourceKey=default(string))
 Initializes a new instance of the AccountIdentityVerificationWorkflow 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 (AccountIdentityVerificationWorkflow other)
 Returns true if AccountIdentityVerificationWorkflow instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string DefaultDescription [get, set]
 Gets or Sets DefaultDescription More...
 
string DefaultName [get, set]
 Gets or Sets DefaultName More...
 
List< AccountIdentityInputOptionInputOptions [get, set]
 Gets or Sets InputOptions More...
 
AccountSignatureProvider SignatureProvider [get, set]
 The signature provider associated with the Identity Verification workflow. More...
 
List< AccountIdentityVerificationStepSteps [get, set]
 Gets or Sets Steps More...
 
string WorkflowId [get, set]
 Gets or Sets WorkflowId More...
 
string WorkflowLabel [get, set]
 Gets or Sets WorkflowLabel More...
 
string WorkflowResourceKey [get, set]
 Gets or Sets WorkflowResourceKey More...
 

Detailed Description

Specifies an Identity Verification workflow.

Constructor & Destructor Documentation

◆ AccountIdentityVerificationWorkflow()

DocuSign.eSign.Model.AccountIdentityVerificationWorkflow.AccountIdentityVerificationWorkflow ( string  DefaultDescription = default(string),
string  DefaultName = default(string),
List< AccountIdentityInputOption InputOptions = default(List<AccountIdentityInputOption>),
AccountSignatureProvider  SignatureProvider = default(AccountSignatureProvider),
List< AccountIdentityVerificationStep Steps = default(List<AccountIdentityVerificationStep>),
string  WorkflowId = default(string),
string  WorkflowLabel = default(string),
string  WorkflowResourceKey = default(string) 
)
inline

Initializes a new instance of the AccountIdentityVerificationWorkflow class.

Parameters
DefaultDescriptionDefaultDescription.
DefaultNameDefaultName.
InputOptionsInputOptions.
SignatureProviderThe signature provider associated with the Identity Verification workflow..
StepsSteps.
WorkflowIdWorkflowId.
WorkflowLabelWorkflowLabel.
WorkflowResourceKeyWorkflowResourceKey.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if AccountIdentityVerificationWorkflow instances are equal

Parameters
otherInstance of AccountIdentityVerificationWorkflow to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DefaultDescription

string DocuSign.eSign.Model.AccountIdentityVerificationWorkflow.DefaultDescription
getset

Gets or Sets DefaultDescription

◆ DefaultName

string DocuSign.eSign.Model.AccountIdentityVerificationWorkflow.DefaultName
getset

Gets or Sets DefaultName

◆ InputOptions

List<AccountIdentityInputOption> DocuSign.eSign.Model.AccountIdentityVerificationWorkflow.InputOptions
getset

Gets or Sets InputOptions

◆ SignatureProvider

AccountSignatureProvider DocuSign.eSign.Model.AccountIdentityVerificationWorkflow.SignatureProvider
getset

The signature provider associated with the Identity Verification workflow.

The signature provider associated with the Identity Verification workflow.

◆ Steps

List<AccountIdentityVerificationStep> DocuSign.eSign.Model.AccountIdentityVerificationWorkflow.Steps
getset

Gets or Sets Steps

◆ WorkflowId

string DocuSign.eSign.Model.AccountIdentityVerificationWorkflow.WorkflowId
getset

Gets or Sets WorkflowId

◆ WorkflowLabel

string DocuSign.eSign.Model.AccountIdentityVerificationWorkflow.WorkflowLabel
getset

Gets or Sets WorkflowLabel

◆ WorkflowResourceKey

string DocuSign.eSign.Model.AccountIdentityVerificationWorkflow.WorkflowResourceKey
getset

Gets or Sets WorkflowResourceKey


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