docusign_esign 3.10.0 → 3.11.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -1
  3. data/docusign_esign-2.11.0.rc1.gem +0 -0
  4. data/lib/docusign_esign.rb +5 -3
  5. data/lib/docusign_esign/api/envelopes_api.rb +0 -287
  6. data/lib/docusign_esign/api/users_api.rb +45 -9
  7. data/lib/docusign_esign/models/account_billing_plan.rb +21 -1
  8. data/lib/docusign_esign/models/agent.rb +29 -1
  9. data/lib/docusign_esign/models/carbon_copy.rb +29 -1
  10. data/lib/docusign_esign/models/certified_delivery.rb +29 -1
  11. data/lib/docusign_esign/models/editor.rb +29 -1
  12. data/lib/docusign_esign/models/envelope_form_data.rb +1 -1
  13. data/lib/docusign_esign/models/in_person_signer.rb +11 -1
  14. data/lib/docusign_esign/models/initial_here.rb +11 -1
  15. data/lib/docusign_esign/models/intermediary.rb +29 -1
  16. data/lib/docusign_esign/models/notary_host.rb +11 -1
  17. data/lib/docusign_esign/models/notary_recipient.rb +29 -1
  18. data/lib/docusign_esign/models/payment_method_with_options.rb +13 -1
  19. data/lib/docusign_esign/models/prefill_form_data.rb +216 -0
  20. data/lib/docusign_esign/models/prefill_tabs.rb +25 -1
  21. data/lib/docusign_esign/models/recipient_preview_request.rb +10 -1
  22. data/lib/docusign_esign/models/recipient_token_client_ur_ls.rb +174 -0
  23. data/lib/docusign_esign/models/recipient_view_request.rb +10 -1
  24. data/lib/docusign_esign/models/report_in_product_run_response_row_fields.rb +91 -1
  25. data/lib/docusign_esign/models/seal_sign.rb +11 -1
  26. data/lib/docusign_esign/models/sender_company.rb +1011 -0
  27. data/lib/docusign_esign/models/sender_name.rb +1011 -0
  28. data/lib/docusign_esign/models/sign_here.rb +11 -1
  29. data/lib/docusign_esign/models/signer.rb +29 -1
  30. data/lib/docusign_esign/models/signer_attachment.rb +11 -1
  31. data/lib/docusign_esign/models/template_tabs.rb +1 -1
  32. data/lib/docusign_esign/models/witness.rb +29 -1
  33. data/lib/docusign_esign/version.rb +1 -1
  34. data/tests/Gemfile.lock +2 -6
  35. metadata +9 -7
  36. data/docusign_esign-2.10.0.gem +0 -0
  37. data/docusign_esign-2.10.0.rc1.gem +0 -0
  38. data/docusign_esign-3.10.0.rc1.gem +0 -0
@@ -73,6 +73,12 @@ module DocuSign_eSign
73
73
  # The name of the Billing Plan.
74
74
  attr_accessor :plan_name
75
75
 
76
+ #
77
+ attr_accessor :plan_start_date
78
+
79
+ #
80
+ attr_accessor :renewal_date
81
+
76
82
  # The renewal status for the account. The acceptable values are: * auto: The account automatically renews. * queued_for_close: Account will be closed at the billingPeriodEndDate. * queued_for_downgrade: Account will be downgraded at the billingPeriodEndDate.
77
83
  attr_accessor :renewal_status
78
84
 
@@ -108,6 +114,8 @@ module DocuSign_eSign
108
114
  :'plan_feature_sets' => :'planFeatureSets',
109
115
  :'plan_id' => :'planId',
110
116
  :'plan_name' => :'planName',
117
+ :'plan_start_date' => :'planStartDate',
118
+ :'renewal_date' => :'renewalDate',
111
119
  :'renewal_status' => :'renewalStatus',
112
120
  :'seat_discounts' => :'seatDiscounts',
113
121
  :'support_incident_fee' => :'supportIncidentFee',
@@ -138,6 +146,8 @@ module DocuSign_eSign
138
146
  :'plan_feature_sets' => :'Array<FeatureSet>',
139
147
  :'plan_id' => :'String',
140
148
  :'plan_name' => :'String',
149
+ :'plan_start_date' => :'String',
150
+ :'renewal_date' => :'String',
141
151
  :'renewal_status' => :'String',
142
152
  :'seat_discounts' => :'Array<SeatDiscount>',
143
153
  :'support_incident_fee' => :'String',
@@ -237,6 +247,14 @@ module DocuSign_eSign
237
247
  self.plan_name = attributes[:'planName']
238
248
  end
239
249
 
250
+ if attributes.has_key?(:'planStartDate')
251
+ self.plan_start_date = attributes[:'planStartDate']
252
+ end
253
+
254
+ if attributes.has_key?(:'renewalDate')
255
+ self.renewal_date = attributes[:'renewalDate']
256
+ end
257
+
240
258
  if attributes.has_key?(:'renewalStatus')
241
259
  self.renewal_status = attributes[:'renewalStatus']
242
260
  end
@@ -294,6 +312,8 @@ module DocuSign_eSign
294
312
  plan_feature_sets == o.plan_feature_sets &&
295
313
  plan_id == o.plan_id &&
296
314
  plan_name == o.plan_name &&
315
+ plan_start_date == o.plan_start_date &&
316
+ renewal_date == o.renewal_date &&
297
317
  renewal_status == o.renewal_status &&
298
318
  seat_discounts == o.seat_discounts &&
299
319
  support_incident_fee == o.support_incident_fee &&
@@ -309,7 +329,7 @@ module DocuSign_eSign
309
329
  # Calculates hash code according to all attributes.
310
330
  # @return [Fixnum] Hash code
311
331
  def hash
312
- [add_ons, app_store_receipt_expiration_date, app_store_receipt_purchase_date, can_cancel_renewal, can_upgrade, currency_code, downgrade_plan_information, enable_support, included_seats, incremental_seats, is_downgrade, notification_type, other_discount_percent, payment_cycle, payment_method, per_seat_price, plan_classification, plan_feature_sets, plan_id, plan_name, renewal_status, seat_discounts, support_incident_fee, support_plan_fee].hash
332
+ [add_ons, app_store_receipt_expiration_date, app_store_receipt_purchase_date, can_cancel_renewal, can_upgrade, currency_code, downgrade_plan_information, enable_support, included_seats, incremental_seats, is_downgrade, notification_type, other_discount_percent, payment_cycle, payment_method, per_seat_price, plan_classification, plan_feature_sets, plan_id, plan_name, plan_start_date, renewal_date, renewal_status, seat_discounts, support_incident_fee, support_plan_fee].hash
313
333
  end
314
334
 
315
335
  # Builds the object from hash
@@ -28,6 +28,9 @@ module DocuSign_eSign
28
28
  #
29
29
  attr_accessor :allow_system_override_for_locked_recipient
30
30
 
31
+ #
32
+ attr_accessor :auto_responded_reason
33
+
31
34
  # Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters.
32
35
  attr_accessor :client_user_id
33
36
 
@@ -125,6 +128,10 @@ module DocuSign_eSign
125
128
 
126
129
  attr_accessor :phone_authentication
127
130
 
131
+ attr_accessor :phone_number
132
+
133
+ attr_accessor :phone_number_metadata
134
+
128
135
  # Reserved:
129
136
  attr_accessor :recipient_attachments
130
137
 
@@ -208,6 +215,7 @@ module DocuSign_eSign
208
215
  :'add_access_code_to_email' => :'addAccessCodeToEmail',
209
216
  :'additional_notifications' => :'additionalNotifications',
210
217
  :'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
218
+ :'auto_responded_reason' => :'autoRespondedReason',
211
219
  :'client_user_id' => :'clientUserId',
212
220
  :'completed_count' => :'completedCount',
213
221
  :'custom_fields' => :'customFields',
@@ -245,6 +253,8 @@ module DocuSign_eSign
245
253
  :'note' => :'note',
246
254
  :'note_metadata' => :'noteMetadata',
247
255
  :'phone_authentication' => :'phoneAuthentication',
256
+ :'phone_number' => :'phoneNumber',
257
+ :'phone_number_metadata' => :'phoneNumberMetadata',
248
258
  :'recipient_attachments' => :'recipientAttachments',
249
259
  :'recipient_authentication_status' => :'recipientAuthenticationStatus',
250
260
  :'recipient_feature_metadata' => :'recipientFeatureMetadata',
@@ -283,6 +293,7 @@ module DocuSign_eSign
283
293
  :'add_access_code_to_email' => :'String',
284
294
  :'additional_notifications' => :'Array<RecipientAdditionalNotification>',
285
295
  :'allow_system_override_for_locked_recipient' => :'String',
296
+ :'auto_responded_reason' => :'String',
286
297
  :'client_user_id' => :'String',
287
298
  :'completed_count' => :'String',
288
299
  :'custom_fields' => :'Array<String>',
@@ -320,6 +331,8 @@ module DocuSign_eSign
320
331
  :'note' => :'String',
321
332
  :'note_metadata' => :'PropertyMetadata',
322
333
  :'phone_authentication' => :'RecipientPhoneAuthentication',
334
+ :'phone_number' => :'RecipientPhoneNumber',
335
+ :'phone_number_metadata' => :'PropertyMetadata',
323
336
  :'recipient_attachments' => :'Array<RecipientAttachment>',
324
337
  :'recipient_authentication_status' => :'AuthenticationStatus',
325
338
  :'recipient_feature_metadata' => :'Array<FeatureAvailableMetadata>',
@@ -380,6 +393,10 @@ module DocuSign_eSign
380
393
  self.allow_system_override_for_locked_recipient = attributes[:'allowSystemOverrideForLockedRecipient']
381
394
  end
382
395
 
396
+ if attributes.has_key?(:'autoRespondedReason')
397
+ self.auto_responded_reason = attributes[:'autoRespondedReason']
398
+ end
399
+
383
400
  if attributes.has_key?(:'clientUserId')
384
401
  self.client_user_id = attributes[:'clientUserId']
385
402
  end
@@ -534,6 +551,14 @@ module DocuSign_eSign
534
551
  self.phone_authentication = attributes[:'phoneAuthentication']
535
552
  end
536
553
 
554
+ if attributes.has_key?(:'phoneNumber')
555
+ self.phone_number = attributes[:'phoneNumber']
556
+ end
557
+
558
+ if attributes.has_key?(:'phoneNumberMetadata')
559
+ self.phone_number_metadata = attributes[:'phoneNumberMetadata']
560
+ end
561
+
537
562
  if attributes.has_key?(:'recipientAttachments')
538
563
  if (value = attributes[:'recipientAttachments']).is_a?(Array)
539
564
  self.recipient_attachments = value
@@ -674,6 +699,7 @@ module DocuSign_eSign
674
699
  add_access_code_to_email == o.add_access_code_to_email &&
675
700
  additional_notifications == o.additional_notifications &&
676
701
  allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
702
+ auto_responded_reason == o.auto_responded_reason &&
677
703
  client_user_id == o.client_user_id &&
678
704
  completed_count == o.completed_count &&
679
705
  custom_fields == o.custom_fields &&
@@ -711,6 +737,8 @@ module DocuSign_eSign
711
737
  note == o.note &&
712
738
  note_metadata == o.note_metadata &&
713
739
  phone_authentication == o.phone_authentication &&
740
+ phone_number == o.phone_number &&
741
+ phone_number_metadata == o.phone_number_metadata &&
714
742
  recipient_attachments == o.recipient_attachments &&
715
743
  recipient_authentication_status == o.recipient_authentication_status &&
716
744
  recipient_feature_metadata == o.recipient_feature_metadata &&
@@ -749,7 +777,7 @@ module DocuSign_eSign
749
777
  # Calculates hash code according to all attributes.
750
778
  # @return [Fixnum] Hash code
751
779
  def hash
752
- [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, allow_system_override_for_locked_recipient, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, template_locked, template_required, total_tab_count, user_id].hash
780
+ [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, allow_system_override_for_locked_recipient, auto_responded_reason, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, phone_number, phone_number_metadata, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, template_locked, template_required, total_tab_count, user_id].hash
753
781
  end
754
782
 
755
783
  # Builds the object from hash
@@ -33,6 +33,9 @@ module DocuSign_eSign
33
33
  #
34
34
  attr_accessor :allow_system_override_for_locked_recipient
35
35
 
36
+ #
37
+ attr_accessor :auto_responded_reason
38
+
36
39
  # Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters.
37
40
  attr_accessor :client_user_id
38
41
 
@@ -133,6 +136,10 @@ module DocuSign_eSign
133
136
 
134
137
  attr_accessor :phone_authentication
135
138
 
139
+ attr_accessor :phone_number
140
+
141
+ attr_accessor :phone_number_metadata
142
+
136
143
  attr_accessor :proof_file
137
144
 
138
145
  # Reserved:
@@ -222,6 +229,7 @@ module DocuSign_eSign
222
229
  :'agent_can_edit_email' => :'agentCanEditEmail',
223
230
  :'agent_can_edit_name' => :'agentCanEditName',
224
231
  :'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
232
+ :'auto_responded_reason' => :'autoRespondedReason',
225
233
  :'client_user_id' => :'clientUserId',
226
234
  :'completed_count' => :'completedCount',
227
235
  :'custom_fields' => :'customFields',
@@ -260,6 +268,8 @@ module DocuSign_eSign
260
268
  :'note' => :'note',
261
269
  :'note_metadata' => :'noteMetadata',
262
270
  :'phone_authentication' => :'phoneAuthentication',
271
+ :'phone_number' => :'phoneNumber',
272
+ :'phone_number_metadata' => :'phoneNumberMetadata',
263
273
  :'proof_file' => :'proofFile',
264
274
  :'recipient_attachments' => :'recipientAttachments',
265
275
  :'recipient_authentication_status' => :'recipientAuthenticationStatus',
@@ -302,6 +312,7 @@ module DocuSign_eSign
302
312
  :'agent_can_edit_email' => :'String',
303
313
  :'agent_can_edit_name' => :'String',
304
314
  :'allow_system_override_for_locked_recipient' => :'String',
315
+ :'auto_responded_reason' => :'String',
305
316
  :'client_user_id' => :'String',
306
317
  :'completed_count' => :'String',
307
318
  :'custom_fields' => :'Array<String>',
@@ -340,6 +351,8 @@ module DocuSign_eSign
340
351
  :'note' => :'String',
341
352
  :'note_metadata' => :'PropertyMetadata',
342
353
  :'phone_authentication' => :'RecipientPhoneAuthentication',
354
+ :'phone_number' => :'RecipientPhoneNumber',
355
+ :'phone_number_metadata' => :'PropertyMetadata',
343
356
  :'proof_file' => :'RecipientProofFile',
344
357
  :'recipient_attachments' => :'Array<RecipientAttachment>',
345
358
  :'recipient_authentication_status' => :'AuthenticationStatus',
@@ -410,6 +423,10 @@ module DocuSign_eSign
410
423
  self.allow_system_override_for_locked_recipient = attributes[:'allowSystemOverrideForLockedRecipient']
411
424
  end
412
425
 
426
+ if attributes.has_key?(:'autoRespondedReason')
427
+ self.auto_responded_reason = attributes[:'autoRespondedReason']
428
+ end
429
+
413
430
  if attributes.has_key?(:'clientUserId')
414
431
  self.client_user_id = attributes[:'clientUserId']
415
432
  end
@@ -568,6 +585,14 @@ module DocuSign_eSign
568
585
  self.phone_authentication = attributes[:'phoneAuthentication']
569
586
  end
570
587
 
588
+ if attributes.has_key?(:'phoneNumber')
589
+ self.phone_number = attributes[:'phoneNumber']
590
+ end
591
+
592
+ if attributes.has_key?(:'phoneNumberMetadata')
593
+ self.phone_number_metadata = attributes[:'phoneNumberMetadata']
594
+ end
595
+
571
596
  if attributes.has_key?(:'proofFile')
572
597
  self.proof_file = attributes[:'proofFile']
573
598
  end
@@ -718,6 +743,7 @@ module DocuSign_eSign
718
743
  agent_can_edit_email == o.agent_can_edit_email &&
719
744
  agent_can_edit_name == o.agent_can_edit_name &&
720
745
  allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
746
+ auto_responded_reason == o.auto_responded_reason &&
721
747
  client_user_id == o.client_user_id &&
722
748
  completed_count == o.completed_count &&
723
749
  custom_fields == o.custom_fields &&
@@ -756,6 +782,8 @@ module DocuSign_eSign
756
782
  note == o.note &&
757
783
  note_metadata == o.note_metadata &&
758
784
  phone_authentication == o.phone_authentication &&
785
+ phone_number == o.phone_number &&
786
+ phone_number_metadata == o.phone_number_metadata &&
759
787
  proof_file == o.proof_file &&
760
788
  recipient_attachments == o.recipient_attachments &&
761
789
  recipient_authentication_status == o.recipient_authentication_status &&
@@ -796,7 +824,7 @@ module DocuSign_eSign
796
824
  # Calculates hash code according to all attributes.
797
825
  # @return [Fixnum] Hash code
798
826
  def hash
799
- [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, linked_account_configuration_id, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, proof_file, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, tabs, template_locked, template_required, total_tab_count, user_id].hash
827
+ [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, auto_responded_reason, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, linked_account_configuration_id, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, phone_number, phone_number_metadata, proof_file, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, tabs, template_locked, template_required, total_tab_count, user_id].hash
800
828
  end
801
829
 
802
830
  # Builds the object from hash
@@ -33,6 +33,9 @@ module DocuSign_eSign
33
33
  #
34
34
  attr_accessor :allow_system_override_for_locked_recipient
35
35
 
36
+ #
37
+ attr_accessor :auto_responded_reason
38
+
36
39
  # Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters.
37
40
  attr_accessor :client_user_id
38
41
 
@@ -130,6 +133,10 @@ module DocuSign_eSign
130
133
 
131
134
  attr_accessor :phone_authentication
132
135
 
136
+ attr_accessor :phone_number
137
+
138
+ attr_accessor :phone_number_metadata
139
+
133
140
  attr_accessor :proof_file
134
141
 
135
142
  # Reserved:
@@ -217,6 +224,7 @@ module DocuSign_eSign
217
224
  :'agent_can_edit_email' => :'agentCanEditEmail',
218
225
  :'agent_can_edit_name' => :'agentCanEditName',
219
226
  :'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
227
+ :'auto_responded_reason' => :'autoRespondedReason',
220
228
  :'client_user_id' => :'clientUserId',
221
229
  :'completed_count' => :'completedCount',
222
230
  :'custom_fields' => :'customFields',
@@ -254,6 +262,8 @@ module DocuSign_eSign
254
262
  :'note' => :'note',
255
263
  :'note_metadata' => :'noteMetadata',
256
264
  :'phone_authentication' => :'phoneAuthentication',
265
+ :'phone_number' => :'phoneNumber',
266
+ :'phone_number_metadata' => :'phoneNumberMetadata',
257
267
  :'proof_file' => :'proofFile',
258
268
  :'recipient_attachments' => :'recipientAttachments',
259
269
  :'recipient_authentication_status' => :'recipientAuthenticationStatus',
@@ -295,6 +305,7 @@ module DocuSign_eSign
295
305
  :'agent_can_edit_email' => :'String',
296
306
  :'agent_can_edit_name' => :'String',
297
307
  :'allow_system_override_for_locked_recipient' => :'String',
308
+ :'auto_responded_reason' => :'String',
298
309
  :'client_user_id' => :'String',
299
310
  :'completed_count' => :'String',
300
311
  :'custom_fields' => :'Array<String>',
@@ -332,6 +343,8 @@ module DocuSign_eSign
332
343
  :'note' => :'String',
333
344
  :'note_metadata' => :'PropertyMetadata',
334
345
  :'phone_authentication' => :'RecipientPhoneAuthentication',
346
+ :'phone_number' => :'RecipientPhoneNumber',
347
+ :'phone_number_metadata' => :'PropertyMetadata',
335
348
  :'proof_file' => :'RecipientProofFile',
336
349
  :'recipient_attachments' => :'Array<RecipientAttachment>',
337
350
  :'recipient_authentication_status' => :'AuthenticationStatus',
@@ -401,6 +414,10 @@ module DocuSign_eSign
401
414
  self.allow_system_override_for_locked_recipient = attributes[:'allowSystemOverrideForLockedRecipient']
402
415
  end
403
416
 
417
+ if attributes.has_key?(:'autoRespondedReason')
418
+ self.auto_responded_reason = attributes[:'autoRespondedReason']
419
+ end
420
+
404
421
  if attributes.has_key?(:'clientUserId')
405
422
  self.client_user_id = attributes[:'clientUserId']
406
423
  end
@@ -555,6 +572,14 @@ module DocuSign_eSign
555
572
  self.phone_authentication = attributes[:'phoneAuthentication']
556
573
  end
557
574
 
575
+ if attributes.has_key?(:'phoneNumber')
576
+ self.phone_number = attributes[:'phoneNumber']
577
+ end
578
+
579
+ if attributes.has_key?(:'phoneNumberMetadata')
580
+ self.phone_number_metadata = attributes[:'phoneNumberMetadata']
581
+ end
582
+
558
583
  if attributes.has_key?(:'proofFile')
559
584
  self.proof_file = attributes[:'proofFile']
560
585
  end
@@ -701,6 +726,7 @@ module DocuSign_eSign
701
726
  agent_can_edit_email == o.agent_can_edit_email &&
702
727
  agent_can_edit_name == o.agent_can_edit_name &&
703
728
  allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
729
+ auto_responded_reason == o.auto_responded_reason &&
704
730
  client_user_id == o.client_user_id &&
705
731
  completed_count == o.completed_count &&
706
732
  custom_fields == o.custom_fields &&
@@ -738,6 +764,8 @@ module DocuSign_eSign
738
764
  note == o.note &&
739
765
  note_metadata == o.note_metadata &&
740
766
  phone_authentication == o.phone_authentication &&
767
+ phone_number == o.phone_number &&
768
+ phone_number_metadata == o.phone_number_metadata &&
741
769
  proof_file == o.proof_file &&
742
770
  recipient_attachments == o.recipient_attachments &&
743
771
  recipient_authentication_status == o.recipient_authentication_status &&
@@ -777,7 +805,7 @@ module DocuSign_eSign
777
805
  # Calculates hash code according to all attributes.
778
806
  # @return [Fixnum] Hash code
779
807
  def hash
780
- [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, proof_file, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, template_locked, template_required, total_tab_count, user_id].hash
808
+ [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, agent_can_edit_email, agent_can_edit_name, allow_system_override_for_locked_recipient, auto_responded_reason, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, excluded_documents, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, phone_number, phone_number_metadata, proof_file, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, template_locked, template_required, total_tab_count, user_id].hash
781
809
  end
782
810
 
783
811
  # Builds the object from hash
@@ -27,6 +27,9 @@ module DocuSign_eSign
27
27
  #
28
28
  attr_accessor :allow_system_override_for_locked_recipient
29
29
 
30
+ #
31
+ attr_accessor :auto_responded_reason
32
+
30
33
  # Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters.
31
34
  attr_accessor :client_user_id
32
35
 
@@ -121,6 +124,10 @@ module DocuSign_eSign
121
124
 
122
125
  attr_accessor :phone_authentication
123
126
 
127
+ attr_accessor :phone_number
128
+
129
+ attr_accessor :phone_number_metadata
130
+
124
131
  # Reserved:
125
132
  attr_accessor :recipient_attachments
126
133
 
@@ -204,6 +211,7 @@ module DocuSign_eSign
204
211
  :'add_access_code_to_email' => :'addAccessCodeToEmail',
205
212
  :'additional_notifications' => :'additionalNotifications',
206
213
  :'allow_system_override_for_locked_recipient' => :'allowSystemOverrideForLockedRecipient',
214
+ :'auto_responded_reason' => :'autoRespondedReason',
207
215
  :'client_user_id' => :'clientUserId',
208
216
  :'completed_count' => :'completedCount',
209
217
  :'custom_fields' => :'customFields',
@@ -240,6 +248,8 @@ module DocuSign_eSign
240
248
  :'note' => :'note',
241
249
  :'note_metadata' => :'noteMetadata',
242
250
  :'phone_authentication' => :'phoneAuthentication',
251
+ :'phone_number' => :'phoneNumber',
252
+ :'phone_number_metadata' => :'phoneNumberMetadata',
243
253
  :'recipient_attachments' => :'recipientAttachments',
244
254
  :'recipient_authentication_status' => :'recipientAuthenticationStatus',
245
255
  :'recipient_feature_metadata' => :'recipientFeatureMetadata',
@@ -278,6 +288,7 @@ module DocuSign_eSign
278
288
  :'add_access_code_to_email' => :'String',
279
289
  :'additional_notifications' => :'Array<RecipientAdditionalNotification>',
280
290
  :'allow_system_override_for_locked_recipient' => :'String',
291
+ :'auto_responded_reason' => :'String',
281
292
  :'client_user_id' => :'String',
282
293
  :'completed_count' => :'String',
283
294
  :'custom_fields' => :'Array<String>',
@@ -314,6 +325,8 @@ module DocuSign_eSign
314
325
  :'note' => :'String',
315
326
  :'note_metadata' => :'PropertyMetadata',
316
327
  :'phone_authentication' => :'RecipientPhoneAuthentication',
328
+ :'phone_number' => :'RecipientPhoneNumber',
329
+ :'phone_number_metadata' => :'PropertyMetadata',
317
330
  :'recipient_attachments' => :'Array<RecipientAttachment>',
318
331
  :'recipient_authentication_status' => :'AuthenticationStatus',
319
332
  :'recipient_feature_metadata' => :'Array<FeatureAvailableMetadata>',
@@ -374,6 +387,10 @@ module DocuSign_eSign
374
387
  self.allow_system_override_for_locked_recipient = attributes[:'allowSystemOverrideForLockedRecipient']
375
388
  end
376
389
 
390
+ if attributes.has_key?(:'autoRespondedReason')
391
+ self.auto_responded_reason = attributes[:'autoRespondedReason']
392
+ end
393
+
377
394
  if attributes.has_key?(:'clientUserId')
378
395
  self.client_user_id = attributes[:'clientUserId']
379
396
  end
@@ -522,6 +539,14 @@ module DocuSign_eSign
522
539
  self.phone_authentication = attributes[:'phoneAuthentication']
523
540
  end
524
541
 
542
+ if attributes.has_key?(:'phoneNumber')
543
+ self.phone_number = attributes[:'phoneNumber']
544
+ end
545
+
546
+ if attributes.has_key?(:'phoneNumberMetadata')
547
+ self.phone_number_metadata = attributes[:'phoneNumberMetadata']
548
+ end
549
+
525
550
  if attributes.has_key?(:'recipientAttachments')
526
551
  if (value = attributes[:'recipientAttachments']).is_a?(Array)
527
552
  self.recipient_attachments = value
@@ -662,6 +687,7 @@ module DocuSign_eSign
662
687
  add_access_code_to_email == o.add_access_code_to_email &&
663
688
  additional_notifications == o.additional_notifications &&
664
689
  allow_system_override_for_locked_recipient == o.allow_system_override_for_locked_recipient &&
690
+ auto_responded_reason == o.auto_responded_reason &&
665
691
  client_user_id == o.client_user_id &&
666
692
  completed_count == o.completed_count &&
667
693
  custom_fields == o.custom_fields &&
@@ -698,6 +724,8 @@ module DocuSign_eSign
698
724
  note == o.note &&
699
725
  note_metadata == o.note_metadata &&
700
726
  phone_authentication == o.phone_authentication &&
727
+ phone_number == o.phone_number &&
728
+ phone_number_metadata == o.phone_number_metadata &&
701
729
  recipient_attachments == o.recipient_attachments &&
702
730
  recipient_authentication_status == o.recipient_authentication_status &&
703
731
  recipient_feature_metadata == o.recipient_feature_metadata &&
@@ -736,7 +764,7 @@ module DocuSign_eSign
736
764
  # Calculates hash code according to all attributes.
737
765
  # @return [Fixnum] Hash code
738
766
  def hash
739
- [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, allow_system_override_for_locked_recipient, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, template_locked, template_required, total_tab_count, user_id].hash
767
+ [access_code, access_code_metadata, add_access_code_to_email, additional_notifications, allow_system_override_for_locked_recipient, auto_responded_reason, client_user_id, completed_count, custom_fields, declined_date_time, declined_reason, delivered_date_time, delivery_method, delivery_method_metadata, designator_id, designator_id_guid, document_visibility, email, email_metadata, email_notification, embedded_recipient_start_url, error_details, fax_number, fax_number_metadata, first_name, first_name_metadata, full_name, full_name_metadata, id_check_configuration_name, id_check_configuration_name_metadata, id_check_information_input, identity_verification, inherit_email_notification_configuration, last_name, last_name_metadata, locked_recipient_phone_auth_editable, locked_recipient_sms_editable, name, name_metadata, note, note_metadata, phone_authentication, phone_number, phone_number_metadata, recipient_attachments, recipient_authentication_status, recipient_feature_metadata, recipient_id, recipient_id_guid, recipient_type, recipient_type_metadata, require_id_lookup, require_id_lookup_metadata, role_name, routing_order, routing_order_metadata, sent_date_time, signed_date_time, signing_group_id, signing_group_id_metadata, signing_group_name, signing_group_users, sms_authentication, social_authentications, status, status_code, suppress_emails, template_locked, template_required, total_tab_count, user_id].hash
740
768
  end
741
769
 
742
770
  # Builds the object from hash