new module:model/ClickwrapVersion()
- Source:
Constructs a new ClickwrapVersion.
Members
(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:
- Array.<module:model/DataField>
(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/ClickwrapVersion}
- Source:
Constructs a ClickwrapVersion 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/ClickwrapVersion | Optional instance to populate. |
Returns:
The populated ClickwrapVersion instance.