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

Ssn9InformationInput More...

Inheritance diagram for DocuSign.eSign.Model.Ssn9InformationInput:

Public Member Functions

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

Properties

string DisplayLevelCode [get, set]
 Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay More...
 
string Ssn9 [get, set]
 The recipient&#39;s Social Security Number(SSN). More...
 

Detailed Description

Ssn9InformationInput

Constructor & Destructor Documentation

◆ Ssn9InformationInput()

DocuSign.eSign.Model.Ssn9InformationInput.Ssn9InformationInput ( string  DisplayLevelCode = default(string),
string  Ssn9 = default(string) 
)
inline

Initializes a new instance of the Ssn9InformationInput class.

Parameters
DisplayLevelCodeSpecifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay.
Ssn9The recipient&#39;s Social Security Number(SSN)..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Ssn9InformationInput instances are equal

Parameters
otherInstance of Ssn9InformationInput to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DisplayLevelCode

string DocuSign.eSign.Model.Ssn9InformationInput.DisplayLevelCode
getset

Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay

Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay

◆ Ssn9

string DocuSign.eSign.Model.Ssn9InformationInput.Ssn9
getset

The recipient&#39;s Social Security Number(SSN).

The recipient&#39;s Social Security Number(SSN).


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