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

TemplateNotificationRequest More...

Inheritance diagram for DocuSign.eSign.Model.TemplateNotificationRequest:

Public Member Functions

 TemplateNotificationRequest (Expirations Expirations=default(Expirations), string Password=default(string), Reminders Reminders=default(Reminders), string UseAccountDefaults=default(string))
 Initializes a new instance of the TemplateNotificationRequest 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 (TemplateNotificationRequest other)
 Returns true if TemplateNotificationRequest 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...
 
string Password [get, set]
 Gets or Sets Password More...
 
Reminders Reminders [get, set]
 A complex element that specifies reminder settings for the envelope. More...
 
string UseAccountDefaults [get, set]
 When set to true, the account default notification settings are used for the envelope. More...
 

Detailed Description

TemplateNotificationRequest

Constructor & Destructor Documentation

◆ TemplateNotificationRequest()

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

Initializes a new instance of the TemplateNotificationRequest class.

Parameters
ExpirationsA complex element that specifies the expiration settings for the envelope..
PasswordPassword.
RemindersA complex element that specifies reminder settings for the envelope..
UseAccountDefaultsWhen set to true, the account default notification settings are used for the envelope..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TemplateNotificationRequest instances are equal

Parameters
otherInstance of TemplateNotificationRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Expirations

Expirations DocuSign.eSign.Model.TemplateNotificationRequest.Expirations
getset

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

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

◆ Password

string DocuSign.eSign.Model.TemplateNotificationRequest.Password
getset

Gets or Sets Password

◆ Reminders

Reminders DocuSign.eSign.Model.TemplateNotificationRequest.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.TemplateNotificationRequest.UseAccountDefaults
getset

When set to true, the account default notification settings are used for the envelope.

When set to true, the account default notification settings are used for the envelope.


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