new module:model/BulkSendingCopy()
- Source:
Constructs a new BulkSendingCopy
.
This object contains the details to use for a specific copy, or instance, of the envelope. When you send an envelope by using a bulk send list, you can customize these properties for each instance.
Members
(inner) customFields :Array.<module:model/BulkSendingCopyCustomField>
- Source:
An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters.
Type:
(inner) docGenFormFields :Array.<module:model/BulksendingCopyDocGenFormField>
- Source:
Type:
(inner) emailBlurb :String
- Source:
Type:
- String
(inner) emailSubject :String
- Source:
Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject.
Type:
- String
(inner) recipients :Array.<module:model/BulkSendingCopyRecipient>
- Source:
An array of powerform recipients.
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/BulkSendingCopy}
- Source:
Constructs a BulkSendingCopy
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/BulkSendingCopy | Optional instance to populate. |
Returns:
The populated BulkSendingCopy
instance.