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

Ssn4InformationInput More...

Inheritance diagram for DocuSign.eSign.Model.Ssn4InformationInput:

Public Member Functions

 Ssn4InformationInput (string DisplayLevelCode=default(string), string ReceiveInResponse=default(string), string Ssn4=default(string))
 Initializes a new instance of the Ssn4InformationInput 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 (Ssn4InformationInput other)
 Returns true if Ssn4InformationInput 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 ReceiveInResponse [get, set]
 When set to true, the information needs to be returned in the response. More...
 
string Ssn4 [get, set]
 The last four digits of the recipient&#39;s Social Security Number (SSN). More...
 

Detailed Description

Ssn4InformationInput

Constructor & Destructor Documentation

◆ Ssn4InformationInput()

DocuSign.eSign.Model.Ssn4InformationInput.Ssn4InformationInput ( string  DisplayLevelCode = default(string),
string  ReceiveInResponse = default(string),
string  Ssn4 = default(string) 
)
inline

Initializes a new instance of the Ssn4InformationInput class.

Parameters
DisplayLevelCodeSpecifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay.
ReceiveInResponseWhen set to true, the information needs to be returned in the response..
Ssn4The last four digits of the recipient&#39;s Social Security Number (SSN)..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Ssn4InformationInput instances are equal

Parameters
otherInstance of Ssn4InformationInput to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DisplayLevelCode

string DocuSign.eSign.Model.Ssn4InformationInput.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

◆ ReceiveInResponse

string DocuSign.eSign.Model.Ssn4InformationInput.ReceiveInResponse
getset

When set to true, the information needs to be returned in the response.

When set to true, the information needs to be returned in the response.

◆ Ssn4

string DocuSign.eSign.Model.Ssn4InformationInput.Ssn4
getset

The last four digits of the recipient&#39;s Social Security Number (SSN).

The last four digits of the recipient&#39;s Social Security Number (SSN).


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