View Source DocuSign.Model.CorrectViewRequest (DocuSign v1.1.0)

The request body for the EnvelopeViews: createCorrect method.

Link to this section Summary

Link to this section Types

@type t() :: %DocuSign.Model.CorrectViewRequest{
  beginOnTagger: String.t() | nil,
  returnUrl: String.t() | nil,
  suppressNavigation: String.t() | nil,
  viewUrl: String.t() | nil
}