new module:model/InlineTemplate()
- Source:
Constructs a new InlineTemplate
.
Members
(inner) customFields :module:model/CustomFields
- 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) documents :Array.<module:model/Document>
- Source:
Complex element contains the details on the documents in the envelope.
Type:
- Array.<module:model/Document>
(inner) envelope :module:model/Envelope
- Source:
A container used to send documents to recipients. The envelope carries information about the sender and timestamps to indicate the progress of the delivery procedure. It can contain collections of Documents, Tabs and Recipients.
Type:
(inner) recipients :module:model/Recipients
- Source:
An array of powerform recipients.
Type:
(inner) sequence :String
- Source:
Specifies the order in which templates are overlaid.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/InlineTemplate}
- Source:
Constructs a InlineTemplate
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/InlineTemplate | Optional instance to populate. |
Returns:
The populated InlineTemplate
instance.