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

The recipient details that are returned after you update the recipient. More...

Inheritance diagram for DocuSign.eSign.Model.RecipientUpdateResponse:

Public Member Functions

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

Properties

string Combined [get, set]
 Gets or Sets Combined More...
 
ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string RecipientId [get, set]
 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. More...
 
string RecipientIdGuid [get, set]
 Gets or Sets RecipientIdGuid More...
 
Tabs Tabs [get, set]
 All of the tabs associated with the recipient. More...
 

Detailed Description

The recipient details that are returned after you update the recipient.

Constructor & Destructor Documentation

◆ RecipientUpdateResponse()

DocuSign.eSign.Model.RecipientUpdateResponse.RecipientUpdateResponse ( string  Combined = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
string  RecipientId = default(string),
string  RecipientIdGuid = default(string),
Tabs  Tabs = default(Tabs) 
)
inline

Initializes a new instance of the RecipientUpdateResponse class.

Parameters
CombinedCombined.
ErrorDetailsArray or errors..
RecipientIdUnique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document..
RecipientIdGuidRecipientIdGuid.
TabsAll of the tabs associated with the recipient..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecipientUpdateResponse instances are equal

Parameters
otherInstance of RecipientUpdateResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Combined

string DocuSign.eSign.Model.RecipientUpdateResponse.Combined
getset

Gets or Sets Combined

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.RecipientUpdateResponse.ErrorDetails
getset

Array or errors.

Array or errors.

◆ RecipientId

string DocuSign.eSign.Model.RecipientUpdateResponse.RecipientId
getset

Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.

Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.

◆ RecipientIdGuid

string DocuSign.eSign.Model.RecipientUpdateResponse.RecipientIdGuid
getset

Gets or Sets RecipientIdGuid

◆ Tabs

Tabs DocuSign.eSign.Model.RecipientUpdateResponse.Tabs
getset

All of the tabs associated with the recipient.

All of the tabs associated with the recipient.


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