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

Information about a specific step in an Identity Verification workflow. More...

Inheritance diagram for DocuSign.eSign.Model.AccountIdentityVerificationStep:

Public Member Functions

 AccountIdentityVerificationStep (string Name=default(string), string Type=default(string))
 Initializes a new instance of the AccountIdentityVerificationStep 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 (AccountIdentityVerificationStep other)
 Returns true if AccountIdentityVerificationStep instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Name [get, set]
 Gets or Sets Name More...
 
string Type [get, set]
 Gets or Sets Type More...
 

Detailed Description

Information about a specific step in an Identity Verification workflow.

Constructor & Destructor Documentation

◆ AccountIdentityVerificationStep()

DocuSign.eSign.Model.AccountIdentityVerificationStep.AccountIdentityVerificationStep ( string  Name = default(string),
string  Type = default(string) 
)
inline

Initializes a new instance of the AccountIdentityVerificationStep class.

Parameters
NameName.
TypeType.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if AccountIdentityVerificationStep instances are equal

Parameters
otherInstance of AccountIdentityVerificationStep to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Name

string DocuSign.eSign.Model.AccountIdentityVerificationStep.Name
getset

Gets or Sets Name

◆ Type

string DocuSign.eSign.Model.AccountIdentityVerificationStep.Type
getset

Gets or Sets Type


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