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

Contains details about the default notification settings for the envelope notifications that senders and signers receive. More...

Inheritance diagram for DocuSign.eSign.Model.NotificationDefaultSettings:

Public Member Functions

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

Properties

SenderEmailNotifications SenderEmailNotifications [get, set]
 An array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created. The email notifications are: * envelopeComplete * changedSigner * senderEnvelopeDeclined * withdrawnConsent * recipientViewed * deliveryFailed More...
 
SignerEmailNotifications SignerEmailNotifications [get, set]
 An array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created. More...
 

Detailed Description

Contains details about the default notification settings for the envelope notifications that senders and signers receive.

Constructor & Destructor Documentation

◆ NotificationDefaultSettings()

DocuSign.eSign.Model.NotificationDefaultSettings.NotificationDefaultSettings ( SenderEmailNotifications  SenderEmailNotifications = default(SenderEmailNotifications),
SignerEmailNotifications  SignerEmailNotifications = default(SignerEmailNotifications) 
)
inline

Initializes a new instance of the NotificationDefaultSettings class.

Parameters
SenderEmailNotificationsAn array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created. The email notifications are: * envelopeComplete * changedSigner * senderEnvelopeDeclined * withdrawnConsent * recipientViewed * deliveryFailed .
SignerEmailNotificationsAn array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created. .

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if NotificationDefaultSettings instances are equal

Parameters
otherInstance of NotificationDefaultSettings to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ SenderEmailNotifications

SenderEmailNotifications DocuSign.eSign.Model.NotificationDefaultSettings.SenderEmailNotifications
getset

An array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created. The email notifications are: * envelopeComplete * changedSigner * senderEnvelopeDeclined * withdrawnConsent * recipientViewed * deliveryFailed

An array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created. The email notifications are: * envelopeComplete * changedSigner * senderEnvelopeDeclined * withdrawnConsent * recipientViewed * deliveryFailed

◆ SignerEmailNotifications

SignerEmailNotifications DocuSign.eSign.Model.NotificationDefaultSettings.SignerEmailNotifications
getset

An array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created.

An array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created.


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