class DocuSign_eSign::UpdateRecipientsOptions

Attributes

combine_same_order_recipients[RW]
offline_signing[RW]
resend_envelope[RW]

When set to *true*, resends the envelope if the new recipient's routing order is before or the same as the envelope's next recipient.

Public Class Methods

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