class DocuSign_eSign::UpdateOptions

Attributes

advanced_update[RW]

When set to true, allows the caller to update recipients, tabs, custom fields, notification, email settings and other envelope attributes.

resend_envelope[RW]

When set to true, sends the specified envelope again.

Public Class Methods

default() click to toggle source
# File lib/docusign_esign/api/envelopes_api.rb, line 449
def self.default
  @@default ||= UpdateOptions.new
end