new module:model/ClickwrapScheduledReacceptance()
Constructs a new ClickwrapScheduledReacceptance.
Members
(inner) recurrenceInterval :Number
The time between recurrences specified in recurrenceIntervalType units. The minimum and maximum values depend on recurrenceIntervalType: - days: 1 - 365 - weeks: 1 - 52 - months: 1 - 12 - years: 1
Type:
- Number
(inner) recurrenceIntervalType :String
The units of the recurrenceInterval. Must be one of: - days - weeks - month - years
Type:
- String
(inner) startDateTime :Object
The date when the recurrence interval starts.
Type:
- Object
Methods
(static) constructFromObject(data, obj) → {module:model/ClickwrapScheduledReacceptance}
Constructs a ClickwrapScheduledReacceptance 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/ClickwrapScheduledReacceptance | Optional instance to populate. |
Returns:
The populated ClickwrapScheduledReacceptance instance.