lib/docusign_esign/models/envelope.rb in docusign_esign-3.18.0 vs lib/docusign_esign/models/envelope.rb in docusign_esign-3.19.0
- old
+ new
@@ -62,10 +62,11 @@
attr_accessor :copy_recipient_data
# Indicates the date and time the item was created.
attr_accessor :created_date_time
+ # An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters.
attr_accessor :custom_fields
# Contains a URI for an endpoint that you can use to retrieve the custom fields.
attr_accessor :custom_fields_uri
@@ -91,10 +92,11 @@
attr_accessor :documents_uri
# This is the same as the email body. If specified it is included in email body for all envelope recipients.
attr_accessor :email_blurb
+ # A complex type that contains email settings.
attr_accessor :email_settings
# Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject.
attr_accessor :email_subject
@@ -105,10 +107,11 @@
attr_accessor :enforce_signer_visibility
#
attr_accessor :envelope_attachments
+ #
attr_accessor :envelope_custom_metadata
#
attr_accessor :envelope_documents
@@ -119,10 +122,11 @@
attr_accessor :envelope_id_stamping
#
attr_accessor :envelope_location
+ # Provides information about the features and services that are enabled for the envelope, including the Correct feature, the Advanced Correct feature, and DocuSign eNotary service.
attr_accessor :envelope_metadata
# Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes.
attr_accessor :envelope_uri
@@ -169,20 +173,23 @@
attr_accessor :last_modified_date_time
#
attr_accessor :location
+ # Provides lock information about an envelope that a user has locked.
attr_accessor :lock_information
# When set to **true**, prevents senders from changing the contents of `emailBlurb` and `emailSubject` properties for the envelope. Additionally, this prevents users from making changes to the contents of `emailBlurb` and `emailSubject` properties when correcting envelopes. However, if the `messageLock` node is set to true**** and the `emailSubject` property is empty, senders and correctors are able to add a subject to the envelope.
attr_accessor :message_lock
+ #
attr_accessor :notification
# Contains a URI for an endpoint that you can use to retrieve the notifications.
attr_accessor :notification_uri
+ # Information about any PowerForms that are included in the envelope.
attr_accessor :power_form
#
attr_accessor :purge_completed_date
@@ -190,18 +197,20 @@
attr_accessor :purge_request_date
#
attr_accessor :purge_state
+ # An array of recipient objects that provides details about the recipients of the envelope.
attr_accessor :recipients
# When set to **true**, prevents senders from changing, correcting, or deleting the recipient information for the envelope.
attr_accessor :recipients_lock
# Contains a URI for an endpoint that you can use to retrieve the recipients.
attr_accessor :recipients_uri
+ # Information about the sender of the envelope.
attr_accessor :sender
# The date and time the envelope was sent.
attr_accessor :sent_date_time
@@ -233,9 +242,10 @@
attr_accessor :voided_date_time
# The reason the envelope or template was voided.
attr_accessor :voided_reason
+ #
attr_accessor :workflow
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{