new module:model/CorrectViewRequest()
- Source:
Constructs a new CorrectViewRequest
.
The request body for the EnvelopeViews: createCorrect method.
Members
(inner) beginOnTagger :String
- Source:
Type:
- String
(inner) returnUrl :String
- Source:
The url used after correct/send view session has ended. DocuSign redirects to the url and includes an event parameter that can be used by your app. The event parameters returned are: * send (user corrected and sent the envelope) * save (user saved the envelope) * cancel (user canceled the transaction.) * error (there was an error when performing the correct or send) * sessionEnd (the session ended before the user completed a different action) ###### Note: Include https:// in the URL or the redirect might not succeed on some browsers.
Type:
- String
(inner) suppressNavigation :String
- Source:
Specifies whether the window is displayed with or without dressing.
Type:
- String
(inner) viewUrl :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/CorrectViewRequest}
- Source:
Constructs a CorrectViewRequest
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/CorrectViewRequest | Optional instance to populate. |
Returns:
The populated CorrectViewRequest
instance.