ScheduledSending
More...
|
string | BulkListId [get, set] |
| Gets or Sets BulkListId More...
|
|
string | ResumeDate [get, set] |
| An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent. More...
|
|
List< EnvelopeDelayRule > | Rules [get, set] |
| A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified. More...
|
|
string | Status [get, set] |
| Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. More...
|
|
◆ ScheduledSending()
DocuSign.eSign.Model.ScheduledSending.ScheduledSending |
( |
string |
BulkListId = default(string) , |
|
|
string |
ResumeDate = default(string) , |
|
|
List< EnvelopeDelayRule > |
Rules = default(List<EnvelopeDelayRule>) , |
|
|
string |
Status = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the ScheduledSending class.
- Parameters
-
BulkListId | BulkListId. |
ResumeDate | An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent.. |
Rules | A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified.. |
Status | Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.. |
◆ Equals() [1/2]
override bool DocuSign.eSign.Model.ScheduledSending.Equals |
( |
object |
obj | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
◆ GetHashCode()
override int DocuSign.eSign.Model.ScheduledSending.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
string DocuSign.eSign.Model.ScheduledSending.ToJson |
( |
| ) |
|
|
inline |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
override string DocuSign.eSign.Model.ScheduledSending.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ BulkListId
string DocuSign.eSign.Model.ScheduledSending.BulkListId |
|
getset |
◆ ResumeDate
string DocuSign.eSign.Model.ScheduledSending.ResumeDate |
|
getset |
An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent.
An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent.
◆ Rules
A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified.
A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified.
◆ Status
string DocuSign.eSign.Model.ScheduledSending.Status |
|
getset |
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
The documentation for this class was generated from the following file:
- sdk/src/DocuSign.eSign/Model/ScheduledSending.cs