module:model/ESignSigner

module:model/ESignSigner

new module:model/ESignSigner(email, note, routingOrder, tabs, userName)

Source:

Constructs a new ESignSigner.

Parameters:
Name Type Description
email Object

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]

note Object

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]

routingOrder String
tabs module:model/ESignTabsRecord
userName Object

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]

Members

(inner) email :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) note :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) routingOrder :String

Source:
Type:
  • String

(inner) tabs :module:model/ESignTabsRecord

Source:
Type:

(inner) userName :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

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated ESignSigner instance.

Type
module:model/ESignSigner