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

The proof file of the recipient. ID Evidence uses proof files to store the identification data that recipients submit when verifying their ID with ID Verification More...

Inheritance diagram for DocuSign.eSign.Model.RecipientProofFile:

Public Member Functions

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

Properties

string HasIdentityAttempts [get, set]
 Gets or Sets HasIdentityAttempts More...
 
string IsInProofFile [get, set]
 Gets or Sets IsInProofFile More...
 

Detailed Description

The proof file of the recipient. ID Evidence uses proof files to store the identification data that recipients submit when verifying their ID with ID Verification

Constructor & Destructor Documentation

◆ RecipientProofFile()

DocuSign.eSign.Model.RecipientProofFile.RecipientProofFile ( string  HasIdentityAttempts = default(string),
string  IsInProofFile = default(string) 
)
inline

Initializes a new instance of the RecipientProofFile class.

Parameters
HasIdentityAttemptsHasIdentityAttempts.
IsInProofFileIsInProofFile.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecipientProofFile instances are equal

Parameters
otherInstance of RecipientProofFile to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ HasIdentityAttempts

string DocuSign.eSign.Model.RecipientProofFile.HasIdentityAttempts
getset

Gets or Sets HasIdentityAttempts

◆ IsInProofFile

string DocuSign.eSign.Model.RecipientProofFile.IsInProofFile
getset

Gets or Sets IsInProofFile


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