class DocuSign_eSign::CreateRecipientOptions

Attributes

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 59
def self.default
  @@default ||= CreateRecipientOptions.new
end