new module:model/DSSignStepInput(documents, isEmbeddedSign, signers)
- Source:
Constructs a new DSSignStepInput.
Parameters:
| Name | Type | Description |
|---|---|---|
documents |
Array:.<Object:> | A list of #/definitions/ESignDocuments. Each element is: ESignDocument Object. This object should be any of the following object models: [#/definitions/ESignDocumentFromPreviousStep, #/definitions/ESignDocumentFromESignTemplate] |
isEmbeddedSign |
Boolean | |
signers |
Array:.<module:model/ESignSigner:> |
Members
(inner) documents :Array:.<Object:>
- Source:
A list of #/definitions/ESignDocuments. Each element is: ESignDocument Object. This object should be any of the following object models: [#/definitions/ESignDocumentFromPreviousStep, #/definitions/ESignDocumentFromESignTemplate]
Type:
(inner) emailBlurb :Object
- Source:
Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression]
Type:
- Object
(inner) emailSubject :Object
- Source:
Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression]
Type:
- Object
(inner) isEmbeddedSign :Boolean
- Source:
Type:
- Boolean
(inner) signers :Array:.<module:model/ESignSigner:>
- Source:
Type:
- Array:.<module:model/ESignSigner:>
Methods
(static) constructFromObject(data, obj) → {module:model/DSSignStepInput}
- Source:
Constructs a DSSignStepInput 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/DSSignStepInput | Optional instance to populate. |
Returns:
The populated DSSignStepInput instance.