module:model/ClickwrapVersionSummaryResponse

module:model/ClickwrapVersionSummaryResponse

new module:model/ClickwrapVersionSummaryResponse()

Source:

Constructs a new ClickwrapVersionSummaryResponse.

Members

(inner) accountId :String

Source:

The external account number (int) or account ID GUID.

Type:
  • String

(inner) clickwrapId :String

Source:

The ID of the clickwrap.

Type:
  • String

(inner) clickwrapName :String

Source:

The name of the clickwrap.

Type:
  • String

(inner) clickwrapVersionId :String

Source:

The unique version ID, a GUID, of this clickwrap version.

Type:
  • String

(inner) createdTime :Object

Source:

The time that the clickwrap was created.

Type:
  • Object

(inner) dataFields :Array.<module:model/DataField>

Source:

The list of all the data fields available for the clickwrap (custom fields and standard fields).

Type:

(inner) lastModified :Object

Source:

The time that the clickwrap was last modified.

Type:
  • Object

(inner) lastModifiedBy :String

Source:

The user ID of the last user who modified this clickwrap.

Type:
  • String

(inner) ownerUserId :String

Source:

The user ID of the owner of this clickwrap.

Type:
  • String

(inner) requireReacceptance :Boolean

Source:

When true, requires signers who have previously agreed to this clickwrap to sign again. The version number is incremented.

Type:
  • Boolean

(inner) scheduledDate :Object

Source:

The time and date when this clickwrap is activated.

Type:
  • Object

(inner) scheduledReacceptance :module:model/ClickwrapScheduledReacceptance

Source:

Specifies the interval between reacceptances in days, weeks, months, or years.

Type:

(inner) status :String

Source:

Clickwrap status. Possible values: - active - inactive - deleted

Type:
  • String

(inner) versionId :String

Source:

The ID of the version.

Type:
  • String

(inner) versionNumber :String

Source:

Version of the clickwrap.

Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated ClickwrapVersionSummaryResponse instance.

Type
module:model/ClickwrapVersionSummaryResponse