A complex element that specifies the notification options for the envelope. It consists of: * useAccountDefaults - When set to true, the account default notification settings are used for the envelope. * reminders - A complex element that specifies reminder settings for the envelope. It consists of: * reminderEnabled - When set to true, a reminder message is sent to the recipient. * reminderDelay - An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient. * reminderFrequency - An interger that sets the interval, in days, between reminder emails. * expirations - A complex element that specifies the expiration settings for the envelope. It consists of: * expireEnabled - When set to true, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used. * expireAfter - An integer that sets the number of days the envelope is active. * expireWarn - An integer that sets the number of days before envelope expiration that an expiration warning email is sent to the recipient. If set to 0 (zero), no warning email is sent.
More...
A complex element that specifies the notification options for the envelope. It consists of: * useAccountDefaults - When set to true, the account default notification settings are used for the envelope. * reminders - A complex element that specifies reminder settings for the envelope. It consists of: * reminderEnabled - When set to true, a reminder message is sent to the recipient. * reminderDelay - An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient. * reminderFrequency - An interger that sets the interval, in days, between reminder emails. * expirations - A complex element that specifies the expiration settings for the envelope. It consists of: * expireEnabled - When set to true, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used. * expireAfter - An integer that sets the number of days the envelope is active. * expireWarn - An integer that sets the number of days before envelope expiration that an expiration warning email is sent to the recipient. If set to 0 (zero), no warning email is sent.
◆ Notification()
Initializes a new instance of the Notification class.
- Parameters
-
Expirations | A complex element that specifies the expiration settings for the envelope.. |
Reminders | A complex element that specifies reminder settings for the envelope.. |
UseAccountDefaults | When set to true, the account default notification settings are used for the envelope.. |
◆ Equals() [1/2]
override bool DocuSign.eSign.Model.Notification.Equals |
( |
object |
obj | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
bool DocuSign.eSign.Model.Notification.Equals |
( |
Notification |
other | ) |
|
|
inline |
Returns true if Notification instances are equal
- Parameters
-
- Returns
- Boolean
◆ GetHashCode()
override int DocuSign.eSign.Model.Notification.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
string DocuSign.eSign.Model.Notification.ToJson |
( |
| ) |
|
|
inline |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
override string DocuSign.eSign.Model.Notification.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Expirations
Expirations DocuSign.eSign.Model.Notification.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.Notification.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.Notification.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:
- sdk/src/DocuSign.eSign/Model/Notification.cs