module:model/TemplateRecipients

module:model/TemplateRecipients

new module:model/TemplateRecipients()

Source:

Constructs a new TemplateRecipients.

Members

(inner) agents :Array.<module:model/Agent>

Source:

A complex type defining the management and access rights of a recipient assigned assigned as an agent on the document.

Type:

(inner) carbonCopies :Array.<module:model/CarbonCopy>

Source:

A complex type containing information about recipients who should receive a copy of the envelope, but does not need to sign it.

Type:

(inner) certifiedDeliveries :Array.<module:model/CertifiedDelivery>

Source:

A complex type containing information on a recipient the must receive the completed documents for the envelope to be completed, but the recipient does not need to sign, initial, date, or add information to any of the documents.

Type:

(inner) currentRoutingOrder :String

Source:
Type:
  • String

(inner) editors :Array.<module:model/Editor>

Source:
Type:

(inner) errorDetails :module:model/ErrorDetails

Source:

Array or errors.

Type:

(inner) inPersonSigners :Array.<module:model/InPersonSigner>

Source:

Specifies a signer that is in the same physical location as a DocuSign user who will act as a Signing Host for the transaction. The recipient added is the Signing Host and new separate Signer Name field appears after Sign in person is selected.

Type:

(inner) intermediaries :Array.<module:model/Intermediary>

Source:

Identifies a recipient that can, but is not required to, add name and email information for recipients at the same or subsequent level in the routing order (until subsequent Agents, Editors or Intermediaries recipient types are added).

Type:

(inner) notaries :Array.<module:model/NotaryRecipient>

Source:
Type:

(inner) participants :Array.<module:model/Participant>

Source:
Type:

(inner) recipientCount :String

Source:

The list of recipient event statuses that will trigger Connect to send updates to the url. It can be a two-part list with: * recipientEventStatusCode - The recipient status, this can be Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded. * includeDocuments - When set to true, the envelope time zone information is included in the message.

Type:
  • String

(inner) seals :Array.<module:model/SealSign>

Source:
Type:

(inner) signers :Array.<module:model/Signer>

Source:

A complex type containing information about the Signer recipient.

Type:

(inner) witnesses :Array.<module:model/Witness>

Source:
Type:

Methods

(static) constructFromObject(data, obj) → {module:model/TemplateRecipients}

Source:

Constructs a TemplateRecipients 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/TemplateRecipients

Optional instance to populate.

Returns:

The populated TemplateRecipients instance.

Type
module:model/TemplateRecipients