A complex element that specifies reminder settings for the envelope
More...
|
string | ReminderDelay [get, set] |
| An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient. More...
|
|
string | ReminderEnabled [get, set] |
| 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. More...
|
|
string | ReminderFrequency [get, set] |
| An interger that sets the interval, in days, between reminder emails. More...
|
|
A complex element that specifies reminder settings for the envelope
◆ Reminders()
DocuSign.eSign.Model.Reminders.Reminders |
( |
string |
ReminderDelay = default(string) , |
|
|
string |
ReminderEnabled = default(string) , |
|
|
string |
ReminderFrequency = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the Reminders class.
- Parameters
-
ReminderDelay | An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient.. |
ReminderEnabled | 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.. |
ReminderFrequency | An interger that sets the interval, in days, between reminder emails.. |
◆ Equals() [1/2]
override bool DocuSign.eSign.Model.Reminders.Equals |
( |
object |
obj | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
bool DocuSign.eSign.Model.Reminders.Equals |
( |
Reminders |
other | ) |
|
|
inline |
Returns true if Reminders instances are equal
- Parameters
-
- Returns
- Boolean
◆ GetHashCode()
override int DocuSign.eSign.Model.Reminders.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
string DocuSign.eSign.Model.Reminders.ToJson |
( |
| ) |
|
|
inline |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
override string DocuSign.eSign.Model.Reminders.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ ReminderDelay
string DocuSign.eSign.Model.Reminders.ReminderDelay |
|
getset |
An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient.
An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient.
◆ ReminderEnabled
string DocuSign.eSign.Model.Reminders.ReminderEnabled |
|
getset |
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.
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.
◆ ReminderFrequency
string DocuSign.eSign.Model.Reminders.ReminderFrequency |
|
getset |
An interger that sets the interval, in days, between reminder emails.
An interger that sets the interval, in days, between reminder emails.
The documentation for this class was generated from the following file:
- sdk/src/DocuSign.eSign/Model/Reminders.cs