new module:model/PowerForm()
- Source:
Constructs a new PowerForm
.
Contains details about a PowerForm.
Members
(inner) createdBy :String
- Source:
Type:
- String
(inner) createdDateTime :String
- Source:
Indicates the date and time the item was created.
Type:
- String
(inner) emailBody :String
- Source:
Specifies the email body of the message sent to the recipient. Maximum length: 10000 characters.
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) envelopes :Array.<module:model/Envelope>
- Source:
Type:
- Array.<module:model/Envelope>
(inner) errorDetails :module:model/ErrorDetails
- Source:
Array or errors.
Type:
(inner) instructions :String
- Source:
Type:
- String
(inner) isActive :String
- Source:
Type:
- String
(inner) lastUsed :String
- Source:
Type:
- String
(inner) limitUseInterval :String
- Source:
Type:
- String
(inner) limitUseIntervalEnabled :String
- Source:
Type:
- String
(inner) limitUseIntervalUnits :String
- Source:
Type:
- String
(inner) maxUseEnabled :String
- Source:
Type:
- String
(inner) name :String
- Source:
Type:
- String
(inner) powerFormId :String
- Source:
Type:
- String
(inner) powerFormUrl :String
- Source:
Type:
- String
(inner) recipients :Array.<module:model/PowerFormRecipient>
- Source:
An array of powerform recipients.
Type:
- Array.<module:model/PowerFormRecipient>
(inner) senderName :String
- Source:
Type:
- String
(inner) senderUserId :String
- Source:
Type:
- String
(inner) signingMode :String
- Source:
Type:
- String
(inner) templateId :String
- Source:
The unique identifier of the template. If this is not provided, DocuSign will generate a value.
Type:
- String
(inner) templateName :String
- Source:
Type:
- String
(inner) timesUsed :String
- Source:
Type:
- String
(inner) uri :String
- Source:
Type:
- String
(inner) usesRemaining :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/PowerForm}
- Source:
Constructs a PowerForm
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/PowerForm | Optional instance to populate. |
Returns:
The populated PowerForm
instance.