module:model/DocumentData

module:model/DocumentData

new module:model/DocumentData()

Source:

Constructs a new DocumentData.
The object of data to be merged with the clickwrap document. A merged document must be created from Click's web editor and supports fullName, email, company, title and date.

Members

(inner) company :String

Source:

The company name of the signer. This field is created in the UI editor for a Clickwrap document. Only required if present in the document.

Type:
  • String

(inner) date :String

Source:

A custom date for the contract. This field is created in the UI editor for a Clickwrap document. Only required if present in the document.

Type:
  • String

(inner) email :String

Source:

The email address of the signer. This field is created in the UI editor for a Clickwrap document. Only required if present in the document.

Type:
  • String

(inner) fullName :String

Source:

The full name of the signer. This field is created in the UI editor for a Clickwrap document. Only required if present in the document.

Type:
  • String

(inner) jobTitle :String

Source:

The job title of the signer. This field is created in the UI editor for a Clickwrap document. Only required if present in the document.

Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated DocumentData instance.

Type
module:model/DocumentData