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

DowngradeRequestInformation More...

Inheritance diagram for DocuSign.eSign.Model.DowngradeRequestInformation:

Public Member Functions

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

Properties

string DowngradeRequestCreation [get, set]
 Gets or Sets DowngradeRequestCreation More...
 
string DowngradeRequestProductId [get, set]
 Gets or Sets DowngradeRequestProductId More...
 
string DowngradeRequestStatus [get, set]
 Gets or Sets DowngradeRequestStatus More...
 

Detailed Description

DowngradeRequestInformation

Constructor & Destructor Documentation

◆ DowngradeRequestInformation()

DocuSign.eSign.Model.DowngradeRequestInformation.DowngradeRequestInformation ( string  DowngradeRequestCreation = default(string),
string  DowngradeRequestProductId = default(string),
string  DowngradeRequestStatus = default(string) 
)
inline

Initializes a new instance of the DowngradeRequestInformation class.

Parameters
DowngradeRequestCreationDowngradeRequestCreation.
DowngradeRequestProductIdDowngradeRequestProductId.
DowngradeRequestStatusDowngradeRequestStatus.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if DowngradeRequestInformation instances are equal

Parameters
otherInstance of DowngradeRequestInformation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DowngradeRequestCreation

string DocuSign.eSign.Model.DowngradeRequestInformation.DowngradeRequestCreation
getset

Gets or Sets DowngradeRequestCreation

◆ DowngradeRequestProductId

string DocuSign.eSign.Model.DowngradeRequestInformation.DowngradeRequestProductId
getset

Gets or Sets DowngradeRequestProductId

◆ DowngradeRequestStatus

string DocuSign.eSign.Model.DowngradeRequestInformation.DowngradeRequestStatus
getset

Gets or Sets DowngradeRequestStatus


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