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

Complex type containing: * dateOfBirth * displayLevelCode * receiveInResponse More...

Inheritance diagram for DocuSign.eSign.Model.DobInformationInput:

Public Member Functions

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

Properties

string DateOfBirth [get, set]
 Specifies the recipient&#39;s date, month, and year of birth. More...
 
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...
 

Detailed Description

Complex type containing: * dateOfBirth * displayLevelCode * receiveInResponse

Constructor & Destructor Documentation

◆ DobInformationInput()

DocuSign.eSign.Model.DobInformationInput.DobInformationInput ( string  DateOfBirth = default(string),
string  DisplayLevelCode = default(string),
string  ReceiveInResponse = default(string) 
)
inline

Initializes a new instance of the DobInformationInput class.

Parameters
DateOfBirthSpecifies the recipient&#39;s date, month, and year of birth..
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..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if DobInformationInput instances are equal

Parameters
otherInstance of DobInformationInput to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DateOfBirth

string DocuSign.eSign.Model.DobInformationInput.DateOfBirth
getset

Specifies the recipient&#39;s date, month, and year of birth.

Specifies the recipient&#39;s date, month, and year of birth.

◆ DisplayLevelCode

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


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