new module:model/BulkClickwrapRequest()
- Source:
Constructs a new BulkClickwrapRequest.
Data used to start a bulk agreements export.
Members
(inner) fromDate :Object
- Source:
The earliest date to return agreements from.
Type:
- Object
(inner) status :String
- Source:
User agreement status. One of: - agreed - declined
Type:
- String
(inner) toDate :Object
- Source:
The latest date to return agreements from.
Type:
- Object
Methods
(static) constructFromObject(data, obj) → {module:model/BulkClickwrapRequest}
- Source:
Constructs a BulkClickwrapRequest 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/BulkClickwrapRequest | Optional instance to populate. |
Returns:
The populated BulkClickwrapRequest instance.