docusign_esign 3.11.0 → 3.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +17 -0
  3. data/docusign_esign.gemspec +1 -0
  4. data/lib/docusign_esign/api/accounts_api.rb +8 -8
  5. data/lib/docusign_esign/api/billing_api.rb +6 -2
  6. data/lib/docusign_esign/api/connect_api.rb +91 -5
  7. data/lib/docusign_esign/api/envelopes_api.rb +137 -3
  8. data/lib/docusign_esign/client/api_client.rb +3 -2
  9. data/lib/docusign_esign/configuration.rb +2 -1
  10. data/lib/docusign_esign/models/account_billing_plan.rb +21 -1
  11. data/lib/docusign_esign/models/account_billing_plan_response.rb +20 -1
  12. data/lib/docusign_esign/models/account_settings_information.rb +144 -1
  13. data/lib/docusign_esign/models/account_signature_definition.rb +11 -1
  14. data/lib/docusign_esign/models/agent.rb +1 -10
  15. data/lib/docusign_esign/models/app_store_receipt.rb +21 -1
  16. data/lib/docusign_esign/models/billing_charge.rb +1 -1
  17. data/lib/docusign_esign/models/carbon_copy.rb +1 -10
  18. data/lib/docusign_esign/models/certified_delivery.rb +1 -10
  19. data/lib/docusign_esign/models/checkbox.rb +20 -1
  20. data/lib/docusign_esign/models/connect_custom_configuration.rb +14 -4
  21. data/lib/docusign_esign/models/connect_delete_failure_result.rb +174 -0
  22. data/lib/docusign_esign/models/connect_user_info.rb +224 -0
  23. data/lib/docusign_esign/models/credit_card_information.rb +24 -4
  24. data/lib/docusign_esign/models/date.rb +20 -1
  25. data/lib/docusign_esign/models/downgrade_billing_plan_information.rb +44 -4
  26. data/lib/docusign_esign/models/downgrade_plan_update_response.rb +64 -4
  27. data/lib/docusign_esign/models/downgrade_request_information.rb +204 -0
  28. data/lib/docusign_esign/models/editor.rb +1 -10
  29. data/lib/docusign_esign/models/email.rb +20 -1
  30. data/lib/docusign_esign/models/event_notification.rb +11 -1
  31. data/lib/docusign_esign/models/formula_tab.rb +20 -1
  32. data/lib/docusign_esign/models/integrated_connect_user_info_list.rb +246 -0
  33. data/lib/docusign_esign/models/intermediary.rb +1 -10
  34. data/lib/docusign_esign/models/list.rb +20 -1
  35. data/lib/docusign_esign/models/notary_recipient.rb +1 -10
  36. data/lib/docusign_esign/models/number.rb +20 -1
  37. data/lib/docusign_esign/models/radio_group.rb +20 -1
  38. data/lib/docusign_esign/models/recipient_identity_phone_number.rb +41 -4
  39. data/lib/docusign_esign/models/recipient_identity_verification.rb +13 -4
  40. data/lib/docusign_esign/models/recipient_proof_file.rb +11 -1
  41. data/lib/docusign_esign/models/report_in_product_run_response_row_fields.rb +31 -1
  42. data/lib/docusign_esign/models/signer.rb +1 -10
  43. data/lib/docusign_esign/models/ssn.rb +20 -1
  44. data/lib/docusign_esign/models/template_role.rb +10 -1
  45. data/lib/docusign_esign/models/text.rb +20 -1
  46. data/lib/docusign_esign/models/user_account_management_granular_information.rb +20 -1
  47. data/lib/docusign_esign/models/user_signature_definition.rb +11 -1
  48. data/lib/docusign_esign/models/witness.rb +1 -10
  49. data/lib/docusign_esign/models/zip.rb +20 -1
  50. data/lib/docusign_esign/version.rb +1 -1
  51. data/lib/docusign_esign.rb +4 -1
  52. data/runLinter.sh +1 -0
  53. metadata +53 -34
  54. data/Gemfile.lock +0 -73
  55. data/lib/docusign_esign/.DS_Store +0 -0
  56. data/lib/docusign_esign/api/.DS_Store +0 -0
  57. data/lib/docusign_esign/client/.DS_Store +0 -0
  58. data/tests/.DS_Store +0 -0
  59. data/tests/Gemfile.lock +0 -42
  60. data/tests/docs/private.pem +0 -27
@@ -27,6 +27,11 @@ module DocuSign_eSign
27
27
 
28
28
  attr_accessor :downgrade_plan_information
29
29
 
30
+ attr_accessor :downgrade_request_information
31
+
32
+ #
33
+ attr_accessor :entity_name
34
+
30
35
  #
31
36
  attr_accessor :payment_method
32
37
 
@@ -46,6 +51,8 @@ module DocuSign_eSign
46
51
  :'credit_card_information' => :'creditCardInformation',
47
52
  :'direct_debit_processor_information' => :'directDebitProcessorInformation',
48
53
  :'downgrade_plan_information' => :'downgradePlanInformation',
54
+ :'downgrade_request_information' => :'downgradeRequestInformation',
55
+ :'entity_name' => :'entityName',
49
56
  :'payment_method' => :'paymentMethod',
50
57
  :'payment_processor_information' => :'paymentProcessorInformation',
51
58
  :'referral_information' => :'referralInformation',
@@ -62,6 +69,8 @@ module DocuSign_eSign
62
69
  :'credit_card_information' => :'CreditCardInformation',
63
70
  :'direct_debit_processor_information' => :'DirectDebitProcessorInformation',
64
71
  :'downgrade_plan_information' => :'DowngradePlanUpdateResponse',
72
+ :'downgrade_request_information' => :'DowngradeRequestInformation',
73
+ :'entity_name' => :'String',
65
74
  :'payment_method' => :'String',
66
75
  :'payment_processor_information' => :'PaymentProcessorInformation',
67
76
  :'referral_information' => :'ReferralInformation',
@@ -101,6 +110,14 @@ module DocuSign_eSign
101
110
  self.downgrade_plan_information = attributes[:'downgradePlanInformation']
102
111
  end
103
112
 
113
+ if attributes.has_key?(:'downgradeRequestInformation')
114
+ self.downgrade_request_information = attributes[:'downgradeRequestInformation']
115
+ end
116
+
117
+ if attributes.has_key?(:'entityName')
118
+ self.entity_name = attributes[:'entityName']
119
+ end
120
+
104
121
  if attributes.has_key?(:'paymentMethod')
105
122
  self.payment_method = attributes[:'paymentMethod']
106
123
  end
@@ -144,6 +161,8 @@ module DocuSign_eSign
144
161
  credit_card_information == o.credit_card_information &&
145
162
  direct_debit_processor_information == o.direct_debit_processor_information &&
146
163
  downgrade_plan_information == o.downgrade_plan_information &&
164
+ downgrade_request_information == o.downgrade_request_information &&
165
+ entity_name == o.entity_name &&
147
166
  payment_method == o.payment_method &&
148
167
  payment_processor_information == o.payment_processor_information &&
149
168
  referral_information == o.referral_information &&
@@ -159,7 +178,7 @@ module DocuSign_eSign
159
178
  # Calculates hash code according to all attributes.
160
179
  # @return [Fixnum] Hash code
161
180
  def hash
162
- [billing_address, billing_address_is_credit_card_address, billing_plan, credit_card_information, direct_debit_processor_information, downgrade_plan_information, payment_method, payment_processor_information, referral_information, successor_plans].hash
181
+ [billing_address, billing_address_is_credit_card_address, billing_plan, credit_card_information, direct_debit_processor_information, downgrade_plan_information, downgrade_request_information, entity_name, payment_method, payment_processor_information, referral_information, successor_plans].hash
163
182
  end
164
183
 
165
184
  # Builds the object from hash
@@ -266,11 +266,31 @@ module DocuSign_eSign
266
266
 
267
267
  attr_accessor :allow_open_trust_signer_certificate_metadata
268
268
 
269
+ #
270
+ attr_accessor :allow_organization_docusign_monitor
271
+
272
+ attr_accessor :allow_organization_docusign_monitor_metadata
273
+
274
+ #
275
+ attr_accessor :allow_organization_domain_user_management
276
+
277
+ attr_accessor :allow_organization_domain_user_management_metadata
278
+
269
279
  #
270
280
  attr_accessor :allow_organizations
271
281
 
272
282
  attr_accessor :allow_organizations_metadata
273
283
 
284
+ #
285
+ attr_accessor :allow_organization_sso_management
286
+
287
+ attr_accessor :allow_organization_sso_management_metadata
288
+
289
+ #
290
+ attr_accessor :allow_organization_to_use_remote_notary
291
+
292
+ attr_accessor :allow_organization_to_use_remote_notary_metadata
293
+
274
294
  #
275
295
  attr_accessor :allow_payment_processing
276
296
 
@@ -697,6 +717,11 @@ module DocuSign_eSign
697
717
 
698
718
  attr_accessor :enable_esign_communities_metadata
699
719
 
720
+ #
721
+ attr_accessor :enable_id_fx_intuit_kba
722
+
723
+ attr_accessor :enable_id_fx_intuit_kba_metadata
724
+
700
725
  #
701
726
  attr_accessor :enable_in_browser_editor
702
727
 
@@ -919,6 +944,9 @@ module DocuSign_eSign
919
944
 
920
945
  attr_accessor :guided_forms_html_allowed_metadata
921
946
 
947
+ #
948
+ attr_accessor :has_recipient_connect_claimed_domain
949
+
922
950
  #
923
951
  attr_accessor :hide_account_address_in_co_c
924
952
 
@@ -957,6 +985,11 @@ module DocuSign_eSign
957
985
 
958
986
  attr_accessor :identity_verification_metadata
959
987
 
988
+ #
989
+ attr_accessor :idfx_phone_authentication_override
990
+
991
+ attr_accessor :idfx_phone_authentication_override_metadata
992
+
960
993
  #
961
994
  attr_accessor :ignore_error_if_anchor_tab_not_found
962
995
 
@@ -1031,6 +1064,11 @@ module DocuSign_eSign
1031
1064
 
1032
1065
  attr_accessor :pki_sign_downloaded_pdf_docs_metadata
1033
1066
 
1067
+ #
1068
+ attr_accessor :read_only_mode
1069
+
1070
+ attr_accessor :read_only_mode_metadata
1071
+
1034
1072
  #
1035
1073
  attr_accessor :recipients_can_sign_offline
1036
1074
 
@@ -1507,8 +1545,16 @@ module DocuSign_eSign
1507
1545
  :'allow_offline_signing_metadata' => :'allowOfflineSigningMetadata',
1508
1546
  :'allow_open_trust_signer_certificate' => :'allowOpenTrustSignerCertificate',
1509
1547
  :'allow_open_trust_signer_certificate_metadata' => :'allowOpenTrustSignerCertificateMetadata',
1548
+ :'allow_organization_docusign_monitor' => :'allowOrganizationDocusignMonitor',
1549
+ :'allow_organization_docusign_monitor_metadata' => :'allowOrganizationDocusignMonitorMetadata',
1550
+ :'allow_organization_domain_user_management' => :'allowOrganizationDomainUserManagement',
1551
+ :'allow_organization_domain_user_management_metadata' => :'allowOrganizationDomainUserManagementMetadata',
1510
1552
  :'allow_organizations' => :'allowOrganizations',
1511
1553
  :'allow_organizations_metadata' => :'allowOrganizationsMetadata',
1554
+ :'allow_organization_sso_management' => :'allowOrganizationSsoManagement',
1555
+ :'allow_organization_sso_management_metadata' => :'allowOrganizationSsoManagementMetadata',
1556
+ :'allow_organization_to_use_remote_notary' => :'allowOrganizationToUseRemoteNotary',
1557
+ :'allow_organization_to_use_remote_notary_metadata' => :'allowOrganizationToUseRemoteNotaryMetadata',
1512
1558
  :'allow_payment_processing' => :'allowPaymentProcessing',
1513
1559
  :'allow_payment_processing_metadata' => :'allowPaymentProcessingMetadata',
1514
1560
  :'allow_personal_signer_certificate' => :'allowPersonalSignerCertificate',
@@ -1679,6 +1725,8 @@ module DocuSign_eSign
1679
1725
  :'enable_envelope_stamping_by_ds_admin_metadata' => :'enableEnvelopeStampingByDSAdminMetadata',
1680
1726
  :'enable_esign_communities' => :'enableEsignCommunities',
1681
1727
  :'enable_esign_communities_metadata' => :'enableEsignCommunitiesMetadata',
1728
+ :'enable_id_fx_intuit_kba' => :'enableIDFxIntuitKBA',
1729
+ :'enable_id_fx_intuit_kba_metadata' => :'enableIDFxIntuitKBAMetadata',
1682
1730
  :'enable_in_browser_editor' => :'enableInBrowserEditor',
1683
1731
  :'enable_in_browser_editor_metadata' => :'enableInBrowserEditorMetadata',
1684
1732
  :'enable_payment_processing' => :'enablePaymentProcessing',
@@ -1768,6 +1816,7 @@ module DocuSign_eSign
1768
1816
  :'fax_out_enabled_metadata' => :'faxOutEnabledMetadata',
1769
1817
  :'guided_forms_html_allowed' => :'guidedFormsHtmlAllowed',
1770
1818
  :'guided_forms_html_allowed_metadata' => :'guidedFormsHtmlAllowedMetadata',
1819
+ :'has_recipient_connect_claimed_domain' => :'hasRecipientConnectClaimedDomain',
1771
1820
  :'hide_account_address_in_co_c' => :'hideAccountAddressInCoC',
1772
1821
  :'hide_account_address_in_co_c_metadata' => :'hideAccountAddressInCoCMetadata',
1773
1822
  :'hide_pricing' => :'hidePricing',
@@ -1783,6 +1832,8 @@ module DocuSign_eSign
1783
1832
  :'id_check_required_metadata' => :'idCheckRequiredMetadata',
1784
1833
  :'identity_verification' => :'identityVerification',
1785
1834
  :'identity_verification_metadata' => :'identityVerificationMetadata',
1835
+ :'idfx_phone_authentication_override' => :'idfxPhoneAuthenticationOverride',
1836
+ :'idfx_phone_authentication_override_metadata' => :'idfxPhoneAuthenticationOverrideMetadata',
1786
1837
  :'ignore_error_if_anchor_tab_not_found' => :'ignoreErrorIfAnchorTabNotFound',
1787
1838
  :'ignore_error_if_anchor_tab_not_found_metadata_enabled' => :'ignoreErrorIfAnchorTabNotFoundMetadataEnabled',
1788
1839
  :'in_person_id_check_question' => :'inPersonIDCheckQuestion',
@@ -1812,6 +1863,8 @@ module DocuSign_eSign
1812
1863
  :'phone_auth_recipient_may_provide_phone_number_metadata' => :'phoneAuthRecipientMayProvidePhoneNumberMetadata',
1813
1864
  :'pki_sign_downloaded_pdf_docs' => :'pkiSignDownloadedPDFDocs',
1814
1865
  :'pki_sign_downloaded_pdf_docs_metadata' => :'pkiSignDownloadedPDFDocsMetadata',
1866
+ :'read_only_mode' => :'readOnlyMode',
1867
+ :'read_only_mode_metadata' => :'readOnlyModeMetadata',
1815
1868
  :'recipients_can_sign_offline' => :'recipientsCanSignOffline',
1816
1869
  :'recipients_can_sign_offline_metadata' => :'recipientsCanSignOfflineMetadata',
1817
1870
  :'recipient_signing_auto_navigation_control' => :'recipientSigningAutoNavigationControl',
@@ -2067,8 +2120,16 @@ module DocuSign_eSign
2067
2120
  :'allow_offline_signing_metadata' => :'SettingsMetadata',
2068
2121
  :'allow_open_trust_signer_certificate' => :'String',
2069
2122
  :'allow_open_trust_signer_certificate_metadata' => :'SettingsMetadata',
2123
+ :'allow_organization_docusign_monitor' => :'String',
2124
+ :'allow_organization_docusign_monitor_metadata' => :'SettingsMetadata',
2125
+ :'allow_organization_domain_user_management' => :'String',
2126
+ :'allow_organization_domain_user_management_metadata' => :'SettingsMetadata',
2070
2127
  :'allow_organizations' => :'String',
2071
2128
  :'allow_organizations_metadata' => :'SettingsMetadata',
2129
+ :'allow_organization_sso_management' => :'String',
2130
+ :'allow_organization_sso_management_metadata' => :'SettingsMetadata',
2131
+ :'allow_organization_to_use_remote_notary' => :'String',
2132
+ :'allow_organization_to_use_remote_notary_metadata' => :'SettingsMetadata',
2072
2133
  :'allow_payment_processing' => :'String',
2073
2134
  :'allow_payment_processing_metadata' => :'SettingsMetadata',
2074
2135
  :'allow_personal_signer_certificate' => :'String',
@@ -2239,6 +2300,8 @@ module DocuSign_eSign
2239
2300
  :'enable_envelope_stamping_by_ds_admin_metadata' => :'SettingsMetadata',
2240
2301
  :'enable_esign_communities' => :'String',
2241
2302
  :'enable_esign_communities_metadata' => :'SettingsMetadata',
2303
+ :'enable_id_fx_intuit_kba' => :'String',
2304
+ :'enable_id_fx_intuit_kba_metadata' => :'SettingsMetadata',
2242
2305
  :'enable_in_browser_editor' => :'String',
2243
2306
  :'enable_in_browser_editor_metadata' => :'SettingsMetadata',
2244
2307
  :'enable_payment_processing' => :'String',
@@ -2328,6 +2391,7 @@ module DocuSign_eSign
2328
2391
  :'fax_out_enabled_metadata' => :'SettingsMetadata',
2329
2392
  :'guided_forms_html_allowed' => :'String',
2330
2393
  :'guided_forms_html_allowed_metadata' => :'SettingsMetadata',
2394
+ :'has_recipient_connect_claimed_domain' => :'String',
2331
2395
  :'hide_account_address_in_co_c' => :'String',
2332
2396
  :'hide_account_address_in_co_c_metadata' => :'SettingsMetadata',
2333
2397
  :'hide_pricing' => :'String',
@@ -2343,6 +2407,8 @@ module DocuSign_eSign
2343
2407
  :'id_check_required_metadata' => :'SettingsMetadata',
2344
2408
  :'identity_verification' => :'Array<AccountIdentityVerificationWorkflow>',
2345
2409
  :'identity_verification_metadata' => :'SettingsMetadata',
2410
+ :'idfx_phone_authentication_override' => :'String',
2411
+ :'idfx_phone_authentication_override_metadata' => :'SettingsMetadata',
2346
2412
  :'ignore_error_if_anchor_tab_not_found' => :'String',
2347
2413
  :'ignore_error_if_anchor_tab_not_found_metadata_enabled' => :'SettingsMetadata',
2348
2414
  :'in_person_id_check_question' => :'String',
@@ -2372,6 +2438,8 @@ module DocuSign_eSign
2372
2438
  :'phone_auth_recipient_may_provide_phone_number_metadata' => :'SettingsMetadata',
2373
2439
  :'pki_sign_downloaded_pdf_docs' => :'String',
2374
2440
  :'pki_sign_downloaded_pdf_docs_metadata' => :'SettingsMetadata',
2441
+ :'read_only_mode' => :'String',
2442
+ :'read_only_mode_metadata' => :'SettingsMetadata',
2375
2443
  :'recipients_can_sign_offline' => :'String',
2376
2444
  :'recipients_can_sign_offline_metadata' => :'SettingsMetadata',
2377
2445
  :'recipient_signing_auto_navigation_control' => :'String',
@@ -2935,6 +3003,22 @@ module DocuSign_eSign
2935
3003
  self.allow_open_trust_signer_certificate_metadata = attributes[:'allowOpenTrustSignerCertificateMetadata']
2936
3004
  end
2937
3005
 
3006
+ if attributes.has_key?(:'allowOrganizationDocusignMonitor')
3007
+ self.allow_organization_docusign_monitor = attributes[:'allowOrganizationDocusignMonitor']
3008
+ end
3009
+
3010
+ if attributes.has_key?(:'allowOrganizationDocusignMonitorMetadata')
3011
+ self.allow_organization_docusign_monitor_metadata = attributes[:'allowOrganizationDocusignMonitorMetadata']
3012
+ end
3013
+
3014
+ if attributes.has_key?(:'allowOrganizationDomainUserManagement')
3015
+ self.allow_organization_domain_user_management = attributes[:'allowOrganizationDomainUserManagement']
3016
+ end
3017
+
3018
+ if attributes.has_key?(:'allowOrganizationDomainUserManagementMetadata')
3019
+ self.allow_organization_domain_user_management_metadata = attributes[:'allowOrganizationDomainUserManagementMetadata']
3020
+ end
3021
+
2938
3022
  if attributes.has_key?(:'allowOrganizations')
2939
3023
  self.allow_organizations = attributes[:'allowOrganizations']
2940
3024
  end
@@ -2943,6 +3027,22 @@ module DocuSign_eSign
2943
3027
  self.allow_organizations_metadata = attributes[:'allowOrganizationsMetadata']
2944
3028
  end
2945
3029
 
3030
+ if attributes.has_key?(:'allowOrganizationSsoManagement')
3031
+ self.allow_organization_sso_management = attributes[:'allowOrganizationSsoManagement']
3032
+ end
3033
+
3034
+ if attributes.has_key?(:'allowOrganizationSsoManagementMetadata')
3035
+ self.allow_organization_sso_management_metadata = attributes[:'allowOrganizationSsoManagementMetadata']
3036
+ end
3037
+
3038
+ if attributes.has_key?(:'allowOrganizationToUseRemoteNotary')
3039
+ self.allow_organization_to_use_remote_notary = attributes[:'allowOrganizationToUseRemoteNotary']
3040
+ end
3041
+
3042
+ if attributes.has_key?(:'allowOrganizationToUseRemoteNotaryMetadata')
3043
+ self.allow_organization_to_use_remote_notary_metadata = attributes[:'allowOrganizationToUseRemoteNotaryMetadata']
3044
+ end
3045
+
2946
3046
  if attributes.has_key?(:'allowPaymentProcessing')
2947
3047
  self.allow_payment_processing = attributes[:'allowPaymentProcessing']
2948
3048
  end
@@ -3623,6 +3723,14 @@ module DocuSign_eSign
3623
3723
  self.enable_esign_communities_metadata = attributes[:'enableEsignCommunitiesMetadata']
3624
3724
  end
3625
3725
 
3726
+ if attributes.has_key?(:'enableIDFxIntuitKBA')
3727
+ self.enable_id_fx_intuit_kba = attributes[:'enableIDFxIntuitKBA']
3728
+ end
3729
+
3730
+ if attributes.has_key?(:'enableIDFxIntuitKBAMetadata')
3731
+ self.enable_id_fx_intuit_kba_metadata = attributes[:'enableIDFxIntuitKBAMetadata']
3732
+ end
3733
+
3626
3734
  if attributes.has_key?(:'enableInBrowserEditor')
3627
3735
  self.enable_in_browser_editor = attributes[:'enableInBrowserEditor']
3628
3736
  end
@@ -3979,6 +4087,10 @@ module DocuSign_eSign
3979
4087
  self.guided_forms_html_allowed_metadata = attributes[:'guidedFormsHtmlAllowedMetadata']
3980
4088
  end
3981
4089
 
4090
+ if attributes.has_key?(:'hasRecipientConnectClaimedDomain')
4091
+ self.has_recipient_connect_claimed_domain = attributes[:'hasRecipientConnectClaimedDomain']
4092
+ end
4093
+
3982
4094
  if attributes.has_key?(:'hideAccountAddressInCoC')
3983
4095
  self.hide_account_address_in_co_c = attributes[:'hideAccountAddressInCoC']
3984
4096
  end
@@ -4043,6 +4155,14 @@ module DocuSign_eSign
4043
4155
  self.identity_verification_metadata = attributes[:'identityVerificationMetadata']
4044
4156
  end
4045
4157
 
4158
+ if attributes.has_key?(:'idfxPhoneAuthenticationOverride')
4159
+ self.idfx_phone_authentication_override = attributes[:'idfxPhoneAuthenticationOverride']
4160
+ end
4161
+
4162
+ if attributes.has_key?(:'idfxPhoneAuthenticationOverrideMetadata')
4163
+ self.idfx_phone_authentication_override_metadata = attributes[:'idfxPhoneAuthenticationOverrideMetadata']
4164
+ end
4165
+
4046
4166
  if attributes.has_key?(:'ignoreErrorIfAnchorTabNotFound')
4047
4167
  self.ignore_error_if_anchor_tab_not_found = attributes[:'ignoreErrorIfAnchorTabNotFound']
4048
4168
  end
@@ -4161,6 +4281,14 @@ module DocuSign_eSign
4161
4281
  self.pki_sign_downloaded_pdf_docs_metadata = attributes[:'pkiSignDownloadedPDFDocsMetadata']
4162
4282
  end
4163
4283
 
4284
+ if attributes.has_key?(:'readOnlyMode')
4285
+ self.read_only_mode = attributes[:'readOnlyMode']
4286
+ end
4287
+
4288
+ if attributes.has_key?(:'readOnlyModeMetadata')
4289
+ self.read_only_mode_metadata = attributes[:'readOnlyModeMetadata']
4290
+ end
4291
+
4164
4292
  if attributes.has_key?(:'recipientsCanSignOffline')
4165
4293
  self.recipients_can_sign_offline = attributes[:'recipientsCanSignOffline']
4166
4294
  end
@@ -4875,8 +5003,16 @@ module DocuSign_eSign
4875
5003
  allow_offline_signing_metadata == o.allow_offline_signing_metadata &&
4876
5004
  allow_open_trust_signer_certificate == o.allow_open_trust_signer_certificate &&
4877
5005
  allow_open_trust_signer_certificate_metadata == o.allow_open_trust_signer_certificate_metadata &&
5006
+ allow_organization_docusign_monitor == o.allow_organization_docusign_monitor &&
5007
+ allow_organization_docusign_monitor_metadata == o.allow_organization_docusign_monitor_metadata &&
5008
+ allow_organization_domain_user_management == o.allow_organization_domain_user_management &&
5009
+ allow_organization_domain_user_management_metadata == o.allow_organization_domain_user_management_metadata &&
4878
5010
  allow_organizations == o.allow_organizations &&
4879
5011
  allow_organizations_metadata == o.allow_organizations_metadata &&
5012
+ allow_organization_sso_management == o.allow_organization_sso_management &&
5013
+ allow_organization_sso_management_metadata == o.allow_organization_sso_management_metadata &&
5014
+ allow_organization_to_use_remote_notary == o.allow_organization_to_use_remote_notary &&
5015
+ allow_organization_to_use_remote_notary_metadata == o.allow_organization_to_use_remote_notary_metadata &&
4880
5016
  allow_payment_processing == o.allow_payment_processing &&
4881
5017
  allow_payment_processing_metadata == o.allow_payment_processing_metadata &&
4882
5018
  allow_personal_signer_certificate == o.allow_personal_signer_certificate &&
@@ -5047,6 +5183,8 @@ module DocuSign_eSign
5047
5183
  enable_envelope_stamping_by_ds_admin_metadata == o.enable_envelope_stamping_by_ds_admin_metadata &&
5048
5184
  enable_esign_communities == o.enable_esign_communities &&
5049
5185
  enable_esign_communities_metadata == o.enable_esign_communities_metadata &&
5186
+ enable_id_fx_intuit_kba == o.enable_id_fx_intuit_kba &&
5187
+ enable_id_fx_intuit_kba_metadata == o.enable_id_fx_intuit_kba_metadata &&
5050
5188
  enable_in_browser_editor == o.enable_in_browser_editor &&
5051
5189
  enable_in_browser_editor_metadata == o.enable_in_browser_editor_metadata &&
5052
5190
  enable_payment_processing == o.enable_payment_processing &&
@@ -5136,6 +5274,7 @@ module DocuSign_eSign
5136
5274
  fax_out_enabled_metadata == o.fax_out_enabled_metadata &&
5137
5275
  guided_forms_html_allowed == o.guided_forms_html_allowed &&
5138
5276
  guided_forms_html_allowed_metadata == o.guided_forms_html_allowed_metadata &&
5277
+ has_recipient_connect_claimed_domain == o.has_recipient_connect_claimed_domain &&
5139
5278
  hide_account_address_in_co_c == o.hide_account_address_in_co_c &&
5140
5279
  hide_account_address_in_co_c_metadata == o.hide_account_address_in_co_c_metadata &&
5141
5280
  hide_pricing == o.hide_pricing &&
@@ -5151,6 +5290,8 @@ module DocuSign_eSign
5151
5290
  id_check_required_metadata == o.id_check_required_metadata &&
5152
5291
  identity_verification == o.identity_verification &&
5153
5292
  identity_verification_metadata == o.identity_verification_metadata &&
5293
+ idfx_phone_authentication_override == o.idfx_phone_authentication_override &&
5294
+ idfx_phone_authentication_override_metadata == o.idfx_phone_authentication_override_metadata &&
5154
5295
  ignore_error_if_anchor_tab_not_found == o.ignore_error_if_anchor_tab_not_found &&
5155
5296
  ignore_error_if_anchor_tab_not_found_metadata_enabled == o.ignore_error_if_anchor_tab_not_found_metadata_enabled &&
5156
5297
  in_person_id_check_question == o.in_person_id_check_question &&
@@ -5180,6 +5321,8 @@ module DocuSign_eSign
5180
5321
  phone_auth_recipient_may_provide_phone_number_metadata == o.phone_auth_recipient_may_provide_phone_number_metadata &&
5181
5322
  pki_sign_downloaded_pdf_docs == o.pki_sign_downloaded_pdf_docs &&
5182
5323
  pki_sign_downloaded_pdf_docs_metadata == o.pki_sign_downloaded_pdf_docs_metadata &&
5324
+ read_only_mode == o.read_only_mode &&
5325
+ read_only_mode_metadata == o.read_only_mode_metadata &&
5183
5326
  recipients_can_sign_offline == o.recipients_can_sign_offline &&
5184
5327
  recipients_can_sign_offline_metadata == o.recipients_can_sign_offline_metadata &&
5185
5328
  recipient_signing_auto_navigation_control == o.recipient_signing_auto_navigation_control &&
@@ -5339,7 +5482,7 @@ module DocuSign_eSign
5339
5482
  # Calculates hash code according to all attributes.
5340
5483
  # @return [Fixnum] Hash code
5341
5484
  def hash
5342
- [access_code_format, account_date_time_format, account_date_time_format_metadata, account_default_language, account_default_language_metadata, account_name, account_name_metadata, account_notification, account_ui_settings, adopt_sig_config, adopt_sig_config_metadata, advanced_correct, advanced_correct_metadata, allow_access_code_format, allow_access_code_format_metadata, allow_account_management_granular, allow_account_management_granular_metadata, allow_account_member_name_change, allow_account_member_name_change_metadata, allow_advanced_recipient_routing_conditional, allow_advanced_recipient_routing_conditional_metadata, allow_agent_name_email_edit, allow_agent_name_email_edit_metadata, allow_agreement_actions, allow_agreement_actions_metadata, allow_auto_nav_settings, allow_auto_nav_settings_metadata, allow_auto_tagging, allow_auto_tagging_metadata, allow_bulk_send, allow_bulk_send_metadata, allow_cd_withdraw, allow_cd_withdraw_metadata, allow_connect_http_listener_configs, allow_connect_send_finish_later, allow_connect_send_finish_later_metadata, allow_connect_unified_payload_ui, allow_consumer_disclosure_override, allow_consumer_disclosure_override_metadata, allow_data_download, allow_data_download_metadata, allow_document_disclosures, allow_document_disclosures_metadata, allow_documents_on_signed_envelopes, allow_documents_on_signed_envelopes_metadata, allow_document_visibility, allow_document_visibility_metadata, allow_e_hanko_stamps, allow_e_hanko_stamps_metadata, allow_e_note_e_original, allow_e_note_e_original_metadata, allow_envelope_correct, allow_envelope_correct_metadata, allow_envelope_custody_transfer, allow_envelope_custody_transfer_metadata, allow_envelope_custom_fields, allow_envelope_custom_fields_metadata, allow_envelope_publish_reporting, allow_envelope_publish_reporting_metadata, allow_envelope_reporting, allow_envelope_reporting_metadata, allow_expression, allow_expression_metadata, allow_express_signer_certificate, allow_express_signer_certificate_metadata, allow_extended_sending_resource_file, allow_extended_sending_resource_file_metadata, allow_external_linked_accounts, allow_external_linked_accounts_metadata, allow_external_signature_pad, allow_external_signature_pad_metadata, allow_idv_level1, allow_idv_level1_metadata, allow_idv_level2, allow_idv_level2_metadata, allow_idv_level3, allow_idv_level3_metadata, allow_idv_platform, allow_idv_platform_metadata, allow_in_person, allow_in_person_metadata, allow_managed_stamps, allow_managed_stamps_metadata, allow_markup, allow_markup_metadata, allow_member_time_zone, allow_member_time_zone_metadata, allow_merge_fields, allow_merge_fields_metadata, allow_multiple_brand_profiles, allow_multiple_brand_profiles_metadata, allow_multiple_signer_attachments, allow_multiple_signer_attachments_metadata, allow_non_us_phone_auth, allow_non_us_phone_auth_metadata, allow_ocr_of_envelope_documents, allow_ocr_of_envelope_documents_metadata, allow_offline_signing, allow_offline_signing_metadata, allow_open_trust_signer_certificate, allow_open_trust_signer_certificate_metadata, allow_organizations, allow_organizations_metadata, allow_payment_processing, allow_payment_processing_metadata, allow_personal_signer_certificate, allow_personal_signer_certificate_metadata, allow_phone_authentication, allow_phone_authentication_metadata, allow_phone_auth_override, allow_phone_auth_override_metadata, allow_private_signing_groups, allow_private_signing_groups_metadata, allow_recipient_connect, allow_recipient_connect_metadata, allow_reminders, allow_reminders_metadata, allow_remote_notary, allow_remote_notary_metadata, allow_resource_file_branding, allow_resource_file_branding_metadata, allow_safe_bio_pharma_signer_certificate, allow_safe_bio_pharma_signer_certificate_metadata, allow_security_appliance, allow_security_appliance_metadata, allow_send_to_certified_delivery, allow_send_to_certified_delivery_metadata, allow_send_to_intermediary, allow_send_to_intermediary_metadata, allow_server_templates, allow_server_templates_metadata, allow_set_embedded_recipient_start_url, allow_set_embedded_recipient_start_url_metadata, allow_shared_tabs, allow_shared_tabs_metadata, allow_signature_stamps, allow_signature_stamps_metadata, allow_sign_document_from_home_page, allow_sign_document_from_home_page_metadata, allow_signer_reassign, allow_signer_reassign_metadata, allow_signer_reassign_override, allow_signer_reassign_override_metadata, allow_signing_extensions, allow_signing_extensions_metadata, allow_signing_groups, allow_signing_groups_metadata, allow_signing_insights, allow_signing_insights_metadata, allow_signing_radio_deselect, allow_signing_radio_deselect_metadata, allow_sign_now, allow_sign_now_metadata, allow_sms_delivery, allow_sms_delivery_metadata, allow_social_id_login, allow_social_id_login_metadata, allow_supplemental_documents, allow_supplemental_documents_metadata, allow_users_to_access_directory, allow_users_to_access_directory_metadata, allow_value_insights, allow_value_insights_metadata, anchor_population_scope, anchor_population_scope_metadata, anchor_tag_versioned_placement_enabled, anchor_tag_versioned_placement_metadata_enabled, attach_completed_envelope, attach_completed_envelope_metadata, authentication_check, authentication_check_metadata, auto_nav_rule, auto_nav_rule_metadata, auto_provision_signer_account, auto_provision_signer_account_metadata, bcc_email_archive, bcc_email_archive_metadata, beta_switch_configuration, beta_switch_configuration_metadata, billing_address, billing_address_metadata, bulk_send, bulk_send_max_copies_in_batch, bulk_send_max_unprocessed_envelopes_count, bulk_send_metadata, can_self_brand_send, can_self_brand_send_metadata, can_self_brand_sign, can_self_brand_sign_metadata, can_use_salesforce_o_auth, can_use_salesforce_o_auth_metadata, capture_voice_recording, capture_voice_recording_metadata, cfr_use_wide_image, cfr_use_wide_image_metadata, check_for_multiple_admins_on_account, check_for_multiple_admins_on_account_metadata, chrome_signature_enabled, chrome_signature_enabled_metadata, comment_email_show_message_text, comment_email_show_message_text_metadata, comments_allow_envelope_override, comments_allow_envelope_override_metadata, conditional_fields_enabled, conditional_fields_enabled_metadata, consumer_disclosure_frequency, consumer_disclosure_frequency_metadata, convert_pdf_fields, convert_pdf_fields_metadata, data_population_scope, data_population_scope_metadata, disable_auto_template_matching, disable_auto_template_matching_metadata, disable_mobile_app, disable_mobile_app_metadata, disable_mobile_push_notifications, disable_mobile_push_notifications_metadata, disable_mobile_sending, disable_mobile_sending_metadata, disable_multiple_sessions, disable_multiple_sessions_metadata, disable_purge_notifications_for_sender_metadata, disable_signer_cert_view, disable_signer_cert_view_metadata, disable_signer_history_view, disable_signer_history_view_metadata, disable_style_signature, disable_style_signature_metadata, disable_upload_signature, disable_upload_signature_metadata, disable_user_sharing, disable_user_sharing_metadata, display_beta_switch, display_beta_switch_metadata, document_conversion_restrictions, document_conversion_restrictions_metadata, document_retention, document_retention_metadata, document_retention_purge_tabs, document_visibility, document_visibility_metadata, email_template_version, email_template_version_metadata, enable_access_code_generator, enable_access_code_generator_metadata, enable_advanced_payments, enable_advanced_payments_metadata, enable_advanced_power_forms, enable_advanced_power_forms_metadata, enable_agreement_actions_for_clm, enable_agreement_actions_for_clm_metadata, enable_agreement_actions_for_e_sign, enable_agreement_actions_for_e_sign_metadata, enable_auto_nav, enable_auto_nav_metadata, enable_bcc_dummy_link, enable_bcc_dummy_link_metadata, enable_calculated_fields, enable_calculated_fields_metadata, enable_clickwraps, enable_clickwraps_metadata, enable_comments_history_download_in_signing, enable_comments_history_download_in_signing_metadata, enable_customer_satisfaction_metric_tracking, enable_customer_satisfaction_metric_tracking_metadata, enable_ds_pro, enable_ds_pro_metadata, enable_envelope_stamping_by_account_admin, enable_envelope_stamping_by_account_admin_metadata, enable_envelope_stamping_by_ds_admin, enable_envelope_stamping_by_ds_admin_metadata, enable_esign_communities, enable_esign_communities_metadata, enable_in_browser_editor, enable_in_browser_editor_metadata, enable_payment_processing, enable_payment_processing_metadata, enable_pdfa_conversion, enable_pdfa_conversion_metadata, enable_power_form, enable_power_form_direct, enable_power_form_direct_metadata, enable_power_form_metadata, enable_recipient_domain_validation, enable_recipient_domain_validation_metadata, enable_recipient_may_provide_phone_number, enable_recipient_may_provide_phone_number_metadata, enable_report_links, enable_report_links_metadata, enable_require_sign_on_paper, enable_require_sign_on_paper_metadata, enable_reserved_domain, enable_reserved_domain_metadata, enable_responsive_signing, enable_responsive_signing_metadata, enable_scheduled_release, enable_scheduled_release_metadata, enable_search, enable_search_metadata, enable_search_ui, enable_search_ui_metadata, enable_sending_tags_font_settings, enable_sending_tags_font_settings_metadata, enable_send_to_agent, enable_send_to_agent_metadata, enable_send_to_intermediary, enable_send_to_intermediary_metadata, enable_send_to_manage, enable_send_to_manage_metadata, enable_sequential_signing_api, enable_sequential_signing_api_metadata, enable_sequential_signing_ui, enable_sequential_signing_ui_metadata, enable_signer_attachments, enable_signer_attachments_metadata, enable_signing_extension_comments, enable_signing_extension_comments_metadata, enable_signing_extension_conversations, enable_signing_extension_conversations_metadata, enable_signing_order_settings_for_account, enable_signing_order_settings_for_account_metadata, enable_sign_on_paper, enable_sign_on_paper_metadata, enable_sign_on_paper_override, enable_sign_on_paper_override_metadata, enable_sign_with_notary, enable_sign_with_notary_metadata, enable_smart_contracts, enable_smart_contracts_metadata, enable_sms_authentication, enable_sms_authentication_metadata, enable_sms_delivery_additional_notification, enable_sms_delivery_additional_notification_metadata, enable_social_id_login, enable_social_id_login_metadata, enable_strike_through, enable_strike_through_metadata, enable_transaction_point, enable_transaction_point_metadata, enable_vaulting, enable_vaulting_metadata, enable_witnessing, enable_witnessing_metadata, enforce_template_name_uniqueness, enforce_template_name_uniqueness_metadata, envelope_integration_allowed, envelope_integration_allowed_metadata, envelope_integration_enabled, envelope_integration_enabled_metadata, envelope_stamping_default_value, envelope_stamping_default_value_metadata, express_send, express_send_allow_tabs, express_send_allow_tabs_metadata, express_send_metadata, external_document_sources, external_signature_pad_type, external_signature_pad_type_metadata, fax_out_enabled, fax_out_enabled_metadata, guided_forms_html_allowed, guided_forms_html_allowed_metadata, hide_account_address_in_co_c, hide_account_address_in_co_c_metadata, hide_pricing, hide_pricing_metadata, id_check_configurations, id_check_expire, id_check_expire_days, id_check_expire_days_metadata, id_check_expire_metadata, id_check_expire_minutes, id_check_expire_minutes_metadata, id_check_required, id_check_required_metadata, identity_verification, identity_verification_metadata, ignore_error_if_anchor_tab_not_found, ignore_error_if_anchor_tab_not_found_metadata_enabled, in_person_id_check_question, in_person_id_check_question_metadata, in_person_signing_enabled, in_person_signing_enabled_metadata, in_session_enabled, in_session_enabled_metadata, in_session_suppress_emails, in_session_suppress_emails_metadata, linked_external_primary_accounts, maximum_signing_groups, maximum_signing_groups_metadata, maximum_users_per_signing_group, maximum_users_per_signing_group_metadata, max_number_of_custom_stamps, mobile_session_timeout, mobile_session_timeout_metadata, number_of_active_custom_stamps, opt_in_mobile_signing_v02, opt_in_mobile_signing_v02_metadata, opt_out_auto_nav_text_and_tab_color_updates, opt_out_auto_nav_text_and_tab_color_updates_metadata, opt_out_new_platform_seal, opt_out_new_platform_seal_platform_metadata, phone_auth_recipient_may_provide_phone_number, phone_auth_recipient_may_provide_phone_number_metadata, pki_sign_downloaded_pdf_docs, pki_sign_downloaded_pdf_docs_metadata, recipients_can_sign_offline, recipients_can_sign_offline_metadata, recipient_signing_auto_navigation_control, recipient_signing_auto_navigation_control_metadata, require21_cf_rpt11_compliance, require21_cf_rpt11_compliance_metadata, require_decline_reason, require_decline_reason_metadata, require_external_user_management, require_external_user_management_metadata, require_signer_certificate_type, require_signer_certificate_type_metadata, rsa_verid_account_name, rsa_verid_password, rsa_verid_ruleset, rsa_verid_user_id, self_signed_recipient_email_document, self_signed_recipient_email_document_metadata, self_signed_recipient_email_document_user_override, self_signed_recipient_email_document_user_override_metadata, sender_can_sign_in_each_location, sender_can_sign_in_each_location_metadata, sender_must_authenticate_signing, sender_must_authenticate_signing_metadata, sending_tags_font_color, sending_tags_font_color_metadata, sending_tags_font_name, sending_tags_font_name_metadata, sending_tags_font_size, sending_tags_font_size_metadata, send_to_certified_delivery_enabled, send_to_certified_delivery_enabled_metadata, session_timeout, session_timeout_metadata, set_recip_email_lang, set_recip_email_lang_metadata, set_recip_sign_lang, set_recip_sign_lang_metadata, shared_template_folders, shared_template_folders_metadata, show_complete_dialog_in_embedded_session, show_complete_dialog_in_embedded_session_metadata, show_conditional_routing_on_send, show_conditional_routing_on_send_metadata, show_initial_conditional_fields, show_initial_conditional_fields_metadata, show_localized_watermarks, show_localized_watermarks_metadata, show_masked_fields_when_downloading_document_as_sender, show_masked_fields_when_downloading_document_as_sender_metadata, show_tutorials, show_tutorials_metadata, signature_providers, signature_providers_metadata, sign_date_format, sign_date_format_metadata, sign_date_time_account_language_override, sign_date_time_account_language_override_metadata, sign_date_time_account_timezone_override, sign_date_time_account_timezone_override_metadata, signer_attach_certificate_to_envelope_pdf, signer_attach_certificate_to_envelope_pdf_metadata, signer_attach_concat, signer_attach_concat_metadata, signer_can_create_account, signer_can_create_account_metadata, signer_can_sign_on_mobile, signer_can_sign_on_mobile_metadata, signer_in_session_use_envelope_complete_email, signer_in_session_use_envelope_complete_email_metadata, signer_login_requirements, signer_login_requirements_metadata, signer_must_have_account, signer_must_have_account_metadata, signer_must_login_to_sign, signer_must_login_to_sign_metadata, signer_show_secure_field_initial_values, signer_show_secure_field_initial_values_metadata, signing_session_timeout, signing_session_timeout_metadata, signing_ui_version, signing_ui_version_metadata, sign_time_format, sign_time_format_metadata, sign_time_show_am_pm, sign_time_show_am_pm_metadata, simplified_sending_enabled, simplified_sending_enabled_metadata, single_sign_on_enabled, single_sign_on_enabled_metadata, skip_auth_completed_envelopes, skip_auth_completed_envelopes_metadata, social_id_recip_auth, social_id_recip_auth_metadata, specify_document_visibility, specify_document_visibility_metadata, start_in_advanced_correct, start_in_advanced_correct_metadata, supplemental_documents_must_accept, supplemental_documents_must_accept_metadata, supplemental_documents_must_read, supplemental_documents_must_read_metadata, supplemental_documents_must_view, supplemental_documents_must_view_metadata, suppress_certificate_enforcement, suppress_certificate_enforcement_metadata, tab_account_settings, timezone_offset_api, timezone_offset_api_metadata, timezone_offset_ui, timezone_offset_ui_metadata, universal_signature_opt_in, use_account_level_email, use_account_level_email_metadata, use_consumer_disclosure, use_consumer_disclosure_metadata, use_consumer_disclosure_within_account, use_consumer_disclosure_within_account_metadata, use_derived_keys, use_derived_keys_metadata, use_docu_sign_express_signer_certificate, use_docu_sign_express_signer_certificate_metadata, use_multi_app_groups_data, use_multi_app_groups_data_metadata, use_new_blob_for_pdf, use_new_blob_for_pdf_metadata, use_safe_signer_certificates, use_safe_signer_certificates_metadata, uses_api, uses_api_metadata, use_signature_provider_platform, use_signature_provider_platform_metadata, validations_allowed, validations_allowed_metadata, validations_brand, validations_brand_metadata, validations_cadence, validations_cadence_metadata, validations_enabled, validations_enabled_metadata, validations_report, validations_report_metadata, water_mark_enabled, water_mark_enabled_metadata, write_reminder_to_envelope_history, write_reminder_to_envelope_history_metadata, wurfl_min_allowable_screen_size, wurfl_min_allowable_screen_size_metadata].hash
5485
+ [access_code_format, account_date_time_format, account_date_time_format_metadata, account_default_language, account_default_language_metadata, account_name, account_name_metadata, account_notification, account_ui_settings, adopt_sig_config, adopt_sig_config_metadata, advanced_correct, advanced_correct_metadata, allow_access_code_format, allow_access_code_format_metadata, allow_account_management_granular, allow_account_management_granular_metadata, allow_account_member_name_change, allow_account_member_name_change_metadata, allow_advanced_recipient_routing_conditional, allow_advanced_recipient_routing_conditional_metadata, allow_agent_name_email_edit, allow_agent_name_email_edit_metadata, allow_agreement_actions, allow_agreement_actions_metadata, allow_auto_nav_settings, allow_auto_nav_settings_metadata, allow_auto_tagging, allow_auto_tagging_metadata, allow_bulk_send, allow_bulk_send_metadata, allow_cd_withdraw, allow_cd_withdraw_metadata, allow_connect_http_listener_configs, allow_connect_send_finish_later, allow_connect_send_finish_later_metadata, allow_connect_unified_payload_ui, allow_consumer_disclosure_override, allow_consumer_disclosure_override_metadata, allow_data_download, allow_data_download_metadata, allow_document_disclosures, allow_document_disclosures_metadata, allow_documents_on_signed_envelopes, allow_documents_on_signed_envelopes_metadata, allow_document_visibility, allow_document_visibility_metadata, allow_e_hanko_stamps, allow_e_hanko_stamps_metadata, allow_e_note_e_original, allow_e_note_e_original_metadata, allow_envelope_correct, allow_envelope_correct_metadata, allow_envelope_custody_transfer, allow_envelope_custody_transfer_metadata, allow_envelope_custom_fields, allow_envelope_custom_fields_metadata, allow_envelope_publish_reporting, allow_envelope_publish_reporting_metadata, allow_envelope_reporting, allow_envelope_reporting_metadata, allow_expression, allow_expression_metadata, allow_express_signer_certificate, allow_express_signer_certificate_metadata, allow_extended_sending_resource_file, allow_extended_sending_resource_file_metadata, allow_external_linked_accounts, allow_external_linked_accounts_metadata, allow_external_signature_pad, allow_external_signature_pad_metadata, allow_idv_level1, allow_idv_level1_metadata, allow_idv_level2, allow_idv_level2_metadata, allow_idv_level3, allow_idv_level3_metadata, allow_idv_platform, allow_idv_platform_metadata, allow_in_person, allow_in_person_metadata, allow_managed_stamps, allow_managed_stamps_metadata, allow_markup, allow_markup_metadata, allow_member_time_zone, allow_member_time_zone_metadata, allow_merge_fields, allow_merge_fields_metadata, allow_multiple_brand_profiles, allow_multiple_brand_profiles_metadata, allow_multiple_signer_attachments, allow_multiple_signer_attachments_metadata, allow_non_us_phone_auth, allow_non_us_phone_auth_metadata, allow_ocr_of_envelope_documents, allow_ocr_of_envelope_documents_metadata, allow_offline_signing, allow_offline_signing_metadata, allow_open_trust_signer_certificate, allow_open_trust_signer_certificate_metadata, allow_organization_docusign_monitor, allow_organization_docusign_monitor_metadata, allow_organization_domain_user_management, allow_organization_domain_user_management_metadata, allow_organizations, allow_organizations_metadata, allow_organization_sso_management, allow_organization_sso_management_metadata, allow_organization_to_use_remote_notary, allow_organization_to_use_remote_notary_metadata, allow_payment_processing, allow_payment_processing_metadata, allow_personal_signer_certificate, allow_personal_signer_certificate_metadata, allow_phone_authentication, allow_phone_authentication_metadata, allow_phone_auth_override, allow_phone_auth_override_metadata, allow_private_signing_groups, allow_private_signing_groups_metadata, allow_recipient_connect, allow_recipient_connect_metadata, allow_reminders, allow_reminders_metadata, allow_remote_notary, allow_remote_notary_metadata, allow_resource_file_branding, allow_resource_file_branding_metadata, allow_safe_bio_pharma_signer_certificate, allow_safe_bio_pharma_signer_certificate_metadata, allow_security_appliance, allow_security_appliance_metadata, allow_send_to_certified_delivery, allow_send_to_certified_delivery_metadata, allow_send_to_intermediary, allow_send_to_intermediary_metadata, allow_server_templates, allow_server_templates_metadata, allow_set_embedded_recipient_start_url, allow_set_embedded_recipient_start_url_metadata, allow_shared_tabs, allow_shared_tabs_metadata, allow_signature_stamps, allow_signature_stamps_metadata, allow_sign_document_from_home_page, allow_sign_document_from_home_page_metadata, allow_signer_reassign, allow_signer_reassign_metadata, allow_signer_reassign_override, allow_signer_reassign_override_metadata, allow_signing_extensions, allow_signing_extensions_metadata, allow_signing_groups, allow_signing_groups_metadata, allow_signing_insights, allow_signing_insights_metadata, allow_signing_radio_deselect, allow_signing_radio_deselect_metadata, allow_sign_now, allow_sign_now_metadata, allow_sms_delivery, allow_sms_delivery_metadata, allow_social_id_login, allow_social_id_login_metadata, allow_supplemental_documents, allow_supplemental_documents_metadata, allow_users_to_access_directory, allow_users_to_access_directory_metadata, allow_value_insights, allow_value_insights_metadata, anchor_population_scope, anchor_population_scope_metadata, anchor_tag_versioned_placement_enabled, anchor_tag_versioned_placement_metadata_enabled, attach_completed_envelope, attach_completed_envelope_metadata, authentication_check, authentication_check_metadata, auto_nav_rule, auto_nav_rule_metadata, auto_provision_signer_account, auto_provision_signer_account_metadata, bcc_email_archive, bcc_email_archive_metadata, beta_switch_configuration, beta_switch_configuration_metadata, billing_address, billing_address_metadata, bulk_send, bulk_send_max_copies_in_batch, bulk_send_max_unprocessed_envelopes_count, bulk_send_metadata, can_self_brand_send, can_self_brand_send_metadata, can_self_brand_sign, can_self_brand_sign_metadata, can_use_salesforce_o_auth, can_use_salesforce_o_auth_metadata, capture_voice_recording, capture_voice_recording_metadata, cfr_use_wide_image, cfr_use_wide_image_metadata, check_for_multiple_admins_on_account, check_for_multiple_admins_on_account_metadata, chrome_signature_enabled, chrome_signature_enabled_metadata, comment_email_show_message_text, comment_email_show_message_text_metadata, comments_allow_envelope_override, comments_allow_envelope_override_metadata, conditional_fields_enabled, conditional_fields_enabled_metadata, consumer_disclosure_frequency, consumer_disclosure_frequency_metadata, convert_pdf_fields, convert_pdf_fields_metadata, data_population_scope, data_population_scope_metadata, disable_auto_template_matching, disable_auto_template_matching_metadata, disable_mobile_app, disable_mobile_app_metadata, disable_mobile_push_notifications, disable_mobile_push_notifications_metadata, disable_mobile_sending, disable_mobile_sending_metadata, disable_multiple_sessions, disable_multiple_sessions_metadata, disable_purge_notifications_for_sender_metadata, disable_signer_cert_view, disable_signer_cert_view_metadata, disable_signer_history_view, disable_signer_history_view_metadata, disable_style_signature, disable_style_signature_metadata, disable_upload_signature, disable_upload_signature_metadata, disable_user_sharing, disable_user_sharing_metadata, display_beta_switch, display_beta_switch_metadata, document_conversion_restrictions, document_conversion_restrictions_metadata, document_retention, document_retention_metadata, document_retention_purge_tabs, document_visibility, document_visibility_metadata, email_template_version, email_template_version_metadata, enable_access_code_generator, enable_access_code_generator_metadata, enable_advanced_payments, enable_advanced_payments_metadata, enable_advanced_power_forms, enable_advanced_power_forms_metadata, enable_agreement_actions_for_clm, enable_agreement_actions_for_clm_metadata, enable_agreement_actions_for_e_sign, enable_agreement_actions_for_e_sign_metadata, enable_auto_nav, enable_auto_nav_metadata, enable_bcc_dummy_link, enable_bcc_dummy_link_metadata, enable_calculated_fields, enable_calculated_fields_metadata, enable_clickwraps, enable_clickwraps_metadata, enable_comments_history_download_in_signing, enable_comments_history_download_in_signing_metadata, enable_customer_satisfaction_metric_tracking, enable_customer_satisfaction_metric_tracking_metadata, enable_ds_pro, enable_ds_pro_metadata, enable_envelope_stamping_by_account_admin, enable_envelope_stamping_by_account_admin_metadata, enable_envelope_stamping_by_ds_admin, enable_envelope_stamping_by_ds_admin_metadata, enable_esign_communities, enable_esign_communities_metadata, enable_id_fx_intuit_kba, enable_id_fx_intuit_kba_metadata, enable_in_browser_editor, enable_in_browser_editor_metadata, enable_payment_processing, enable_payment_processing_metadata, enable_pdfa_conversion, enable_pdfa_conversion_metadata, enable_power_form, enable_power_form_direct, enable_power_form_direct_metadata, enable_power_form_metadata, enable_recipient_domain_validation, enable_recipient_domain_validation_metadata, enable_recipient_may_provide_phone_number, enable_recipient_may_provide_phone_number_metadata, enable_report_links, enable_report_links_metadata, enable_require_sign_on_paper, enable_require_sign_on_paper_metadata, enable_reserved_domain, enable_reserved_domain_metadata, enable_responsive_signing, enable_responsive_signing_metadata, enable_scheduled_release, enable_scheduled_release_metadata, enable_search, enable_search_metadata, enable_search_ui, enable_search_ui_metadata, enable_sending_tags_font_settings, enable_sending_tags_font_settings_metadata, enable_send_to_agent, enable_send_to_agent_metadata, enable_send_to_intermediary, enable_send_to_intermediary_metadata, enable_send_to_manage, enable_send_to_manage_metadata, enable_sequential_signing_api, enable_sequential_signing_api_metadata, enable_sequential_signing_ui, enable_sequential_signing_ui_metadata, enable_signer_attachments, enable_signer_attachments_metadata, enable_signing_extension_comments, enable_signing_extension_comments_metadata, enable_signing_extension_conversations, enable_signing_extension_conversations_metadata, enable_signing_order_settings_for_account, enable_signing_order_settings_for_account_metadata, enable_sign_on_paper, enable_sign_on_paper_metadata, enable_sign_on_paper_override, enable_sign_on_paper_override_metadata, enable_sign_with_notary, enable_sign_with_notary_metadata, enable_smart_contracts, enable_smart_contracts_metadata, enable_sms_authentication, enable_sms_authentication_metadata, enable_sms_delivery_additional_notification, enable_sms_delivery_additional_notification_metadata, enable_social_id_login, enable_social_id_login_metadata, enable_strike_through, enable_strike_through_metadata, enable_transaction_point, enable_transaction_point_metadata, enable_vaulting, enable_vaulting_metadata, enable_witnessing, enable_witnessing_metadata, enforce_template_name_uniqueness, enforce_template_name_uniqueness_metadata, envelope_integration_allowed, envelope_integration_allowed_metadata, envelope_integration_enabled, envelope_integration_enabled_metadata, envelope_stamping_default_value, envelope_stamping_default_value_metadata, express_send, express_send_allow_tabs, express_send_allow_tabs_metadata, express_send_metadata, external_document_sources, external_signature_pad_type, external_signature_pad_type_metadata, fax_out_enabled, fax_out_enabled_metadata, guided_forms_html_allowed, guided_forms_html_allowed_metadata, has_recipient_connect_claimed_domain, hide_account_address_in_co_c, hide_account_address_in_co_c_metadata, hide_pricing, hide_pricing_metadata, id_check_configurations, id_check_expire, id_check_expire_days, id_check_expire_days_metadata, id_check_expire_metadata, id_check_expire_minutes, id_check_expire_minutes_metadata, id_check_required, id_check_required_metadata, identity_verification, identity_verification_metadata, idfx_phone_authentication_override, idfx_phone_authentication_override_metadata, ignore_error_if_anchor_tab_not_found, ignore_error_if_anchor_tab_not_found_metadata_enabled, in_person_id_check_question, in_person_id_check_question_metadata, in_person_signing_enabled, in_person_signing_enabled_metadata, in_session_enabled, in_session_enabled_metadata, in_session_suppress_emails, in_session_suppress_emails_metadata, linked_external_primary_accounts, maximum_signing_groups, maximum_signing_groups_metadata, maximum_users_per_signing_group, maximum_users_per_signing_group_metadata, max_number_of_custom_stamps, mobile_session_timeout, mobile_session_timeout_metadata, number_of_active_custom_stamps, opt_in_mobile_signing_v02, opt_in_mobile_signing_v02_metadata, opt_out_auto_nav_text_and_tab_color_updates, opt_out_auto_nav_text_and_tab_color_updates_metadata, opt_out_new_platform_seal, opt_out_new_platform_seal_platform_metadata, phone_auth_recipient_may_provide_phone_number, phone_auth_recipient_may_provide_phone_number_metadata, pki_sign_downloaded_pdf_docs, pki_sign_downloaded_pdf_docs_metadata, read_only_mode, read_only_mode_metadata, recipients_can_sign_offline, recipients_can_sign_offline_metadata, recipient_signing_auto_navigation_control, recipient_signing_auto_navigation_control_metadata, require21_cf_rpt11_compliance, require21_cf_rpt11_compliance_metadata, require_decline_reason, require_decline_reason_metadata, require_external_user_management, require_external_user_management_metadata, require_signer_certificate_type, require_signer_certificate_type_metadata, rsa_verid_account_name, rsa_verid_password, rsa_verid_ruleset, rsa_verid_user_id, self_signed_recipient_email_document, self_signed_recipient_email_document_metadata, self_signed_recipient_email_document_user_override, self_signed_recipient_email_document_user_override_metadata, sender_can_sign_in_each_location, sender_can_sign_in_each_location_metadata, sender_must_authenticate_signing, sender_must_authenticate_signing_metadata, sending_tags_font_color, sending_tags_font_color_metadata, sending_tags_font_name, sending_tags_font_name_metadata, sending_tags_font_size, sending_tags_font_size_metadata, send_to_certified_delivery_enabled, send_to_certified_delivery_enabled_metadata, session_timeout, session_timeout_metadata, set_recip_email_lang, set_recip_email_lang_metadata, set_recip_sign_lang, set_recip_sign_lang_metadata, shared_template_folders, shared_template_folders_metadata, show_complete_dialog_in_embedded_session, show_complete_dialog_in_embedded_session_metadata, show_conditional_routing_on_send, show_conditional_routing_on_send_metadata, show_initial_conditional_fields, show_initial_conditional_fields_metadata, show_localized_watermarks, show_localized_watermarks_metadata, show_masked_fields_when_downloading_document_as_sender, show_masked_fields_when_downloading_document_as_sender_metadata, show_tutorials, show_tutorials_metadata, signature_providers, signature_providers_metadata, sign_date_format, sign_date_format_metadata, sign_date_time_account_language_override, sign_date_time_account_language_override_metadata, sign_date_time_account_timezone_override, sign_date_time_account_timezone_override_metadata, signer_attach_certificate_to_envelope_pdf, signer_attach_certificate_to_envelope_pdf_metadata, signer_attach_concat, signer_attach_concat_metadata, signer_can_create_account, signer_can_create_account_metadata, signer_can_sign_on_mobile, signer_can_sign_on_mobile_metadata, signer_in_session_use_envelope_complete_email, signer_in_session_use_envelope_complete_email_metadata, signer_login_requirements, signer_login_requirements_metadata, signer_must_have_account, signer_must_have_account_metadata, signer_must_login_to_sign, signer_must_login_to_sign_metadata, signer_show_secure_field_initial_values, signer_show_secure_field_initial_values_metadata, signing_session_timeout, signing_session_timeout_metadata, signing_ui_version, signing_ui_version_metadata, sign_time_format, sign_time_format_metadata, sign_time_show_am_pm, sign_time_show_am_pm_metadata, simplified_sending_enabled, simplified_sending_enabled_metadata, single_sign_on_enabled, single_sign_on_enabled_metadata, skip_auth_completed_envelopes, skip_auth_completed_envelopes_metadata, social_id_recip_auth, social_id_recip_auth_metadata, specify_document_visibility, specify_document_visibility_metadata, start_in_advanced_correct, start_in_advanced_correct_metadata, supplemental_documents_must_accept, supplemental_documents_must_accept_metadata, supplemental_documents_must_read, supplemental_documents_must_read_metadata, supplemental_documents_must_view, supplemental_documents_must_view_metadata, suppress_certificate_enforcement, suppress_certificate_enforcement_metadata, tab_account_settings, timezone_offset_api, timezone_offset_api_metadata, timezone_offset_ui, timezone_offset_ui_metadata, universal_signature_opt_in, use_account_level_email, use_account_level_email_metadata, use_consumer_disclosure, use_consumer_disclosure_metadata, use_consumer_disclosure_within_account, use_consumer_disclosure_within_account_metadata, use_derived_keys, use_derived_keys_metadata, use_docu_sign_express_signer_certificate, use_docu_sign_express_signer_certificate_metadata, use_multi_app_groups_data, use_multi_app_groups_data_metadata, use_new_blob_for_pdf, use_new_blob_for_pdf_metadata, use_safe_signer_certificates, use_safe_signer_certificates_metadata, uses_api, uses_api_metadata, use_signature_provider_platform, use_signature_provider_platform_metadata, validations_allowed, validations_allowed_metadata, validations_brand, validations_brand_metadata, validations_cadence, validations_cadence_metadata, validations_enabled, validations_enabled_metadata, validations_report, validations_report_metadata, water_mark_enabled, water_mark_enabled_metadata, write_reminder_to_envelope_history, write_reminder_to_envelope_history_metadata, wurfl_min_allowable_screen_size, wurfl_min_allowable_screen_size_metadata].hash
5343
5486
  end
5344
5487
 
5345
5488
  # Builds the object from hash
@@ -51,6 +51,9 @@ module DocuSign_eSign
51
51
  # Specifies the user signature name.
52
52
  attr_accessor :signature_name
53
53
 
54
+ #
55
+ attr_accessor :signature_type
56
+
54
57
  #
55
58
  attr_accessor :signature_users
56
59
 
@@ -76,6 +79,7 @@ module DocuSign_eSign
76
79
  :'signature_id' => :'signatureId',
77
80
  :'signature_initials' => :'signatureInitials',
78
81
  :'signature_name' => :'signatureName',
82
+ :'signature_type' => :'signatureType',
79
83
  :'signature_users' => :'signatureUsers',
80
84
  :'stamp_format' => :'stampFormat',
81
85
  :'stamp_size_mm' => :'stampSizeMM'
@@ -98,6 +102,7 @@ module DocuSign_eSign
98
102
  :'signature_id' => :'String',
99
103
  :'signature_initials' => :'String',
100
104
  :'signature_name' => :'String',
105
+ :'signature_type' => :'String',
101
106
  :'signature_users' => :'Array<SignatureUserDef>',
102
107
  :'stamp_format' => :'String',
103
108
  :'stamp_size_mm' => :'String'
@@ -166,6 +171,10 @@ module DocuSign_eSign
166
171
  self.signature_name = attributes[:'signatureName']
167
172
  end
168
173
 
174
+ if attributes.has_key?(:'signatureType')
175
+ self.signature_type = attributes[:'signatureType']
176
+ end
177
+
169
178
  if attributes.has_key?(:'signatureUsers')
170
179
  if (value = attributes[:'signatureUsers']).is_a?(Array)
171
180
  self.signature_users = value
@@ -212,6 +221,7 @@ module DocuSign_eSign
212
221
  signature_id == o.signature_id &&
213
222
  signature_initials == o.signature_initials &&
214
223
  signature_name == o.signature_name &&
224
+ signature_type == o.signature_type &&
215
225
  signature_users == o.signature_users &&
216
226
  stamp_format == o.stamp_format &&
217
227
  stamp_size_mm == o.stamp_size_mm
@@ -226,7 +236,7 @@ module DocuSign_eSign
226
236
  # Calculates hash code according to all attributes.
227
237
  # @return [Fixnum] Hash code
228
238
  def hash
229
- [date_stamp_properties, disallow_user_resize_stamp, external_id, image_type, is_default, nrds_id, nrds_last_name, phonetic_name, signature_font, signature_groups, signature_id, signature_initials, signature_name, signature_users, stamp_format, stamp_size_mm].hash
239
+ [date_stamp_properties, disallow_user_resize_stamp, external_id, image_type, is_default, nrds_id, nrds_last_name, phonetic_name, signature_font, signature_groups, signature_id, signature_initials, signature_name, signature_type, signature_users, stamp_format, stamp_size_mm].hash
230
240
  end
231
241
 
232
242
  # Builds the object from hash
@@ -130,8 +130,6 @@ module DocuSign_eSign
130
130
 
131
131
  attr_accessor :phone_number
132
132
 
133
- attr_accessor :phone_number_metadata
134
-
135
133
  # Reserved:
136
134
  attr_accessor :recipient_attachments
137
135
 
@@ -254,7 +252,6 @@ module DocuSign_eSign
254
252
  :'note_metadata' => :'noteMetadata',
255
253
  :'phone_authentication' => :'phoneAuthentication',
256
254
  :'phone_number' => :'phoneNumber',
257
- :'phone_number_metadata' => :'phoneNumberMetadata',
258
255
  :'recipient_attachments' => :'recipientAttachments',
259
256
  :'recipient_authentication_status' => :'recipientAuthenticationStatus',
260
257
  :'recipient_feature_metadata' => :'recipientFeatureMetadata',
@@ -332,7 +329,6 @@ module DocuSign_eSign
332
329
  :'note_metadata' => :'PropertyMetadata',
333
330
  :'phone_authentication' => :'RecipientPhoneAuthentication',
334
331
  :'phone_number' => :'RecipientPhoneNumber',
335
- :'phone_number_metadata' => :'PropertyMetadata',
336
332
  :'recipient_attachments' => :'Array<RecipientAttachment>',
337
333
  :'recipient_authentication_status' => :'AuthenticationStatus',
338
334
  :'recipient_feature_metadata' => :'Array<FeatureAvailableMetadata>',
@@ -555,10 +551,6 @@ module DocuSign_eSign
555
551
  self.phone_number = attributes[:'phoneNumber']
556
552
  end
557
553
 
558
- if attributes.has_key?(:'phoneNumberMetadata')
559
- self.phone_number_metadata = attributes[:'phoneNumberMetadata']
560
- end
561
-
562
554
  if attributes.has_key?(:'recipientAttachments')
563
555
  if (value = attributes[:'recipientAttachments']).is_a?(Array)
564
556
  self.recipient_attachments = value
@@ -738,7 +730,6 @@ module DocuSign_eSign
738
730
  note_metadata == o.note_metadata &&
739
731
  phone_authentication == o.phone_authentication &&
740
732
  phone_number == o.phone_number &&
741
- phone_number_metadata == o.phone_number_metadata &&
742
733
  recipient_attachments == o.recipient_attachments &&
743
734
  recipient_authentication_status == o.recipient_authentication_status &&
744
735
  recipient_feature_metadata == o.recipient_feature_metadata &&
@@ -777,7 +768,7 @@ module DocuSign_eSign
777
768
  # Calculates hash code according to all attributes.
778
769
  # @return [Fixnum] Hash code
779
770
  def 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
771
+ [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, 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
772
  end
782
773
 
783
774
  # Builds the object from hash
@@ -14,6 +14,12 @@ require 'date'
14
14
  module DocuSign_eSign
15
15
  # Contains information about an APP store receipt.
16
16
  class AppStoreReceipt
17
+ #
18
+ attr_accessor :downgrade_product_id
19
+
20
+ #
21
+ attr_accessor :is_downgrade_cancellation
22
+
17
23
  #
18
24
  attr_accessor :product_id
19
25
 
@@ -23,6 +29,8 @@ module DocuSign_eSign
23
29
  # Attribute mapping from ruby-style variable name to JSON key.
24
30
  def self.attribute_map
25
31
  {
32
+ :'downgrade_product_id' => :'downgradeProductId',
33
+ :'is_downgrade_cancellation' => :'isDowngradeCancellation',
26
34
  :'product_id' => :'productId',
27
35
  :'receipt_data' => :'receiptData'
28
36
  }
@@ -31,6 +39,8 @@ module DocuSign_eSign
31
39
  # Attribute type mapping.
32
40
  def self.swagger_types
33
41
  {
42
+ :'downgrade_product_id' => :'String',
43
+ :'is_downgrade_cancellation' => :'String',
34
44
  :'product_id' => :'String',
35
45
  :'receipt_data' => :'String'
36
46
  }
@@ -44,6 +54,14 @@ module DocuSign_eSign
44
54
  # convert string to symbol for hash key
45
55
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
46
56
 
57
+ if attributes.has_key?(:'downgradeProductId')
58
+ self.downgrade_product_id = attributes[:'downgradeProductId']
59
+ end
60
+
61
+ if attributes.has_key?(:'isDowngradeCancellation')
62
+ self.is_downgrade_cancellation = attributes[:'isDowngradeCancellation']
63
+ end
64
+
47
65
  if attributes.has_key?(:'productId')
48
66
  self.product_id = attributes[:'productId']
49
67
  end
@@ -71,6 +89,8 @@ module DocuSign_eSign
71
89
  def ==(o)
72
90
  return true if self.equal?(o)
73
91
  self.class == o.class &&
92
+ downgrade_product_id == o.downgrade_product_id &&
93
+ is_downgrade_cancellation == o.is_downgrade_cancellation &&
74
94
  product_id == o.product_id &&
75
95
  receipt_data == o.receipt_data
76
96
  end
@@ -84,7 +104,7 @@ module DocuSign_eSign
84
104
  # Calculates hash code according to all attributes.
85
105
  # @return [Fixnum] Hash code
86
106
  def hash
87
- [product_id, receipt_data].hash
107
+ [downgrade_product_id, is_downgrade_cancellation, product_id, receipt_data].hash
88
108
  end
89
109
 
90
110
  # Builds the object from hash