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

A complex element that specifies the notification settings for the envelope. More...

Inheritance diagram for DocuSign.eSign.Model.EnvelopeNotificationRequest:

Public Member Functions

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

Properties

Expirations Expirations [get, set]
 A complex element that specifies the expiration settings for the envelope. More...
 
Reminders Reminders [get, set]
 A complex element that specifies reminder settings for the envelope. More...
 
string UseAccountDefaults [get, set]
 Gets or Sets UseAccountDefaults More...
 

Detailed Description

A complex element that specifies the notification settings for the envelope.

Constructor & Destructor Documentation

◆ EnvelopeNotificationRequest()

DocuSign.eSign.Model.EnvelopeNotificationRequest.EnvelopeNotificationRequest ( Expirations  Expirations = default(Expirations),
Reminders  Reminders = default(Reminders),
string  UseAccountDefaults = default(string) 
)
inline

Initializes a new instance of the EnvelopeNotificationRequest class.

Parameters
ExpirationsA complex element that specifies the expiration settings for the envelope..
RemindersA complex element that specifies reminder settings for the envelope..
UseAccountDefaultsUseAccountDefaults.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if EnvelopeNotificationRequest instances are equal

Parameters
otherInstance of EnvelopeNotificationRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Expirations

Expirations DocuSign.eSign.Model.EnvelopeNotificationRequest.Expirations
getset

A complex element that specifies the expiration settings for the envelope.

A complex element that specifies the expiration settings for the envelope.

◆ Reminders

Reminders DocuSign.eSign.Model.EnvelopeNotificationRequest.Reminders
getset

A complex element that specifies reminder settings for the envelope.

A complex element that specifies reminder settings for the envelope.

◆ UseAccountDefaults

string DocuSign.eSign.Model.EnvelopeNotificationRequest.UseAccountDefaults
getset

Gets or Sets UseAccountDefaults


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