new module:model/DisplayApplianceEnvelope()
- Source:
Constructs a new DisplayApplianceEnvelope
.
Members
(inner) addDemoStamp :Boolean
Type:
- Boolean
(inner) allowMultipleAttachments :Boolean
Type:
- Boolean
(inner) burnDefaultTabData :Boolean
Type:
- Boolean
(inner) convertPdfFields :Boolean
Type:
- Boolean
(inner) envelopeId :String
The envelope ID of the envelope status that failed to post.
Type:
- String
(inner) envelopeType :String
Type:
- String
(inner) includeSigsBeforeComplete :Boolean
Type:
- Boolean
(inner) isConcatMode :Boolean
Type:
- Boolean
(inner) isEnvelopeIDStampingEnabled :Boolean
Type:
- Boolean
(inner) pdfFormConversionFontScale100 :Boolean
Type:
- Boolean
(inner) shouldFlatten :Boolean
Type:
- Boolean
(inner) showEnvelopeChanges :Boolean
Type:
- Boolean
(inner) signOnline :Boolean
Type:
- Boolean
(inner) status :String
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.
Type:
- String
(inner) userId :String
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/DisplayApplianceEnvelope}
- Source:
Constructs a DisplayApplianceEnvelope
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/DisplayApplianceEnvelope | Optional instance to populate. |
Returns:
The populated DisplayApplianceEnvelope
instance.