docusign_esign 3.18.0 → 3.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (304) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/lib/docusign_esign/api/accounts_api.rb +60 -60
  4. data/lib/docusign_esign/api/billing_api.rb +2 -2
  5. data/lib/docusign_esign/api/bulk_envelopes_api.rb +22 -22
  6. data/lib/docusign_esign/api/connect_api.rb +148 -0
  7. data/lib/docusign_esign/api/email_archive_api.rb +8 -8
  8. data/lib/docusign_esign/api/envelopes_api.rb +1223 -105
  9. data/lib/docusign_esign/api/notary_api.rb +16 -16
  10. data/lib/docusign_esign/api/power_forms_api.rb +16 -16
  11. data/lib/docusign_esign/api/templates_api.rb +20 -20
  12. data/lib/docusign_esign/api/users_api.rb +14 -14
  13. data/lib/docusign_esign/api/workspaces_api.rb +4 -4
  14. data/lib/docusign_esign/client/api_client.rb +1 -1
  15. data/lib/docusign_esign/models/access_code_format.rb +6 -0
  16. data/lib/docusign_esign/models/account_billing_plan.rb +1 -0
  17. data/lib/docusign_esign/models/account_billing_plan_response.rb +9 -0
  18. data/lib/docusign_esign/models/account_identity_verification_step.rb +1 -0
  19. data/lib/docusign_esign/models/account_identity_verification_workflow.rb +2 -0
  20. data/lib/docusign_esign/models/account_information.rb +1 -0
  21. data/lib/docusign_esign/models/account_notification.rb +3 -0
  22. data/lib/docusign_esign/models/account_password_questions_required.rb +1 -0
  23. data/lib/docusign_esign/models/account_password_rules.rb +7 -0
  24. data/lib/docusign_esign/models/account_role_settings.rb +39 -0
  25. data/lib/docusign_esign/models/account_settings_information.rb +537 -3
  26. data/lib/docusign_esign/models/account_shared_access.rb +1 -0
  27. data/lib/docusign_esign/models/account_signature.rb +2 -0
  28. data/lib/docusign_esign/models/account_signature_definition.rb +1 -0
  29. data/lib/docusign_esign/models/account_signature_provider.rb +1 -0
  30. data/lib/docusign_esign/models/account_signature_provider_option.rb +1 -0
  31. data/lib/docusign_esign/models/account_ui_settings.rb +15 -0
  32. data/lib/docusign_esign/models/address_information_input.rb +1 -0
  33. data/lib/docusign_esign/models/agent.rb +22 -0
  34. data/lib/docusign_esign/models/approve.rb +45 -0
  35. data/lib/docusign_esign/models/authentication_status.rb +19 -0
  36. data/lib/docusign_esign/models/bcc_email_archive.rb +3 -0
  37. data/lib/docusign_esign/models/bcc_email_archive_history.rb +2 -0
  38. data/lib/docusign_esign/models/bcc_email_archive_list.rb +1 -0
  39. data/lib/docusign_esign/models/billing_plan_information.rb +19 -1
  40. data/lib/docusign_esign/models/billing_plan_preview.rb +1 -0
  41. data/lib/docusign_esign/models/billing_plan_response.rb +1 -0
  42. data/lib/docusign_esign/models/billing_plan_update_response.rb +1 -0
  43. data/lib/docusign_esign/models/brand.rb +4 -0
  44. data/lib/docusign_esign/models/brand_email_content.rb +1 -0
  45. data/lib/docusign_esign/models/brand_link.rb +1 -0
  46. data/lib/docusign_esign/models/brand_logos.rb +1 -0
  47. data/lib/docusign_esign/models/brand_request.rb +1 -0
  48. data/lib/docusign_esign/models/brand_resource_urls.rb +1 -0
  49. data/lib/docusign_esign/models/brand_resources.rb +3 -0
  50. data/lib/docusign_esign/models/brands_request.rb +1 -0
  51. data/lib/docusign_esign/models/bulk_envelope.rb +1 -0
  52. data/lib/docusign_esign/models/bulk_recipients_update_response.rb +1 -0
  53. data/lib/docusign_esign/models/bulk_send_batch_action_request.rb +1 -0
  54. data/lib/docusign_esign/models/bulk_send_batch_status.rb +2 -0
  55. data/lib/docusign_esign/models/bulk_send_batch_summaries.rb +1 -0
  56. data/lib/docusign_esign/models/bulk_send_batch_summary.rb +1 -0
  57. data/lib/docusign_esign/models/bulk_send_error_status.rb +1 -0
  58. data/lib/docusign_esign/models/bulk_send_request.rb +1 -0
  59. data/lib/docusign_esign/models/bulk_send_response.rb +1 -0
  60. data/lib/docusign_esign/models/bulk_send_test_response.rb +1 -0
  61. data/lib/docusign_esign/models/bulk_sending_copy.rb +1 -0
  62. data/lib/docusign_esign/models/bulk_sending_copy_custom_field.rb +1 -0
  63. data/lib/docusign_esign/models/bulk_sending_copy_recipient.rb +5 -0
  64. data/lib/docusign_esign/models/bulk_sending_copy_tab.rb +1 -0
  65. data/lib/docusign_esign/models/bulk_sending_list.rb +1 -0
  66. data/lib/docusign_esign/models/bulk_sending_list_summaries.rb +1 -0
  67. data/lib/docusign_esign/models/bulk_sending_list_summary.rb +1 -0
  68. data/lib/docusign_esign/models/captive_recipient.rb +2 -0
  69. data/lib/docusign_esign/models/captive_recipient_information.rb +1 -0
  70. data/lib/docusign_esign/models/carbon_copy.rb +25 -0
  71. data/lib/docusign_esign/models/certified_delivery.rb +24 -0
  72. data/lib/docusign_esign/models/checkbox.rb +52 -39
  73. data/lib/docusign_esign/models/chunked_upload_part.rb +1 -0
  74. data/lib/docusign_esign/models/chunked_upload_request.rb +1 -0
  75. data/lib/docusign_esign/models/chunked_upload_response.rb +1 -0
  76. data/lib/docusign_esign/models/cloud_storage_provider.rb +2 -0
  77. data/lib/docusign_esign/models/comment_thread.rb +43 -0
  78. data/lib/docusign_esign/models/commission_county.rb +52 -0
  79. data/lib/docusign_esign/models/commission_expiration.rb +52 -0
  80. data/lib/docusign_esign/models/commission_number.rb +52 -0
  81. data/lib/docusign_esign/models/commission_state.rb +52 -0
  82. data/lib/docusign_esign/models/company.rb +52 -0
  83. data/lib/docusign_esign/models/composite_template.rb +2 -0
  84. data/lib/docusign_esign/models/conditional_recipient_rule.rb +2 -0
  85. data/lib/docusign_esign/models/connect_config_results.rb +1 -0
  86. data/lib/docusign_esign/models/connect_custom_configuration.rb +2 -0
  87. data/lib/docusign_esign/models/connect_debug_log.rb +1 -0
  88. data/lib/docusign_esign/models/connect_event_data.rb +1 -0
  89. data/lib/docusign_esign/models/connect_failure_filter.rb +1 -0
  90. data/lib/docusign_esign/models/connect_failure_result.rb +1 -0
  91. data/lib/docusign_esign/models/connect_log.rb +1 -0
  92. data/lib/docusign_esign/models/connect_o_auth_config.rb +214 -0
  93. data/lib/docusign_esign/models/connect_salesforce_field.rb +1 -0
  94. data/lib/docusign_esign/models/connect_salesforce_object.rb +1 -0
  95. data/lib/docusign_esign/models/console_view_request.rb +1 -0
  96. data/lib/docusign_esign/models/consumer_disclosure.rb +3 -0
  97. data/lib/docusign_esign/models/contact.rb +1 -0
  98. data/lib/docusign_esign/models/contact_get_response.rb +1 -0
  99. data/lib/docusign_esign/models/contact_mod_request.rb +1 -0
  100. data/lib/docusign_esign/models/contact_phone_number.rb +1 -0
  101. data/lib/docusign_esign/models/contact_update_response.rb +1 -0
  102. data/lib/docusign_esign/models/correct_view_request.rb +12 -1
  103. data/lib/docusign_esign/models/credit_card_information.rb +2 -0
  104. data/lib/docusign_esign/models/currency.rb +55 -0
  105. data/lib/docusign_esign/models/currency_feature_set_price.rb +1 -0
  106. data/lib/docusign_esign/models/currency_plan_price.rb +1 -0
  107. data/lib/docusign_esign/models/custom_field.rb +2 -0
  108. data/lib/docusign_esign/models/date.rb +59 -0
  109. data/lib/docusign_esign/models/date_signed.rb +46 -0
  110. data/lib/docusign_esign/models/date_stamp_properties.rb +1 -0
  111. data/lib/docusign_esign/models/decline.rb +46 -0
  112. data/lib/docusign_esign/models/direct_debit_processor_information.rb +1 -0
  113. data/lib/docusign_esign/models/document.rb +3 -0
  114. data/lib/docusign_esign/models/document_html_collapsible_display_settings.rb +1 -0
  115. data/lib/docusign_esign/models/document_html_definition.rb +1 -0
  116. data/lib/docusign_esign/models/document_html_definition_original.rb +1 -0
  117. data/lib/docusign_esign/models/document_html_display_anchor.rb +1 -0
  118. data/lib/docusign_esign/models/document_html_display_settings.rb +1 -0
  119. data/lib/docusign_esign/models/document_template.rb +1 -0
  120. data/lib/docusign_esign/models/document_visibility.rb +2 -0
  121. data/lib/docusign_esign/models/document_visibility_list.rb +1 -0
  122. data/lib/docusign_esign/models/downgrad_request_billing_info_response.rb +1 -0
  123. data/lib/docusign_esign/models/downgrade_billing_plan_information.rb +1 -0
  124. data/lib/docusign_esign/models/draw.rb +40 -0
  125. data/lib/docusign_esign/models/e_note_configuration.rb +1 -0
  126. data/lib/docusign_esign/models/editor.rb +23 -0
  127. data/lib/docusign_esign/models/email.rb +59 -0
  128. data/lib/docusign_esign/models/email_address.rb +46 -0
  129. data/lib/docusign_esign/models/envelope.rb +10 -0
  130. data/lib/docusign_esign/models/envelope_attachment.rb +1 -0
  131. data/lib/docusign_esign/models/envelope_definition.rb +13 -0
  132. data/lib/docusign_esign/models/envelope_document.rb +7 -0
  133. data/lib/docusign_esign/models/envelope_event.rb +1 -0
  134. data/lib/docusign_esign/models/envelope_form_data.rb +2 -0
  135. data/lib/docusign_esign/models/envelope_id.rb +45 -0
  136. data/lib/docusign_esign/models/envelope_ids_request.rb +1 -0
  137. data/lib/docusign_esign/models/envelope_notification_request.rb +3 -0
  138. data/lib/docusign_esign/models/envelope_purge_configuration.rb +1 -0
  139. data/lib/docusign_esign/models/envelope_summary.rb +3 -0
  140. data/lib/docusign_esign/models/envelope_template.rb +12 -0
  141. data/lib/docusign_esign/models/envelope_template_results.rb +1 -0
  142. data/lib/docusign_esign/models/envelope_transaction_status.rb +1 -0
  143. data/lib/docusign_esign/models/envelope_transfer_rule.rb +6 -0
  144. data/lib/docusign_esign/models/envelope_transfer_rule_request.rb +4 -0
  145. data/lib/docusign_esign/models/envelope_update_summary.rb +4 -0
  146. data/lib/docusign_esign/models/envelopes_information.rb +1 -0
  147. data/lib/docusign_esign/models/event_notification.rb +1 -0
  148. data/lib/docusign_esign/models/event_result.rb +1 -0
  149. data/lib/docusign_esign/models/external_document_sources.rb +6 -0
  150. data/lib/docusign_esign/models/external_file.rb +1 -0
  151. data/lib/docusign_esign/models/external_folder.rb +1 -0
  152. data/lib/docusign_esign/models/favorite_templates_content_item.rb +1 -0
  153. data/lib/docusign_esign/models/favorite_templates_info.rb +1 -0
  154. data/lib/docusign_esign/models/feature_set.rb +1 -0
  155. data/lib/docusign_esign/models/filter.rb +1 -0
  156. data/lib/docusign_esign/models/first_name.rb +46 -0
  157. data/lib/docusign_esign/models/folder.rb +4 -0
  158. data/lib/docusign_esign/models/folder_item_response.rb +1 -0
  159. data/lib/docusign_esign/models/folder_item_v2.rb +2 -0
  160. data/lib/docusign_esign/models/folder_shared_item.rb +3 -0
  161. data/lib/docusign_esign/models/folders_request.rb +1 -0
  162. data/lib/docusign_esign/models/form_data_item.rb +1 -0
  163. data/lib/docusign_esign/models/formula_tab.rb +64 -0
  164. data/lib/docusign_esign/models/full_name.rb +46 -0
  165. data/lib/docusign_esign/models/group.rb +2 -0
  166. data/lib/docusign_esign/models/id_check_configuration.rb +1 -0
  167. data/lib/docusign_esign/models/id_check_information_input.rb +4 -0
  168. data/lib/docusign_esign/models/in_person_signer.rb +31 -0
  169. data/lib/docusign_esign/models/initial_here.rb +40 -0
  170. data/lib/docusign_esign/models/inline_template.rb +3 -0
  171. data/lib/docusign_esign/models/intermediary.rb +23 -0
  172. data/lib/docusign_esign/models/jurisdiction.rb +1 -0
  173. data/lib/docusign_esign/models/last_name.rb +46 -0
  174. data/lib/docusign_esign/models/linked_external_primary_account.rb +1 -0
  175. data/lib/docusign_esign/models/list.rb +54 -0
  176. data/lib/docusign_esign/models/list_custom_field.rb +2 -0
  177. data/lib/docusign_esign/models/list_item.rb +4 -0
  178. data/lib/docusign_esign/models/locale_policy.rb +13 -0
  179. data/lib/docusign_esign/models/lock_information.rb +2 -0
  180. data/lib/docusign_esign/models/lock_request.rb +1 -0
  181. data/lib/docusign_esign/models/member_group_shared_item.rb +3 -0
  182. data/lib/docusign_esign/models/member_shared_items.rb +3 -0
  183. data/lib/docusign_esign/models/merge_field.rb +6 -0
  184. data/lib/docusign_esign/models/mobile_notifier_configuration.rb +1 -0
  185. data/lib/docusign_esign/models/money.rb +1 -0
  186. data/lib/docusign_esign/models/name_value.rb +2 -0
  187. data/lib/docusign_esign/models/new_account_definition.rb +20 -1
  188. data/lib/docusign_esign/models/new_account_summary.rb +1 -0
  189. data/lib/docusign_esign/models/new_user.rb +2 -0
  190. data/lib/docusign_esign/models/new_users_summary.rb +1 -0
  191. data/lib/docusign_esign/models/notarize.rb +38 -0
  192. data/lib/docusign_esign/models/notary.rb +1 -0
  193. data/lib/docusign_esign/models/notary_host.rb +20 -0
  194. data/lib/docusign_esign/models/notary_journal.rb +2 -0
  195. data/lib/docusign_esign/models/notary_jurisdiction.rb +3 -0
  196. data/lib/docusign_esign/models/notary_jurisdiction_list.rb +1 -0
  197. data/lib/docusign_esign/models/notary_recipient.rb +29 -0
  198. data/lib/docusign_esign/models/notary_result.rb +2 -0
  199. data/lib/docusign_esign/models/notary_seal.rb +39 -0
  200. data/lib/docusign_esign/models/note.rb +47 -0
  201. data/lib/docusign_esign/models/notification.rb +2 -0
  202. data/lib/docusign_esign/models/notification_default_settings.rb +3 -0
  203. data/lib/docusign_esign/models/notification_defaults.rb +2 -0
  204. data/lib/docusign_esign/models/number.rb +61 -0
  205. data/lib/docusign_esign/models/page.rb +1 -0
  206. data/lib/docusign_esign/models/payment_details.rb +5 -0
  207. data/lib/docusign_esign/models/payment_gateway_account.rb +3 -0
  208. data/lib/docusign_esign/models/payment_gateway_accounts_info.rb +1 -0
  209. data/lib/docusign_esign/models/payment_line_item.rb +1 -0
  210. data/lib/docusign_esign/models/payment_method_with_options.rb +1 -0
  211. data/lib/docusign_esign/models/payment_processor_information.rb +1 -0
  212. data/lib/docusign_esign/models/permission_profile.rb +2 -0
  213. data/lib/docusign_esign/models/permission_profile_information.rb +1 -0
  214. data/lib/docusign_esign/models/phone_number.rb +52 -0
  215. data/lib/docusign_esign/models/poly_line_overlay.rb +40 -0
  216. data/lib/docusign_esign/models/power_form.rb +2 -0
  217. data/lib/docusign_esign/models/power_form_recipient.rb +1 -0
  218. data/lib/docusign_esign/models/power_form_senders_response.rb +1 -0
  219. data/lib/docusign_esign/models/power_forms_response.rb +1 -0
  220. data/lib/docusign_esign/models/prefill_tabs.rb +1 -0
  221. data/lib/docusign_esign/models/property_metadata.rb +1 -0
  222. data/lib/docusign_esign/models/radio.rb +28 -0
  223. data/lib/docusign_esign/models/radio_group.rb +17 -0
  224. data/lib/docusign_esign/models/recipient_additional_notification.rb +3 -0
  225. data/lib/docusign_esign/models/recipient_email_notification.rb +3 -0
  226. data/lib/docusign_esign/models/recipient_group.rb +1 -0
  227. data/lib/docusign_esign/models/recipient_identity_phone_number.rb +3 -0
  228. data/lib/docusign_esign/models/recipient_identity_verification.rb +2 -0
  229. data/lib/docusign_esign/models/recipient_names_response.rb +1 -0
  230. data/lib/docusign_esign/models/recipient_option.rb +1 -0
  231. data/lib/docusign_esign/models/recipient_phone_authentication.rb +4 -0
  232. data/lib/docusign_esign/models/recipient_phone_number.rb +3 -0
  233. data/lib/docusign_esign/models/recipient_preview_request.rb +2 -0
  234. data/lib/docusign_esign/models/recipient_proof_file.rb +1 -0
  235. data/lib/docusign_esign/models/recipient_routing.rb +2 -0
  236. data/lib/docusign_esign/models/recipient_signature_provider.rb +3 -0
  237. data/lib/docusign_esign/models/recipient_signature_provider_options.rb +5 -0
  238. data/lib/docusign_esign/models/recipient_sms_authentication.rb +1 -0
  239. data/lib/docusign_esign/models/recipient_token_client_ur_ls.rb +30 -30
  240. data/lib/docusign_esign/models/recipient_update_response.rb +3 -0
  241. data/lib/docusign_esign/models/recipient_view_request.rb +2 -0
  242. data/lib/docusign_esign/models/recipients.rb +1 -0
  243. data/lib/docusign_esign/models/recipients_update_summary.rb +1 -0
  244. data/lib/docusign_esign/models/return_url_request.rb +1 -0
  245. data/lib/docusign_esign/models/seal_sign.rb +17 -0
  246. data/lib/docusign_esign/models/seat_discount.rb +1 -0
  247. data/lib/docusign_esign/models/sender_company.rb +45 -0
  248. data/lib/docusign_esign/models/sender_email_notifications.rb +1 -0
  249. data/lib/docusign_esign/models/sender_name.rb +45 -0
  250. data/lib/docusign_esign/models/settings_metadata.rb +1 -0
  251. data/lib/docusign_esign/models/shared_item.rb +3 -0
  252. data/lib/docusign_esign/models/sign_here.rb +42 -0
  253. data/lib/docusign_esign/models/signature_provider_required_option.rb +1 -0
  254. data/lib/docusign_esign/models/signature_type.rb +1 -0
  255. data/lib/docusign_esign/models/signer.rb +30 -0
  256. data/lib/docusign_esign/models/signer_attachment.rb +40 -0
  257. data/lib/docusign_esign/models/signing_group.rb +2 -0
  258. data/lib/docusign_esign/models/signing_group_user.rb +1 -0
  259. data/lib/docusign_esign/models/smart_section.rb +41 -0
  260. data/lib/docusign_esign/models/smart_section_display_settings.rb +2 -0
  261. data/lib/docusign_esign/models/social_account_information.rb +1 -0
  262. data/lib/docusign_esign/models/ssn.rb +59 -0
  263. data/lib/docusign_esign/models/stamp.rb +2 -0
  264. data/lib/docusign_esign/models/supported_languages.rb +1 -0
  265. data/lib/docusign_esign/models/tab_account_settings.rb +22 -0
  266. data/lib/docusign_esign/models/tab_group.rb +41 -0
  267. data/lib/docusign_esign/models/tab_metadata.rb +14 -1
  268. data/lib/docusign_esign/models/tabs.rb +2 -0
  269. data/lib/docusign_esign/models/template_document_visibility_list.rb +1 -0
  270. data/lib/docusign_esign/models/template_notification_request.rb +2 -0
  271. data/lib/docusign_esign/models/template_recipients.rb +1 -0
  272. data/lib/docusign_esign/models/template_role.rb +4 -0
  273. data/lib/docusign_esign/models/template_shared_item.rb +3 -0
  274. data/lib/docusign_esign/models/template_summary.rb +3 -0
  275. data/lib/docusign_esign/models/template_tabs.rb +1 -0
  276. data/lib/docusign_esign/models/template_update_summary.rb +4 -0
  277. data/lib/docusign_esign/models/text.rb +61 -0
  278. data/lib/docusign_esign/models/text_custom_field.rb +2 -0
  279. data/lib/docusign_esign/models/title.rb +52 -0
  280. data/lib/docusign_esign/models/user_account_management_granular_information.rb +12 -0
  281. data/lib/docusign_esign/models/user_info.rb +1 -0
  282. data/lib/docusign_esign/models/user_information.rb +6 -0
  283. data/lib/docusign_esign/models/user_information_list.rb +1 -0
  284. data/lib/docusign_esign/models/user_password_information.rb +1 -0
  285. data/lib/docusign_esign/models/user_password_rules.rb +2 -0
  286. data/lib/docusign_esign/models/user_profile.rb +3 -0
  287. data/lib/docusign_esign/models/user_settings_information.rb +61 -0
  288. data/lib/docusign_esign/models/user_shared_item.rb +3 -0
  289. data/lib/docusign_esign/models/user_signature.rb +2 -0
  290. data/lib/docusign_esign/models/user_signature_definition.rb +1 -0
  291. data/lib/docusign_esign/models/view.rb +46 -0
  292. data/lib/docusign_esign/models/witness.rb +30 -0
  293. data/lib/docusign_esign/models/workflow.rb +2 -0
  294. data/lib/docusign_esign/models/workflow_step.rb +3 -0
  295. data/lib/docusign_esign/models/workspace.rb +4 -0
  296. data/lib/docusign_esign/models/workspace_folder_contents.rb +1 -0
  297. data/lib/docusign_esign/models/workspace_item.rb +5 -0
  298. data/lib/docusign_esign/models/workspace_settings.rb +1 -0
  299. data/lib/docusign_esign/models/workspace_user.rb +1 -0
  300. data/lib/docusign_esign/models/workspace_user_authorization.rb +2 -0
  301. data/lib/docusign_esign/models/zip.rb +60 -0
  302. data/lib/docusign_esign/version.rb +1 -1
  303. data/lib/docusign_esign.rb +1 -0
  304. metadata +7 -6
@@ -14,93 +14,120 @@ require 'date'
14
14
  module DocuSign_eSign
15
15
  # Contains account settings information.
16
16
  class AccountSettingsInformation
17
+ # Format of the string provided to a recipient in order to access an envelope.
17
18
  attr_accessor :access_code_format
18
19
 
19
20
  #
20
21
  attr_accessor :account_date_time_format
21
22
 
23
+ # Metadata that indicates whether the `accountDateTimeFormat` property is editable.
22
24
  attr_accessor :account_date_time_format_metadata
23
25
 
24
26
  #
25
27
  attr_accessor :account_default_language
26
28
 
29
+ #
27
30
  attr_accessor :account_default_language_metadata
28
31
 
29
32
  #
30
33
  attr_accessor :account_name
31
34
 
35
+ # Metadata that indicates whether the `accountName` property is editable.
32
36
  attr_accessor :account_name_metadata
33
37
 
38
+ # An object that specifies notifications (expirations and reminders) for the envelope.
34
39
  attr_accessor :account_notification
35
40
 
41
+ # An object that defines the settings to use in the UI.
36
42
  attr_accessor :account_ui_settings
37
43
 
38
44
  #
39
45
  attr_accessor :adopt_sig_config
40
46
 
47
+ # Metadata that indicates whether the `adoptSigConfig` property is editable.
41
48
  attr_accessor :adopt_sig_config_metadata
42
49
 
43
50
  #
44
51
  attr_accessor :advanced_correct
45
52
 
53
+ # Metadata that indicates whether the `advancedCorrect` property is editable.
46
54
  attr_accessor :advanced_correct_metadata
47
55
 
48
56
  #
49
57
  attr_accessor :allow_access_code_format
50
58
 
59
+ # Metadata that indicates whether the `allowAccessCodeFormat` property is editable.
51
60
  attr_accessor :allow_access_code_format_metadata
52
61
 
53
62
  #
54
63
  attr_accessor :allow_account_management_granular
55
64
 
65
+ # Metadata that indicates whether the `allowAccountManagementGranular` property is editable.
56
66
  attr_accessor :allow_account_management_granular_metadata
57
67
 
58
68
  #
59
69
  attr_accessor :allow_account_member_name_change
60
70
 
71
+ # Metadata that indicates whether the `allowAccountMemberNameChange` property is editable.
61
72
  attr_accessor :allow_account_member_name_change_metadata
62
73
 
63
74
  #
64
75
  attr_accessor :allow_advanced_recipient_routing_conditional
65
76
 
77
+ # Metadata that indicates whether the ` allowAdvancedRecipientRoutingConditional` property is editable.
66
78
  attr_accessor :allow_advanced_recipient_routing_conditional_metadata
67
79
 
68
80
  #
69
81
  attr_accessor :allow_agent_name_email_edit
70
82
 
83
+ # Metadata that indicates whether the `allowAgentNameEmailEdit` property is editable.
71
84
  attr_accessor :allow_agent_name_email_edit_metadata
72
85
 
73
86
  #
74
87
  attr_accessor :allow_agreement_actions
75
88
 
89
+ # Metadata about the `allowAgreementActions` property.
76
90
  attr_accessor :allow_agreement_actions_metadata
77
91
 
92
+ #
93
+ attr_accessor :allow_agreement_orchestration_workflows
94
+
95
+ attr_accessor :allow_agreement_orchestration_workflows_metadata
96
+
78
97
  #
79
98
  attr_accessor :allow_auto_nav_settings
80
99
 
100
+ # Metadata that indicates whether the `allowAutoNavSettings` property is editable.
81
101
  attr_accessor :allow_auto_nav_settings_metadata
82
102
 
83
103
  #
84
104
  attr_accessor :allow_auto_tagging
85
105
 
106
+ # Metadata that indicates whether the `allowAutoTagging` property is editable.
86
107
  attr_accessor :allow_auto_tagging_metadata
87
108
 
88
109
  #
89
110
  attr_accessor :allow_bulk_send
90
111
 
112
+ # Metadata that indicates whether the `allowBulkSend` property is editable.
91
113
  attr_accessor :allow_bulk_send_metadata
92
114
 
93
115
  #
94
116
  attr_accessor :allow_cd_withdraw
95
117
 
118
+ # Metadata that indicates whether the `allowCDWithdraw` property is editable.
96
119
  attr_accessor :allow_cd_withdraw_metadata
97
120
 
98
121
  #
99
122
  attr_accessor :allow_connect_http_listener_configs
100
123
 
124
+ #
125
+ attr_accessor :allow_connect_o_auth_ui
126
+
101
127
  #
102
128
  attr_accessor :allow_connect_send_finish_later
103
129
 
130
+ # Metadata that indicates whether the `allowConnectSendFinishLater` property is editable.
104
131
  attr_accessor :allow_connect_send_finish_later_metadata
105
132
 
106
133
  #
@@ -109,116 +136,149 @@ module DocuSign_eSign
109
136
  #
110
137
  attr_accessor :allow_consumer_disclosure_override
111
138
 
139
+ # Metadata that indicates whether the `allowConsumerDisclosureOverride` property is editable.
112
140
  attr_accessor :allow_consumer_disclosure_override_metadata
113
141
 
114
142
  #
115
143
  attr_accessor :allow_data_download
116
144
 
145
+ # Metadata that indicates whether the `allowDataDownload` property is editable.
117
146
  attr_accessor :allow_data_download_metadata
118
147
 
119
148
  # \"true\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \"false\" otherwise.
120
149
  attr_accessor :allow_delayed_routing
121
150
 
151
+ #
122
152
  attr_accessor :allow_delayed_routing_metadata
123
153
 
124
154
  #
125
155
  attr_accessor :allow_delegated_signing
126
156
 
157
+ #
127
158
  attr_accessor :allow_delegated_signing_metadata
128
159
 
160
+ #
161
+ attr_accessor :allow_doc_gen_documents
162
+
163
+ attr_accessor :allow_doc_gen_documents_metadata
164
+
129
165
  #
130
166
  attr_accessor :allow_document_disclosures
131
167
 
168
+ # Metadata that indicates whether the `allowDocumentDisclosures` property is editable.
132
169
  attr_accessor :allow_document_disclosures_metadata
133
170
 
134
171
  #
135
172
  attr_accessor :allow_documents_on_signed_envelopes
136
173
 
174
+ # Metadata that indicates whether the `allowDocumentsOnSignedEnvelopes` property is editable.
137
175
  attr_accessor :allow_documents_on_signed_envelopes_metadata
138
176
 
139
177
  #
140
178
  attr_accessor :allow_document_visibility
141
179
 
180
+ # Metadata that indicates whether the `allowDocumentVisibility` property is editable.
142
181
  attr_accessor :allow_document_visibility_metadata
143
182
 
144
183
  #
145
184
  attr_accessor :allow_e_hanko_stamps
146
185
 
186
+ # Metadata that indicates whether the `allowEHankoStamps` property is editable.
147
187
  attr_accessor :allow_e_hanko_stamps_metadata
148
188
 
149
189
  #
150
190
  attr_accessor :allow_e_note_e_original
151
191
 
192
+ # Metadata that indicates whether the `allowENoteEOriginal` property is editable.
152
193
  attr_accessor :allow_e_note_e_original_metadata
153
194
 
154
195
  #
155
196
  attr_accessor :allow_envelope_correct
156
197
 
198
+ # Metadata that indicates whether the `allowEnvelopeCorrect` property is editable.
157
199
  attr_accessor :allow_envelope_correct_metadata
158
200
 
159
201
  #
160
202
  attr_accessor :allow_envelope_custody_transfer
161
203
 
204
+ # Metadata that indicates whether the `allowEnvelopeCustodyTransfer` property is editable.
162
205
  attr_accessor :allow_envelope_custody_transfer_metadata
163
206
 
164
207
  #
165
208
  attr_accessor :allow_envelope_custom_fields
166
209
 
210
+ # Metadata that indicates whether the `allowEnvelopeCustomFields` property is editable.
167
211
  attr_accessor :allow_envelope_custom_fields_metadata
168
212
 
169
213
  #
170
214
  attr_accessor :allow_envelope_publish_reporting
171
215
 
216
+ # Metadata that indicates whether the `allowEnvelopePublishReporting` property is editable.
172
217
  attr_accessor :allow_envelope_publish_reporting_metadata
173
218
 
174
219
  #
175
220
  attr_accessor :allow_envelope_reporting
176
221
 
222
+ # Metadata that indicates whether the `allowEnvelopeReporting` property is editable.
177
223
  attr_accessor :allow_envelope_reporting_metadata
178
224
 
179
225
  #
180
226
  attr_accessor :allow_expression
181
227
 
228
+ # Metadata that indicates whether the `allowExpression` property is editable.
182
229
  attr_accessor :allow_expression_metadata
183
230
 
184
231
  #
185
232
  attr_accessor :allow_express_signer_certificate
186
233
 
234
+ # Metadata that indicates whether the `allowExpressSignerCertificate` property is editable.
187
235
  attr_accessor :allow_express_signer_certificate_metadata
188
236
 
189
237
  #
190
238
  attr_accessor :allow_extended_sending_resource_file
191
239
 
240
+ # Metadata that indicates whether the `allowExtendedSendingResourceFile` property is editable.
192
241
  attr_accessor :allow_extended_sending_resource_file_metadata
193
242
 
194
243
  #
195
244
  attr_accessor :allow_external_linked_accounts
196
245
 
246
+ #
197
247
  attr_accessor :allow_external_linked_accounts_metadata
198
248
 
199
249
  #
200
250
  attr_accessor :allow_external_signature_pad
201
251
 
252
+ # Metadata that indicates whether the `allowExternalSignaturePad` property is editable.
202
253
  attr_accessor :allow_external_signature_pad_metadata
203
254
 
255
+ #
256
+ attr_accessor :allow_idv_for_eu_qualified_signatures
257
+
258
+ attr_accessor :allow_idv_for_eu_qualified_signatures_metadata
259
+
204
260
  #
205
261
  attr_accessor :allow_idv_level1
206
262
 
263
+ # Metadata that indicates whether the `allowIDVLevel1` property is editable.
207
264
  attr_accessor :allow_idv_level1_metadata
208
265
 
209
266
  #
210
267
  attr_accessor :allow_idv_level2
211
268
 
269
+ #
212
270
  attr_accessor :allow_idv_level2_metadata
213
271
 
214
272
  #
215
273
  attr_accessor :allow_idv_level3
216
274
 
275
+ #
217
276
  attr_accessor :allow_idv_level3_metadata
218
277
 
219
278
  #
220
279
  attr_accessor :allow_idv_platform
221
280
 
281
+ # Metadata that indicates whether the `allowIDVPlatform` property is editable.
222
282
  attr_accessor :allow_idv_platform_metadata
223
283
 
224
284
  #
@@ -230,11 +290,13 @@ module DocuSign_eSign
230
290
  # MetaData for the allowInPersonElectronicNotary flag
231
291
  attr_accessor :allow_in_person_electronic_notary_metadata
232
292
 
293
+ # Metadata that indicates whether the `allowInPerson` property is editable.
233
294
  attr_accessor :allow_in_person_metadata
234
295
 
235
296
  #
236
297
  attr_accessor :allow_managed_stamps
237
298
 
299
+ # Metadata that indicates whether the `allowManagedStamps` property is editable.
238
300
  attr_accessor :allow_managed_stamps_metadata
239
301
 
240
302
  #
@@ -245,66 +307,79 @@ module DocuSign_eSign
245
307
  # When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this
246
308
  attr_accessor :allow_markup
247
309
 
310
+ # Metadata that indicates whether the `allowMarkup` property is editable.
248
311
  attr_accessor :allow_markup_metadata
249
312
 
250
313
  #
251
314
  attr_accessor :allow_member_time_zone
252
315
 
316
+ # Metadata that indicates whether the `allowMemberTimeZone` property is editable.
253
317
  attr_accessor :allow_member_time_zone_metadata
254
318
 
255
319
  #
256
320
  attr_accessor :allow_merge_fields
257
321
 
322
+ # Metadata that indicates whether the `allowMergeFields` property is editable.
258
323
  attr_accessor :allow_merge_fields_metadata
259
324
 
260
325
  #
261
326
  attr_accessor :allow_multiple_brand_profiles
262
327
 
328
+ # Metadata that indicates whether the `allowMultipleBrandProfiles` property is editable.
263
329
  attr_accessor :allow_multiple_brand_profiles_metadata
264
330
 
265
331
  #
266
332
  attr_accessor :allow_multiple_signer_attachments
267
333
 
334
+ # Metadata that indicates whether the `allowMultipleSignerAttachments` property is editable.
268
335
  attr_accessor :allow_multiple_signer_attachments_metadata
269
336
 
270
337
  #
271
338
  attr_accessor :allow_non_us_phone_auth
272
339
 
340
+ # Metadata that indicates whether the `allowNonUSPhoneAuth` property is editable.
273
341
  attr_accessor :allow_non_us_phone_auth_metadata
274
342
 
275
343
  #
276
344
  attr_accessor :allow_ocr_of_envelope_documents
277
345
 
346
+ #
278
347
  attr_accessor :allow_ocr_of_envelope_documents_metadata
279
348
 
280
349
  #
281
350
  attr_accessor :allow_offline_signing
282
351
 
352
+ # Metadata that indicates whether the `allowOfflineSigning` property is editable.
283
353
  attr_accessor :allow_offline_signing_metadata
284
354
 
285
355
  #
286
356
  attr_accessor :allow_open_trust_signer_certificate
287
357
 
358
+ # Metadata that indicates whether the `allowOpenTrustSignerCertificate` property is editable.
288
359
  attr_accessor :allow_open_trust_signer_certificate_metadata
289
360
 
290
361
  #
291
362
  attr_accessor :allow_organization_docusign_monitor
292
363
 
364
+ #
293
365
  attr_accessor :allow_organization_docusign_monitor_metadata
294
366
 
295
367
  #
296
368
  attr_accessor :allow_organization_domain_user_management
297
369
 
370
+ #
298
371
  attr_accessor :allow_organization_domain_user_management_metadata
299
372
 
300
373
  #
301
374
  attr_accessor :allow_organizations
302
375
 
376
+ # Metadata that indicates whether the `allowOrganizations` property is editable.
303
377
  attr_accessor :allow_organizations_metadata
304
378
 
305
379
  #
306
380
  attr_accessor :allow_organization_sso_management
307
381
 
382
+ #
308
383
  attr_accessor :allow_organization_sso_management_metadata
309
384
 
310
385
  # Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions
@@ -316,66 +391,88 @@ module DocuSign_eSign
316
391
  #
317
392
  attr_accessor :allow_organization_to_use_remote_notary
318
393
 
394
+ #
319
395
  attr_accessor :allow_organization_to_use_remote_notary_metadata
320
396
 
321
- #
397
+ # Org level flag that determines the abailability to perform Third Party Notary (3PN) actions.
322
398
  attr_accessor :allow_organization_to_use_third_party_electronic_notary
323
399
 
324
400
  attr_accessor :allow_organization_to_use_third_party_electronic_notary_metadata
325
401
 
402
+ #
403
+ attr_accessor :allow_participant_recipient_type
404
+
405
+ attr_accessor :allow_participant_recipient_type_metadata
406
+
326
407
  #
327
408
  attr_accessor :allow_payment_processing
328
409
 
410
+ # Metadata that indicates whether the `allowPaymentProcessing` property is editable.
329
411
  attr_accessor :allow_payment_processing_metadata
330
412
 
413
+ #
414
+ attr_accessor :allow_performance_analytics
415
+
416
+ attr_accessor :allow_performance_analytics_metadata
417
+
331
418
  #
332
419
  attr_accessor :allow_phone_authentication
333
420
 
421
+ # Metadata that indicates whether the `allowPhoneAuthentication` property is editable.
334
422
  attr_accessor :allow_phone_authentication_metadata
335
423
 
336
424
  #
337
425
  attr_accessor :allow_phone_auth_override
338
426
 
427
+ # Metadata that indicates whether the `allowPhoneAuthOverride` property is editable.
339
428
  attr_accessor :allow_phone_auth_override_metadata
340
429
 
341
430
  #
342
431
  attr_accessor :allow_private_signing_groups
343
432
 
433
+ # Metadata that indicates whether the `allowPrivateSigningGroups` property is editable.
344
434
  attr_accessor :allow_private_signing_groups_metadata
345
435
 
346
436
  #
347
437
  attr_accessor :allow_recipient_connect
348
438
 
439
+ #
349
440
  attr_accessor :allow_recipient_connect_metadata
350
441
 
351
442
  #
352
443
  attr_accessor :allow_reminders
353
444
 
445
+ # Metadata that indicates whether the `allowReminders` property is editable.
354
446
  attr_accessor :allow_reminders_metadata
355
447
 
356
448
  #
357
449
  attr_accessor :allow_remote_notary
358
450
 
451
+ #
359
452
  attr_accessor :allow_remote_notary_metadata
360
453
 
361
454
  #
362
455
  attr_accessor :allow_resource_file_branding
363
456
 
457
+ # Metadata that indicates whether the `allowResourceFileBranding` property is editable.
364
458
  attr_accessor :allow_resource_file_branding_metadata
365
459
 
366
460
  #
367
461
  attr_accessor :allow_safe_bio_pharma_signer_certificate
368
462
 
463
+ # Metadata that indicates whether the `allowSafeBioPharmaSignerCertificate` property is editable.
369
464
  attr_accessor :allow_safe_bio_pharma_signer_certificate_metadata
370
465
 
371
466
  # \"true\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \"false\" otherwise.
372
467
  attr_accessor :allow_scheduled_sending
373
468
 
469
+ #
374
470
  attr_accessor :allow_scheduled_sending_metadata
375
471
 
376
472
  #
377
473
  attr_accessor :allow_security_appliance
378
474
 
475
+ # Metadata that indicates whether the `allowSecurityAppliance` property is editable.
379
476
  attr_accessor :allow_security_appliance_metadata
380
477
 
381
478
  #
@@ -386,66 +483,79 @@ module DocuSign_eSign
386
483
  #
387
484
  attr_accessor :allow_send_to_certified_delivery
388
485
 
486
+ # Metadata that indicates whether the `allowSendToCertifiedDelivery` property is editable.
389
487
  attr_accessor :allow_send_to_certified_delivery_metadata
390
488
 
391
489
  #
392
490
  attr_accessor :allow_send_to_intermediary
393
491
 
492
+ # Metadata that indicates whether the `allowSendToIntermediary` property is editable.
394
493
  attr_accessor :allow_send_to_intermediary_metadata
395
494
 
396
495
  #
397
496
  attr_accessor :allow_server_templates
398
497
 
498
+ # Metadata that indicates whether the `allowServerTemplates` property is editable.
399
499
  attr_accessor :allow_server_templates_metadata
400
500
 
401
501
  #
402
502
  attr_accessor :allow_set_embedded_recipient_start_url
403
503
 
504
+ #
404
505
  attr_accessor :allow_set_embedded_recipient_start_url_metadata
405
506
 
406
507
  #
407
508
  attr_accessor :allow_shared_tabs
408
509
 
510
+ # Metadata that indicates whether the `allowSharedTabs` property is editable.
409
511
  attr_accessor :allow_shared_tabs_metadata
410
512
 
411
513
  #
412
514
  attr_accessor :allow_signature_stamps
413
515
 
516
+ # Metadata that indicates whether the `allowSignatureStamps` property is editable.
414
517
  attr_accessor :allow_signature_stamps_metadata
415
518
 
416
519
  #
417
520
  attr_accessor :allow_sign_document_from_home_page
418
521
 
522
+ # Metadata that indicates whether the `allowSignDocumentFromHomePage` property is editable.
419
523
  attr_accessor :allow_sign_document_from_home_page_metadata
420
524
 
421
525
  #
422
526
  attr_accessor :allow_signer_reassign
423
527
 
528
+ # Metadata that indicates whether the `allowSignerReassign` property is editable.
424
529
  attr_accessor :allow_signer_reassign_metadata
425
530
 
426
531
  #
427
532
  attr_accessor :allow_signer_reassign_override
428
533
 
534
+ # Metadata that indicates whether the `allowSignerReassignOverride` property is editable.
429
535
  attr_accessor :allow_signer_reassign_override_metadata
430
536
 
431
537
  #
432
538
  attr_accessor :allow_signing_extensions
433
539
 
540
+ # Metadata that indicates whether the `allowSigningExtensions` property is editable.
434
541
  attr_accessor :allow_signing_extensions_metadata
435
542
 
436
543
  #
437
544
  attr_accessor :allow_signing_groups
438
545
 
546
+ # Metadata that indicates whether the `allowSigningGroups` property is editable.
439
547
  attr_accessor :allow_signing_groups_metadata
440
548
 
441
549
  #
442
550
  attr_accessor :allow_signing_insights
443
551
 
552
+ #
444
553
  attr_accessor :allow_signing_insights_metadata
445
554
 
446
555
  #
447
556
  attr_accessor :allow_signing_radio_deselect
448
557
 
558
+ # Metadata that indicates whether the `allowSigningRadioDeselect` property is editable.
449
559
  attr_accessor :allow_signing_radio_deselect_metadata
450
560
 
451
561
  #
@@ -457,19 +567,22 @@ module DocuSign_eSign
457
567
  #
458
568
  attr_accessor :allow_sms_delivery
459
569
 
570
+ #
460
571
  attr_accessor :allow_sms_delivery_metadata
461
572
 
462
573
  #
463
574
  attr_accessor :allow_social_id_login
464
575
 
576
+ # Deprecated.
465
577
  attr_accessor :allow_social_id_login_metadata
466
578
 
467
579
  #
468
580
  attr_accessor :allow_supplemental_documents
469
581
 
582
+ # Metadata that indicates whether the `allowSupplementalDocuments` property is editable.
470
583
  attr_accessor :allow_supplemental_documents_metadata
471
584
 
472
- #
585
+ # Account level flag that determines the availability to perform Third Party Notary (3PN) actions.
473
586
  attr_accessor :allow_third_party_electronic_notary
474
587
 
475
588
  attr_accessor :allow_third_party_electronic_notary_metadata
@@ -477,11 +590,13 @@ module DocuSign_eSign
477
590
  #
478
591
  attr_accessor :allow_users_to_access_directory
479
592
 
593
+ #
480
594
  attr_accessor :allow_users_to_access_directory_metadata
481
595
 
482
596
  #
483
597
  attr_accessor :allow_value_insights
484
598
 
599
+ #
485
600
  attr_accessor :allow_value_insights_metadata
486
601
 
487
602
  #
@@ -492,45 +607,55 @@ module DocuSign_eSign
492
607
  #
493
608
  attr_accessor :anchor_population_scope
494
609
 
610
+ # Metadata that indicates whether the `anchorPopulationScope` property is editable.
495
611
  attr_accessor :anchor_population_scope_metadata
496
612
 
497
613
  #
498
614
  attr_accessor :anchor_tag_versioned_placement_enabled
499
615
 
616
+ #
500
617
  attr_accessor :anchor_tag_versioned_placement_metadata_enabled
501
618
 
502
619
  #
503
620
  attr_accessor :attach_completed_envelope
504
621
 
622
+ # Metadata that indicates whether the `attachCompletedEnvelope` property is editable.
505
623
  attr_accessor :attach_completed_envelope_metadata
506
624
 
507
625
  #
508
626
  attr_accessor :authentication_check
509
627
 
628
+ # Metadata that indicates whether the `authenticationCheck` property is editable.
510
629
  attr_accessor :authentication_check_metadata
511
630
 
512
631
  #
513
632
  attr_accessor :auto_nav_rule
514
633
 
634
+ # Metadata that indicates whether the `autoNavRule` property is editable.
515
635
  attr_accessor :auto_nav_rule_metadata
516
636
 
517
637
  #
518
638
  attr_accessor :auto_provision_signer_account
519
639
 
640
+ # Metadata that indicates whether the `autoProvisionSignerAccount` property is editable.
520
641
  attr_accessor :auto_provision_signer_account_metadata
521
642
 
522
643
  #
523
644
  attr_accessor :bcc_email_archive
524
645
 
646
+ # Metadata that indicates whether the `bccEmailArchive` property is editable.
525
647
  attr_accessor :bcc_email_archive_metadata
526
648
 
527
649
  #
528
650
  attr_accessor :beta_switch_configuration
529
651
 
652
+ # Reserved for DocuSign.
530
653
  attr_accessor :beta_switch_configuration_metadata
531
654
 
655
+ # The billing address for the account.
532
656
  attr_accessor :billing_address
533
657
 
658
+ # Metadata that indicates whether the `billingAddress` property is editable.
534
659
  attr_accessor :billing_address_metadata
535
660
 
536
661
  #
@@ -545,143 +670,172 @@ module DocuSign_eSign
545
670
  #
546
671
  attr_accessor :bulk_send_max_unprocessed_envelopes_count
547
672
 
673
+ # Metadata that indicates whether the `bulkSend` property is editable.
548
674
  attr_accessor :bulk_send_metadata
549
675
 
550
676
  #
551
677
  attr_accessor :can_self_brand_send
552
678
 
679
+ # Metadata that indicates whether the `canSelfBrandSend` property is editable.
553
680
  attr_accessor :can_self_brand_send_metadata
554
681
 
555
682
  #
556
683
  attr_accessor :can_self_brand_sign
557
684
 
685
+ # Metadata that indicates whether the `canSelfBrandSign` property is editable.
558
686
  attr_accessor :can_self_brand_sign_metadata
559
687
 
560
688
  #
561
689
  attr_accessor :can_use_salesforce_o_auth
562
690
 
691
+ #
563
692
  attr_accessor :can_use_salesforce_o_auth_metadata
564
693
 
565
694
  #
566
695
  attr_accessor :capture_voice_recording
567
696
 
697
+ # Reserved for DocuSign.
568
698
  attr_accessor :capture_voice_recording_metadata
569
699
 
570
700
  #
571
701
  attr_accessor :cfr21_simplified_signing_enabled
572
702
 
703
+ #
573
704
  attr_accessor :cfr21_simplified_signing_enabled_metadata
574
705
 
575
706
  #
576
707
  attr_accessor :cfr_use_wide_image
577
708
 
709
+ # Metadata that indicates whether the `cfrUseWideImage` property is editable.
578
710
  attr_accessor :cfr_use_wide_image_metadata
579
711
 
580
712
  #
581
713
  attr_accessor :check_for_multiple_admins_on_account
582
714
 
715
+ # Metadata that indicates whether the `checkForMultipleAdminsOnAccount` property is editable.
583
716
  attr_accessor :check_for_multiple_admins_on_account_metadata
584
717
 
585
718
  #
586
719
  attr_accessor :chrome_signature_enabled
587
720
 
721
+ # Metadata that indicates whether the `chromeSignatureEnabled` property is editable.
588
722
  attr_accessor :chrome_signature_enabled_metadata
589
723
 
590
724
  #
591
725
  attr_accessor :comment_email_show_message_text
592
726
 
727
+ # Metadata that indicates whether the `commentEmailShowMessageText` property is editable.
593
728
  attr_accessor :comment_email_show_message_text_metadata
594
729
 
595
730
  #
596
731
  attr_accessor :comments_allow_envelope_override
597
732
 
733
+ # Metadata that indicates whether the `commentsAllowEnvelopeOverride` property is editable.
598
734
  attr_accessor :comments_allow_envelope_override_metadata
599
735
 
600
736
  #
601
737
  attr_accessor :conditional_fields_enabled
602
738
 
739
+ # Metadata that indicates whether the `conditionalFieldsEnabled` property is editable.
603
740
  attr_accessor :conditional_fields_enabled_metadata
604
741
 
605
742
  #
606
743
  attr_accessor :consumer_disclosure_frequency
607
744
 
745
+ # Metadata that indicates whether the `consumerDisclosureFrequency` property is editable.
608
746
  attr_accessor :consumer_disclosure_frequency_metadata
609
747
 
610
748
  #
611
749
  attr_accessor :convert_pdf_fields
612
750
 
751
+ # Metadata that indicates whether the `convertPdfFields` property is editable.
613
752
  attr_accessor :convert_pdf_fields_metadata
614
753
 
615
754
  #
616
755
  attr_accessor :data_population_scope
617
756
 
757
+ # Metadata that indicates whether the `dataPopulationScope` property is editable.
618
758
  attr_accessor :data_population_scope_metadata
619
759
 
620
760
  #
621
761
  attr_accessor :disable_auto_template_matching
622
762
 
763
+ #
623
764
  attr_accessor :disable_auto_template_matching_metadata
624
765
 
625
766
  #
626
767
  attr_accessor :disable_mobile_app
627
768
 
769
+ # Metadata that indicates whether the `disableMobileApp` property is editable.
628
770
  attr_accessor :disable_mobile_app_metadata
629
771
 
630
772
  #
631
773
  attr_accessor :disable_mobile_push_notifications
632
774
 
775
+ # Metadata that indicates whether the `disableMobilePushNotifications` property is editable.
633
776
  attr_accessor :disable_mobile_push_notifications_metadata
634
777
 
635
778
  #
636
779
  attr_accessor :disable_mobile_sending
637
780
 
781
+ # Metadata that indicates whether the `disableMobileSending` property is editable.
638
782
  attr_accessor :disable_mobile_sending_metadata
639
783
 
640
784
  #
641
785
  attr_accessor :disable_multiple_sessions
642
786
 
787
+ # Metadata that indicates whether the `disableMultipleSessions` property is editable.
643
788
  attr_accessor :disable_multiple_sessions_metadata
644
789
 
790
+ # Reserved for DocuSign.
645
791
  attr_accessor :disable_purge_notifications_for_sender_metadata
646
792
 
647
793
  #
648
794
  attr_accessor :disable_signer_cert_view
649
795
 
796
+ # Metadata that indicates whether the `disableSignerCertView` property is editable.
650
797
  attr_accessor :disable_signer_cert_view_metadata
651
798
 
652
799
  #
653
800
  attr_accessor :disable_signer_history_view
654
801
 
802
+ # Metadata that indicates whether the `disableSignerHistoryView` property is editable.
655
803
  attr_accessor :disable_signer_history_view_metadata
656
804
 
657
805
  #
658
806
  attr_accessor :disable_style_signature
659
807
 
808
+ # Metadata that indicates whether the `disableStyleSignature` property is editable.
660
809
  attr_accessor :disable_style_signature_metadata
661
810
 
662
811
  #
663
812
  attr_accessor :disable_upload_signature
664
813
 
814
+ # Metadata that indicates whether the `disableUploadSignature` property is editable.
665
815
  attr_accessor :disable_upload_signature_metadata
666
816
 
667
817
  #
668
818
  attr_accessor :disable_user_sharing
669
819
 
820
+ # Metadata that indicates whether the `disableUserSharing` property is editable.
670
821
  attr_accessor :disable_user_sharing_metadata
671
822
 
672
823
  #
673
824
  attr_accessor :display_beta_switch
674
825
 
826
+ # Metadata that indicates whether the `displayBetaSwitch` property is editable.
675
827
  attr_accessor :display_beta_switch_metadata
676
828
 
677
829
  #
678
830
  attr_accessor :document_conversion_restrictions
679
831
 
832
+ # Metadata that indicates whether the `documentConversionRestrictions` property is editable.
680
833
  attr_accessor :document_conversion_restrictions_metadata
681
834
 
682
835
  #
683
836
  attr_accessor :document_retention
684
837
 
838
+ # Metadata that indicates whether the `documentRetention` property is editable.
685
839
  attr_accessor :document_retention_metadata
686
840
 
687
841
  #
@@ -690,6 +844,7 @@ module DocuSign_eSign
690
844
  #
691
845
  attr_accessor :document_visibility
692
846
 
847
+ # Metadata that indicates whether the `documentVisibility` property is editable.
693
848
  attr_accessor :document_visibility_metadata
694
849
 
695
850
  #
@@ -701,51 +856,61 @@ module DocuSign_eSign
701
856
  #
702
857
  attr_accessor :email_template_version
703
858
 
859
+ # Metadata that indicates whether the `emailTemplateVersion` property is editable.
704
860
  attr_accessor :email_template_version_metadata
705
861
 
706
862
  #
707
863
  attr_accessor :enable_access_code_generator
708
864
 
865
+ # Metadata that indicates whether the `enableAccessCodeGenerator` property is editable.
709
866
  attr_accessor :enable_access_code_generator_metadata
710
867
 
711
868
  #
712
869
  attr_accessor :enable_advanced_payments
713
870
 
871
+ # Metadata that indicates whether the `enableAdvancedPayments` property is editable.
714
872
  attr_accessor :enable_advanced_payments_metadata
715
873
 
716
874
  #
717
875
  attr_accessor :enable_advanced_power_forms
718
876
 
877
+ # Metadata that indicates whether the `enableAdvancedPowerForms` property is editable.
719
878
  attr_accessor :enable_advanced_power_forms_metadata
720
879
 
721
880
  #
722
881
  attr_accessor :enable_agreement_actions_for_clm
723
882
 
883
+ #
724
884
  attr_accessor :enable_agreement_actions_for_clm_metadata
725
885
 
726
886
  #
727
887
  attr_accessor :enable_agreement_actions_for_e_sign
728
888
 
889
+ #
729
890
  attr_accessor :enable_agreement_actions_for_e_sign_metadata
730
891
 
731
892
  #
732
893
  attr_accessor :enable_auto_nav
733
894
 
895
+ # Metadata that indicates whether the `enableAutoNav` property is editable.
734
896
  attr_accessor :enable_auto_nav_metadata
735
897
 
736
898
  #
737
899
  attr_accessor :enable_bcc_dummy_link
738
900
 
901
+ #
739
902
  attr_accessor :enable_bcc_dummy_link_metadata
740
903
 
741
904
  #
742
905
  attr_accessor :enable_calculated_fields
743
906
 
907
+ # Metadata that indicates whether the `enableCalculatedFields` property is editable.
744
908
  attr_accessor :enable_calculated_fields_metadata
745
909
 
746
910
  #
747
911
  attr_accessor :enable_clickwraps
748
912
 
913
+ # Metadata that indicates whether the `enableClickwraps` property is editable.
749
914
  attr_accessor :enable_clickwraps_metadata
750
915
 
751
916
  #
@@ -754,31 +919,47 @@ module DocuSign_eSign
754
919
  #
755
920
  attr_accessor :enable_comments_history_download_in_signing
756
921
 
922
+ #
757
923
  attr_accessor :enable_comments_history_download_in_signing_metadata
758
924
 
925
+ #
926
+ attr_accessor :enable_contact_suggestions
927
+
928
+ attr_accessor :enable_contact_suggestions_metadata
929
+
759
930
  #
760
931
  attr_accessor :enable_customer_satisfaction_metric_tracking
761
932
 
933
+ # Metadata that indicates whether the `enableCustomerSatisfactionMetricTracking` property is editable.
762
934
  attr_accessor :enable_customer_satisfaction_metric_tracking_metadata
763
935
 
764
936
  #
765
937
  attr_accessor :enable_ds_pro
766
938
 
939
+ # Metadata that indicates whether the `enableDSPro` property is editable.
767
940
  attr_accessor :enable_ds_pro_metadata
768
941
 
769
942
  #
770
943
  attr_accessor :enable_envelope_stamping_by_account_admin
771
944
 
945
+ # Metadata that indicates whether the `enableEnvelopeStampingByAccountAdmin` property is editable.
772
946
  attr_accessor :enable_envelope_stamping_by_account_admin_metadata
773
947
 
774
948
  #
775
949
  attr_accessor :enable_envelope_stamping_by_ds_admin
776
950
 
951
+ # Metadata that indicates whether the `enableEnvelopeStampingByDSAdmin` property is editable.
777
952
  attr_accessor :enable_envelope_stamping_by_ds_admin_metadata
778
953
 
954
+ #
955
+ attr_accessor :enable_e_sign_api_hourly_limit_management
956
+
957
+ attr_accessor :enable_e_sign_api_hourly_limit_management_metadata
958
+
779
959
  #
780
960
  attr_accessor :enable_esign_communities
781
961
 
962
+ #
782
963
  attr_accessor :enable_esign_communities_metadata
783
964
 
784
965
  #
@@ -789,16 +970,19 @@ module DocuSign_eSign
789
970
  #
790
971
  attr_accessor :enable_id_fx_intuit_kba
791
972
 
973
+ #
792
974
  attr_accessor :enable_id_fx_intuit_kba_metadata
793
975
 
794
976
  #
795
977
  attr_accessor :enable_id_fx_phone_authentication
796
978
 
979
+ #
797
980
  attr_accessor :enable_id_fx_phone_authentication_metadata
798
981
 
799
982
  #
800
983
  attr_accessor :enable_in_browser_editor
801
984
 
985
+ #
802
986
  attr_accessor :enable_in_browser_editor_metadata
803
987
 
804
988
  #
@@ -806,14 +990,18 @@ module DocuSign_eSign
806
990
 
807
991
  attr_accessor :enable_key_terms_suggestions_by_document_type_metadata
808
992
 
993
+ attr_accessor :enable_participant_recipient_setting_metadata
994
+
809
995
  #
810
996
  attr_accessor :enable_payment_processing
811
997
 
998
+ # Metadata that indicates whether the `enablePaymentProcessing` property is editable.
812
999
  attr_accessor :enable_payment_processing_metadata
813
1000
 
814
1001
  #
815
1002
  attr_accessor :enable_pdfa_conversion
816
1003
 
1004
+ #
817
1005
  attr_accessor :enable_pdfa_conversion_metadata
818
1006
 
819
1007
  #
@@ -822,48 +1010,58 @@ module DocuSign_eSign
822
1010
  #
823
1011
  attr_accessor :enable_power_form_direct
824
1012
 
1013
+ # Metadata that indicates whether the `enablePowerFormDirect` property is editable.
825
1014
  attr_accessor :enable_power_form_direct_metadata
826
1015
 
1016
+ # Metadata that indicates whether the `enablePowerForm` property is editable.
827
1017
  attr_accessor :enable_power_form_metadata
828
1018
 
829
1019
  #
830
1020
  attr_accessor :enable_recipient_domain_validation
831
1021
 
1022
+ # Metadata that indicates whether the `enableRecipientDomainValidation` property is editable.
832
1023
  attr_accessor :enable_recipient_domain_validation_metadata
833
1024
 
834
1025
  #
835
1026
  attr_accessor :enable_recipient_may_provide_phone_number
836
1027
 
1028
+ #
837
1029
  attr_accessor :enable_recipient_may_provide_phone_number_metadata
838
1030
 
839
1031
  #
840
1032
  attr_accessor :enable_report_links
841
1033
 
1034
+ # Metadata that indicates whether the `enableReportLinks` property is editable.
842
1035
  attr_accessor :enable_report_links_metadata
843
1036
 
844
1037
  #
845
1038
  attr_accessor :enable_require_sign_on_paper
846
1039
 
1040
+ # Metadata that indicates whether the `enableRequireSignOnPaper` property is editable.
847
1041
  attr_accessor :enable_require_sign_on_paper_metadata
848
1042
 
849
1043
  #
850
1044
  attr_accessor :enable_reserved_domain
851
1045
 
1046
+ # Metadata that indicates whether the `enableReservedDomain` property is editable.
852
1047
  attr_accessor :enable_reserved_domain_metadata
853
1048
 
854
1049
  #
855
1050
  attr_accessor :enable_responsive_signing
856
1051
 
1052
+ # Metadata that indicates whether the `enableResponsiveSigning` property is editable.
857
1053
  attr_accessor :enable_responsive_signing_metadata
858
1054
 
859
1055
  #
860
1056
  attr_accessor :enable_scheduled_release
861
1057
 
1058
+ # Metadata that indicates whether the `enableScheduledRelease` property is editable.
862
1059
  attr_accessor :enable_scheduled_release_metadata
863
1060
 
864
1061
  #
865
1062
  attr_accessor :enable_search
866
1063
 
1064
+ #
867
1065
  attr_accessor :enable_search_metadata
868
1066
 
869
1067
  #
@@ -874,86 +1072,103 @@ module DocuSign_eSign
874
1072
  #
875
1073
  attr_accessor :enable_search_ui
876
1074
 
1075
+ #
877
1076
  attr_accessor :enable_search_ui_metadata
878
1077
 
879
1078
  #
880
1079
  attr_accessor :enable_sending_tags_font_settings
881
1080
 
1081
+ # Metadata that indicates whether the `enableSendingTagsFontSettings` property is editable.
882
1082
  attr_accessor :enable_sending_tags_font_settings_metadata
883
1083
 
884
1084
  #
885
1085
  attr_accessor :enable_send_to_agent
886
1086
 
1087
+ # Metadata that indicates whether the `enableSendToAgent` property is editable.
887
1088
  attr_accessor :enable_send_to_agent_metadata
888
1089
 
889
1090
  #
890
1091
  attr_accessor :enable_send_to_intermediary
891
1092
 
1093
+ # Metadata that indicates whether the `enableSendToIntermediary` property is editable.
892
1094
  attr_accessor :enable_send_to_intermediary_metadata
893
1095
 
894
1096
  #
895
1097
  attr_accessor :enable_send_to_manage
896
1098
 
1099
+ # Metadata that indicates whether the `enableSendToManage` property is editable.
897
1100
  attr_accessor :enable_send_to_manage_metadata
898
1101
 
899
1102
  #
900
1103
  attr_accessor :enable_sequential_signing_api
901
1104
 
1105
+ # Metadata that indicates whether the `enableSequentialSigningAPI` property is editable.
902
1106
  attr_accessor :enable_sequential_signing_api_metadata
903
1107
 
904
1108
  #
905
1109
  attr_accessor :enable_sequential_signing_ui
906
1110
 
1111
+ # Metadata that indicates whether the `enableSequentialSigningUI` property is editable.
907
1112
  attr_accessor :enable_sequential_signing_ui_metadata
908
1113
 
909
1114
  #
910
1115
  attr_accessor :enable_signer_attachments
911
1116
 
1117
+ # Metadata that indicates whether the `enableSignerAttachments` property is editable.
912
1118
  attr_accessor :enable_signer_attachments_metadata
913
1119
 
914
1120
  #
915
1121
  attr_accessor :enable_signing_extension_comments
916
1122
 
1123
+ # Metadata that indicates whether the `enableSigningExtensionComments` property is editable.
917
1124
  attr_accessor :enable_signing_extension_comments_metadata
918
1125
 
919
1126
  #
920
1127
  attr_accessor :enable_signing_extension_conversations
921
1128
 
1129
+ # Metadata that indicates whether the `enableSigningExtensionConversations` property is editable.
922
1130
  attr_accessor :enable_signing_extension_conversations_metadata
923
1131
 
924
1132
  #
925
1133
  attr_accessor :enable_signing_order_settings_for_account
926
1134
 
1135
+ # Metadata that indicates whether the `enableSigningOrderSettingsForAccount` property is editable.
927
1136
  attr_accessor :enable_signing_order_settings_for_account_metadata
928
1137
 
929
1138
  #
930
1139
  attr_accessor :enable_sign_on_paper
931
1140
 
1141
+ # Metadata that indicates whether the `enableSignOnPaper` property is editable.
932
1142
  attr_accessor :enable_sign_on_paper_metadata
933
1143
 
934
1144
  #
935
1145
  attr_accessor :enable_sign_on_paper_override
936
1146
 
1147
+ # Metadata that indicates whether the `enableSignOnPaperOverride` property is editable.
937
1148
  attr_accessor :enable_sign_on_paper_override_metadata
938
1149
 
939
1150
  #
940
1151
  attr_accessor :enable_sign_with_notary
941
1152
 
1153
+ # Metadata that indicates whether the `enableSignWithNotary` property is editable.
942
1154
  attr_accessor :enable_sign_with_notary_metadata
943
1155
 
944
1156
  #
945
1157
  attr_accessor :enable_smart_contracts
946
1158
 
1159
+ # Metadata that indicates whether the `enableSmartContracts` property is editable.
947
1160
  attr_accessor :enable_smart_contracts_metadata
948
1161
 
949
1162
  #
950
1163
  attr_accessor :enable_sms_authentication
951
1164
 
1165
+ # Metadata that indicates whether the `enableSMSAuthentication` property is editable.
952
1166
  attr_accessor :enable_sms_authentication_metadata
953
1167
 
954
1168
  #
955
1169
  attr_accessor :enable_sms_delivery_additional_notification
956
1170
 
1171
+ #
957
1172
  attr_accessor :enable_sms_delivery_additional_notification_metadata
958
1173
 
959
1174
  #
@@ -962,51 +1177,71 @@ module DocuSign_eSign
962
1177
  #
963
1178
  attr_accessor :enable_social_id_login
964
1179
 
1180
+ # Deprecated.
965
1181
  attr_accessor :enable_social_id_login_metadata
966
1182
 
967
1183
  #
968
1184
  attr_accessor :enable_strike_through
969
1185
 
1186
+ # Metadata that indicates whether the `enableStrikeThrough` property is editable.
970
1187
  attr_accessor :enable_strike_through_metadata
971
1188
 
972
1189
  #
973
1190
  attr_accessor :enable_transaction_point
974
1191
 
1192
+ # Reserved for DocuSign.
975
1193
  attr_accessor :enable_transaction_point_metadata
976
1194
 
977
1195
  #
978
1196
  attr_accessor :enable_vaulting
979
1197
 
1198
+ # Metadata that indicates whether the `enableVaulting` property is editable.
980
1199
  attr_accessor :enable_vaulting_metadata
981
1200
 
982
1201
  #
983
1202
  attr_accessor :enable_witnessing
984
1203
 
1204
+ # Metadata that indicates whether the `enableWitnessing` property is editable.
985
1205
  attr_accessor :enable_witnessing_metadata
986
1206
 
987
1207
  #
988
1208
  attr_accessor :enforce_template_name_uniqueness
989
1209
 
1210
+ # Metadata that indicates whether the `enforceTemplateNameUniqueness` property is editable.
990
1211
  attr_accessor :enforce_template_name_uniqueness_metadata
991
1212
 
992
1213
  #
993
1214
  attr_accessor :envelope_integration_allowed
994
1215
 
1216
+ # Metadata that indicates whether the `envelopeIntegrationAllowed` property is editable.
995
1217
  attr_accessor :envelope_integration_allowed_metadata
996
1218
 
997
1219
  #
998
1220
  attr_accessor :envelope_integration_enabled
999
1221
 
1222
+ # Metadata that indicates whether the `envelopeIntegrationEnabled` property is editable.
1000
1223
  attr_accessor :envelope_integration_enabled_metadata
1001
1224
 
1225
+ #
1226
+ attr_accessor :envelope_limits_total_document_size_allowed_in_mb
1227
+
1228
+ #
1229
+ attr_accessor :envelope_limits_total_document_size_allowed_in_mb_enabled
1230
+
1231
+ attr_accessor :envelope_limits_total_document_size_allowed_in_mb_enabled_metadata
1232
+
1233
+ attr_accessor :envelope_limits_total_document_size_allowed_in_mb_metadata
1234
+
1002
1235
  #
1003
1236
  attr_accessor :envelope_stamping_default_value
1004
1237
 
1238
+ # Metadata that indicates whether the `envelopeStampingDefaultValue` property is editable.
1005
1239
  attr_accessor :envelope_stamping_default_value_metadata
1006
1240
 
1007
1241
  #
1008
1242
  attr_accessor :exit_prompt
1009
1243
 
1244
+ #
1010
1245
  attr_accessor :exit_prompt_metadata
1011
1246
 
1012
1247
  #
@@ -1015,30 +1250,37 @@ module DocuSign_eSign
1015
1250
  #
1016
1251
  attr_accessor :express_send_allow_tabs
1017
1252
 
1253
+ # Metadata that indicates whether the `expressSendAllowTabs` property is editable.
1018
1254
  attr_accessor :express_send_allow_tabs_metadata
1019
1255
 
1256
+ # Metadata that indicates whether the `expressSend` property is editable.
1020
1257
  attr_accessor :express_send_metadata
1021
1258
 
1259
+ # A list of external document sources such as DropBox and OneDrive.
1022
1260
  attr_accessor :external_document_sources
1023
1261
 
1024
1262
  #
1025
1263
  attr_accessor :external_signature_pad_type
1026
1264
 
1265
+ # Metadata that indicates whether the `externalSignaturePadType` property is editable.
1027
1266
  attr_accessor :external_signature_pad_type_metadata
1028
1267
 
1029
1268
  #
1030
1269
  attr_accessor :fax_out_enabled
1031
1270
 
1271
+ # Metadata that indicates whether the `faxOutEnabled` property is editable.
1032
1272
  attr_accessor :fax_out_enabled_metadata
1033
1273
 
1034
1274
  #
1035
1275
  attr_accessor :finish_reminder
1036
1276
 
1277
+ #
1037
1278
  attr_accessor :finish_reminder_metadata
1038
1279
 
1039
1280
  #
1040
1281
  attr_accessor :guided_forms_html_allowed
1041
1282
 
1283
+ #
1042
1284
  attr_accessor :guided_forms_html_allowed_metadata
1043
1285
 
1044
1286
  #
@@ -1047,11 +1289,13 @@ module DocuSign_eSign
1047
1289
  #
1048
1290
  attr_accessor :hide_account_address_in_co_c
1049
1291
 
1292
+ # Metadata that indicates whether the `hideAccountAddressInCoC` property is editable.
1050
1293
  attr_accessor :hide_account_address_in_co_c_metadata
1051
1294
 
1052
1295
  #
1053
1296
  attr_accessor :hide_pricing
1054
1297
 
1298
+ # Metadata that indicates whether the `hidePricing` property is editable.
1055
1299
  attr_accessor :hide_pricing_metadata
1056
1300
 
1057
1301
  #
@@ -1063,53 +1307,64 @@ module DocuSign_eSign
1063
1307
  #
1064
1308
  attr_accessor :id_check_expire_days
1065
1309
 
1310
+ # Metadata that indicates whether the `idCheckExpireDays` property is editable.
1066
1311
  attr_accessor :id_check_expire_days_metadata
1067
1312
 
1313
+ # Metadata that indicates whether the `idCheckExpire` property is editable.
1068
1314
  attr_accessor :id_check_expire_metadata
1069
1315
 
1070
1316
  #
1071
1317
  attr_accessor :id_check_expire_minutes
1072
1318
 
1319
+ # Metadata that indicates whether the `idCheckExpireMinutes` property is editable.
1073
1320
  attr_accessor :id_check_expire_minutes_metadata
1074
1321
 
1075
1322
  #
1076
1323
  attr_accessor :id_check_required
1077
1324
 
1325
+ # Metadata that indicates whether the `idCheckRequired` property is editable.
1078
1326
  attr_accessor :id_check_required_metadata
1079
1327
 
1080
1328
  #
1081
1329
  attr_accessor :identity_verification
1082
1330
 
1331
+ # Metadata that indicates whether the `identityVerification` property is editable.
1083
1332
  attr_accessor :identity_verification_metadata
1084
1333
 
1085
1334
  #
1086
1335
  attr_accessor :idfx_phone_authentication_override
1087
1336
 
1337
+ #
1088
1338
  attr_accessor :idfx_phone_authentication_override_metadata
1089
1339
 
1090
1340
  #
1091
1341
  attr_accessor :ignore_error_if_anchor_tab_not_found
1092
1342
 
1343
+ # Reserved for DocuSign.
1093
1344
  attr_accessor :ignore_error_if_anchor_tab_not_found_metadata_enabled
1094
1345
 
1095
1346
  #
1096
1347
  attr_accessor :in_person_id_check_question
1097
1348
 
1349
+ # Metadata that indicates whether the `inPersonIDCheckQuestion` property is editable.
1098
1350
  attr_accessor :in_person_id_check_question_metadata
1099
1351
 
1100
1352
  #
1101
1353
  attr_accessor :in_person_signing_enabled
1102
1354
 
1355
+ # Metadata that indicates whether the `inPersonSigningEnabled` property is editable.
1103
1356
  attr_accessor :in_person_signing_enabled_metadata
1104
1357
 
1105
1358
  #
1106
1359
  attr_accessor :in_session_enabled
1107
1360
 
1361
+ # Metadata that indicates whether the `inSessionEnabled` property is editable.
1108
1362
  attr_accessor :in_session_enabled_metadata
1109
1363
 
1110
1364
  #
1111
1365
  attr_accessor :in_session_suppress_emails
1112
1366
 
1367
+ # Metadata that indicates whether the `inSessionSuppressEmails` property is editable.
1113
1368
  attr_accessor :in_session_suppress_emails_metadata
1114
1369
 
1115
1370
  #
@@ -1118,11 +1373,13 @@ module DocuSign_eSign
1118
1373
  #
1119
1374
  attr_accessor :maximum_signing_groups
1120
1375
 
1376
+ # Metadata that indicates whether the `maximumSigningGroups` property is editable.
1121
1377
  attr_accessor :maximum_signing_groups_metadata
1122
1378
 
1123
1379
  #
1124
1380
  attr_accessor :maximum_users_per_signing_group
1125
1381
 
1382
+ # Metadata that indicates whether the `maximumUsersPerSigningGroup` property is editable.
1126
1383
  attr_accessor :maximum_users_per_signing_group_metadata
1127
1384
 
1128
1385
  #
@@ -1131,6 +1388,7 @@ module DocuSign_eSign
1131
1388
  #
1132
1389
  attr_accessor :mobile_session_timeout
1133
1390
 
1391
+ # Metadata that indicates whether the `mobileSessionTimeout` property is editable.
1134
1392
  attr_accessor :mobile_session_timeout_metadata
1135
1393
 
1136
1394
  #
@@ -1139,61 +1397,88 @@ module DocuSign_eSign
1139
1397
  #
1140
1398
  attr_accessor :opt_in_mobile_signing_v02
1141
1399
 
1400
+ # Metadata that indicates whether the `optInMobileSigningV02` property is editable.
1142
1401
  attr_accessor :opt_in_mobile_signing_v02_metadata
1143
1402
 
1144
1403
  #
1145
1404
  attr_accessor :opt_out_auto_nav_text_and_tab_color_updates
1146
1405
 
1406
+ # Metadata that indicates whether the `optOutAutoNavTextAndTabColorUpdates` property is editable.
1147
1407
  attr_accessor :opt_out_auto_nav_text_and_tab_color_updates_metadata
1148
1408
 
1149
1409
  #
1150
1410
  attr_accessor :opt_out_new_platform_seal
1151
1411
 
1412
+ # Metadata that indicates whether the `optOutNewPlatformSealPlatform` property is editable.
1152
1413
  attr_accessor :opt_out_new_platform_seal_platform_metadata
1153
1414
 
1415
+ #
1416
+ attr_accessor :pdf_max_chunked_upload_part_size
1417
+
1418
+ attr_accessor :pdf_max_chunked_upload_part_size_metadata
1419
+
1420
+ #
1421
+ attr_accessor :pdf_max_chunked_upload_total_size
1422
+
1423
+ attr_accessor :pdf_max_chunked_upload_total_size_metadata
1424
+
1425
+ #
1426
+ attr_accessor :pdf_max_individual_upload_size
1427
+
1428
+ attr_accessor :pdf_max_individual_upload_size_metadata
1429
+
1154
1430
  #
1155
1431
  attr_accessor :phone_auth_recipient_may_provide_phone_number
1156
1432
 
1433
+ # Metadata that indicates whether the `phoneAuthRecipientMayProvidePhoneNumber` property is editable.
1157
1434
  attr_accessor :phone_auth_recipient_may_provide_phone_number_metadata
1158
1435
 
1159
1436
  #
1160
1437
  attr_accessor :pki_sign_downloaded_pdf_docs
1161
1438
 
1439
+ # Metadata that indicates whether the `pkiSignDownloadedPDFDocs` property is editable.
1162
1440
  attr_accessor :pki_sign_downloaded_pdf_docs_metadata
1163
1441
 
1164
1442
  #
1165
1443
  attr_accessor :read_only_mode
1166
1444
 
1445
+ #
1167
1446
  attr_accessor :read_only_mode_metadata
1168
1447
 
1169
1448
  #
1170
1449
  attr_accessor :recipients_can_sign_offline
1171
1450
 
1451
+ # Metadata that indicates whether the `recipientsCanSignOffline` property is editable.
1172
1452
  attr_accessor :recipients_can_sign_offline_metadata
1173
1453
 
1174
1454
  #
1175
1455
  attr_accessor :recipient_signing_auto_navigation_control
1176
1456
 
1457
+ # Metadata that indicates whether the `recipientSigningAutoNavigationControl` property is editable.
1177
1458
  attr_accessor :recipient_signing_auto_navigation_control_metadata
1178
1459
 
1179
1460
  #
1180
1461
  attr_accessor :require21_cf_rpt11_compliance
1181
1462
 
1463
+ # Metadata that indicates whether the `require21CFRpt11Compliance` property is editable.
1182
1464
  attr_accessor :require21_cf_rpt11_compliance_metadata
1183
1465
 
1184
1466
  #
1185
1467
  attr_accessor :require_decline_reason
1186
1468
 
1469
+ # Metadata that indicates whether the `requireDeclineReason` property is editable.
1187
1470
  attr_accessor :require_decline_reason_metadata
1188
1471
 
1189
1472
  #
1190
1473
  attr_accessor :require_external_user_management
1191
1474
 
1475
+ # Metadata that indicates whether the `requireExternalUserManagement` property is editable.
1192
1476
  attr_accessor :require_external_user_management_metadata
1193
1477
 
1194
1478
  #
1195
1479
  attr_accessor :require_signer_certificate_type
1196
1480
 
1481
+ # Metadata that indicates whether the `requireSignerCertificateType` property is editable.
1197
1482
  attr_accessor :require_signer_certificate_type_metadata
1198
1483
 
1199
1484
  #
@@ -1211,243 +1496,292 @@ module DocuSign_eSign
1211
1496
  #
1212
1497
  attr_accessor :self_signed_recipient_email_document
1213
1498
 
1499
+ # Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable.
1214
1500
  attr_accessor :self_signed_recipient_email_document_metadata
1215
1501
 
1216
1502
  #
1217
1503
  attr_accessor :self_signed_recipient_email_document_user_override
1218
1504
 
1505
+ # Metadata that indicates whether the `selfSignedRecipientEmailDocumentUserOverride` property is editable.
1219
1506
  attr_accessor :self_signed_recipient_email_document_user_override_metadata
1220
1507
 
1221
1508
  #
1222
1509
  attr_accessor :sender_can_sign_in_each_location
1223
1510
 
1511
+ # Metadata that indicates whether the `senderCanSignInEachLocation` property is editable.
1224
1512
  attr_accessor :sender_can_sign_in_each_location_metadata
1225
1513
 
1226
1514
  #
1227
1515
  attr_accessor :sender_must_authenticate_signing
1228
1516
 
1517
+ # Metadata that indicates whether the `senderMustAuthenticateSigning` property is editable.
1229
1518
  attr_accessor :sender_must_authenticate_signing_metadata
1230
1519
 
1231
1520
  #
1232
1521
  attr_accessor :sending_tags_font_color
1233
1522
 
1523
+ # Metadata that indicates whether the `sendingTagsFontColor` property is editable.
1234
1524
  attr_accessor :sending_tags_font_color_metadata
1235
1525
 
1236
1526
  #
1237
1527
  attr_accessor :sending_tags_font_name
1238
1528
 
1529
+ # Metadata that indicates whether the `sendingTagsFontName` property is editable.
1239
1530
  attr_accessor :sending_tags_font_name_metadata
1240
1531
 
1241
1532
  #
1242
1533
  attr_accessor :sending_tags_font_size
1243
1534
 
1535
+ # Metadata that indicates whether the `sendingTagsFontSize` property is editable.
1244
1536
  attr_accessor :sending_tags_font_size_metadata
1245
1537
 
1246
1538
  #
1247
1539
  attr_accessor :send_lockout_recipient_notification
1248
1540
 
1541
+ #
1249
1542
  attr_accessor :send_lockout_recipient_notification_metadata
1250
1543
 
1251
1544
  #
1252
1545
  attr_accessor :send_to_certified_delivery_enabled
1253
1546
 
1547
+ # Metadata that indicates whether the `sendToCertifiedDeliveryEnabled` property is editable.
1254
1548
  attr_accessor :send_to_certified_delivery_enabled_metadata
1255
1549
 
1256
1550
  #
1257
1551
  attr_accessor :session_timeout
1258
1552
 
1553
+ # Metadata that indicates whether the `sessionTimeout` property is editable.
1259
1554
  attr_accessor :session_timeout_metadata
1260
1555
 
1261
1556
  #
1262
1557
  attr_accessor :set_recip_email_lang
1263
1558
 
1559
+ # Metadata that indicates whether the `setRecipEmailLang` property is editable.
1264
1560
  attr_accessor :set_recip_email_lang_metadata
1265
1561
 
1266
1562
  #
1267
1563
  attr_accessor :set_recip_sign_lang
1268
1564
 
1565
+ # Metadata that indicates whether the `setRecipSignLang` property is editable.
1269
1566
  attr_accessor :set_recip_sign_lang_metadata
1270
1567
 
1271
1568
  #
1272
1569
  attr_accessor :shared_template_folders
1273
1570
 
1571
+ # Metadata that indicates whether the `sharedTemplateFolders` property is editable.
1274
1572
  attr_accessor :shared_template_folders_metadata
1275
1573
 
1276
1574
  #
1277
1575
  attr_accessor :show_complete_dialog_in_embedded_session
1278
1576
 
1577
+ # Metadata that indicates whether the `showCompleteDialogInEmbeddedSession` property is editable.
1279
1578
  attr_accessor :show_complete_dialog_in_embedded_session_metadata
1280
1579
 
1281
1580
  #
1282
1581
  attr_accessor :show_conditional_routing_on_send
1283
1582
 
1583
+ #
1284
1584
  attr_accessor :show_conditional_routing_on_send_metadata
1285
1585
 
1286
1586
  #
1287
1587
  attr_accessor :show_initial_conditional_fields
1288
1588
 
1589
+ # Metadata that indicates whether the `showInitialConditionalFields` property is editable.
1289
1590
  attr_accessor :show_initial_conditional_fields_metadata
1290
1591
 
1291
1592
  #
1292
1593
  attr_accessor :show_localized_watermarks
1293
1594
 
1595
+ # Metadata that indicates whether the `showLocalizedWatermarks` property is editable.
1294
1596
  attr_accessor :show_localized_watermarks_metadata
1295
1597
 
1296
1598
  #
1297
1599
  attr_accessor :show_masked_fields_when_downloading_document_as_sender
1298
1600
 
1601
+ #
1299
1602
  attr_accessor :show_masked_fields_when_downloading_document_as_sender_metadata
1300
1603
 
1301
1604
  #
1302
1605
  attr_accessor :show_tutorials
1303
1606
 
1607
+ # Metadata that indicates whether the `showTutorials` property is editable.
1304
1608
  attr_accessor :show_tutorials_metadata
1305
1609
 
1306
1610
  #
1307
1611
  attr_accessor :signature_providers
1308
1612
 
1613
+ # Metadata that indicates whether the `signatureProviders` property is editable.
1309
1614
  attr_accessor :signature_providers_metadata
1310
1615
 
1311
1616
  #
1312
1617
  attr_accessor :sign_date_format
1313
1618
 
1619
+ # Metadata that indicates whether the `signDateFormat` property is editable.
1314
1620
  attr_accessor :sign_date_format_metadata
1315
1621
 
1316
1622
  #
1317
1623
  attr_accessor :sign_date_time_account_language_override
1318
1624
 
1625
+ #
1319
1626
  attr_accessor :sign_date_time_account_language_override_metadata
1320
1627
 
1321
1628
  #
1322
1629
  attr_accessor :sign_date_time_account_timezone_override
1323
1630
 
1631
+ #
1324
1632
  attr_accessor :sign_date_time_account_timezone_override_metadata
1325
1633
 
1326
1634
  #
1327
1635
  attr_accessor :signer_attach_certificate_to_envelope_pdf
1328
1636
 
1637
+ # Metadata that indicates whether the `signerAttachCertificateToEnvelopePDF` property is editable.
1329
1638
  attr_accessor :signer_attach_certificate_to_envelope_pdf_metadata
1330
1639
 
1331
1640
  #
1332
1641
  attr_accessor :signer_attach_concat
1333
1642
 
1643
+ # Metadata that indicates whether the `signerAttachConcat` property is editable.
1334
1644
  attr_accessor :signer_attach_concat_metadata
1335
1645
 
1336
1646
  #
1337
1647
  attr_accessor :signer_can_create_account
1338
1648
 
1649
+ # Metadata that indicates whether the `signerCanCreateAccount` property is editable.
1339
1650
  attr_accessor :signer_can_create_account_metadata
1340
1651
 
1341
1652
  #
1342
1653
  attr_accessor :signer_can_sign_on_mobile
1343
1654
 
1655
+ # Metadata that indicates whether the `signerCanSignOnMobile` property is editable.
1344
1656
  attr_accessor :signer_can_sign_on_mobile_metadata
1345
1657
 
1346
1658
  #
1347
1659
  attr_accessor :signer_in_session_use_envelope_complete_email
1348
1660
 
1661
+ # Metadata that indicates whether the `signerInSessionUseEnvelopeCompleteEmail` property is editable.
1349
1662
  attr_accessor :signer_in_session_use_envelope_complete_email_metadata
1350
1663
 
1351
1664
  #
1352
1665
  attr_accessor :signer_login_requirements
1353
1666
 
1667
+ # Metadata that indicates whether the `signerLoginRequirements` property is editable.
1354
1668
  attr_accessor :signer_login_requirements_metadata
1355
1669
 
1356
1670
  #
1357
1671
  attr_accessor :signer_must_have_account
1358
1672
 
1673
+ # Metadata that indicates whether the `signerMustHaveAccount` property is editable.
1359
1674
  attr_accessor :signer_must_have_account_metadata
1360
1675
 
1361
1676
  #
1362
1677
  attr_accessor :signer_must_login_to_sign
1363
1678
 
1679
+ # Metadata that indicates whether the `signerMustLoginToSign` property is editable.
1364
1680
  attr_accessor :signer_must_login_to_sign_metadata
1365
1681
 
1366
1682
  #
1367
1683
  attr_accessor :signer_show_secure_field_initial_values
1368
1684
 
1685
+ # Metadata that indicates whether the `signerShowSecureFieldInitialValues` property is editable.
1369
1686
  attr_accessor :signer_show_secure_field_initial_values_metadata
1370
1687
 
1371
1688
  #
1372
1689
  attr_accessor :signing_session_timeout
1373
1690
 
1691
+ # Metadata that indicates whether the `signingSessionTimeout` property is editable.
1374
1692
  attr_accessor :signing_session_timeout_metadata
1375
1693
 
1376
1694
  #
1377
1695
  attr_accessor :signing_ui_version
1378
1696
 
1697
+ # Reserved for DocuSign.
1379
1698
  attr_accessor :signing_ui_version_metadata
1380
1699
 
1381
1700
  #
1382
1701
  attr_accessor :sign_time_format
1383
1702
 
1703
+ # Metadata that indicates whether the `signTimeFormat` property is editable.
1384
1704
  attr_accessor :sign_time_format_metadata
1385
1705
 
1386
1706
  #
1387
1707
  attr_accessor :sign_time_show_am_pm
1388
1708
 
1709
+ # Metadata that indicates whether the `signTimeShowAmPm` property is editable.
1389
1710
  attr_accessor :sign_time_show_am_pm_metadata
1390
1711
 
1391
1712
  #
1392
1713
  attr_accessor :simplified_sending_enabled
1393
1714
 
1715
+ # Metadata that indicates whether the `simplifiedSendingEnabled` property is editable.
1394
1716
  attr_accessor :simplified_sending_enabled_metadata
1395
1717
 
1396
1718
  #
1397
1719
  attr_accessor :single_sign_on_enabled
1398
1720
 
1721
+ # Metadata that indicates whether the `singleSignOnEnabled` property is editable.
1399
1722
  attr_accessor :single_sign_on_enabled_metadata
1400
1723
 
1401
1724
  #
1402
1725
  attr_accessor :skip_auth_completed_envelopes
1403
1726
 
1727
+ # Metadata that indicates whether the `skipAuthCompletedEnvelopes` property is editable.
1404
1728
  attr_accessor :skip_auth_completed_envelopes_metadata
1405
1729
 
1406
1730
  #
1407
1731
  attr_accessor :social_id_recip_auth
1408
1732
 
1733
+ # Metadata that indicates whether the `socialIdRecipAuth` property is editable.
1409
1734
  attr_accessor :social_id_recip_auth_metadata
1410
1735
 
1411
1736
  #
1412
1737
  attr_accessor :specify_document_visibility
1413
1738
 
1739
+ # Metadata that indicates whether the `specifyDocumentVisibility` property is editable.
1414
1740
  attr_accessor :specify_document_visibility_metadata
1415
1741
 
1416
1742
  #
1417
1743
  attr_accessor :start_in_advanced_correct
1418
1744
 
1745
+ # Metadata that indicates whether the `startInAdvancedCorrect` property is editable.
1419
1746
  attr_accessor :start_in_advanced_correct_metadata
1420
1747
 
1421
1748
  #
1422
1749
  attr_accessor :supplemental_documents_must_accept
1423
1750
 
1751
+ # Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable.
1424
1752
  attr_accessor :supplemental_documents_must_accept_metadata
1425
1753
 
1426
1754
  #
1427
1755
  attr_accessor :supplemental_documents_must_read
1428
1756
 
1757
+ # Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable.
1429
1758
  attr_accessor :supplemental_documents_must_read_metadata
1430
1759
 
1431
1760
  #
1432
1761
  attr_accessor :supplemental_documents_must_view
1433
1762
 
1763
+ # Metadata that indicates whether the `supplementalDocumentsMustView` property is editable.
1434
1764
  attr_accessor :supplemental_documents_must_view_metadata
1435
1765
 
1436
1766
  #
1437
1767
  attr_accessor :suppress_certificate_enforcement
1438
1768
 
1769
+ # Metadata that indicates whether the `suppressCertificateEnforcement` property is editable.
1439
1770
  attr_accessor :suppress_certificate_enforcement_metadata
1440
1771
 
1772
+ # Account-wide tab settings.
1441
1773
  attr_accessor :tab_account_settings
1442
1774
 
1443
1775
  #
1444
1776
  attr_accessor :timezone_offset_api
1445
1777
 
1778
+ # Metadata that indicates whether the `timezoneOffsetAPI` property is editable.
1446
1779
  attr_accessor :timezone_offset_api_metadata
1447
1780
 
1448
1781
  #
1449
1782
  attr_accessor :timezone_offset_ui
1450
1783
 
1784
+ # Metadata that indicates whether the `timezoneOffsetUI` property is editable.
1451
1785
  attr_accessor :timezone_offset_ui_metadata
1452
1786
 
1453
1787
  #
@@ -1456,51 +1790,61 @@ module DocuSign_eSign
1456
1790
  #
1457
1791
  attr_accessor :use_account_level_email
1458
1792
 
1793
+ # Metadata that indicates whether the `useAccountLevelEmail` property is editable.
1459
1794
  attr_accessor :use_account_level_email_metadata
1460
1795
 
1461
1796
  #
1462
1797
  attr_accessor :use_consumer_disclosure
1463
1798
 
1799
+ # Metadata that indicates whether the `useConsumerDisclosure` property is editable.
1464
1800
  attr_accessor :use_consumer_disclosure_metadata
1465
1801
 
1466
1802
  #
1467
1803
  attr_accessor :use_consumer_disclosure_within_account
1468
1804
 
1805
+ # Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable.
1469
1806
  attr_accessor :use_consumer_disclosure_within_account_metadata
1470
1807
 
1471
1808
  #
1472
1809
  attr_accessor :use_derived_keys
1473
1810
 
1811
+ # Metadata that indicates whether the `useDerivedKeys` property is editable.
1474
1812
  attr_accessor :use_derived_keys_metadata
1475
1813
 
1476
1814
  #
1477
1815
  attr_accessor :use_docu_sign_express_signer_certificate
1478
1816
 
1817
+ # Metadata that indicates whether the `useDocuSignExpressSignerCertificate` property is editable.
1479
1818
  attr_accessor :use_docu_sign_express_signer_certificate_metadata
1480
1819
 
1481
1820
  #
1482
1821
  attr_accessor :use_multi_app_groups_data
1483
1822
 
1823
+ #
1484
1824
  attr_accessor :use_multi_app_groups_data_metadata
1485
1825
 
1486
1826
  #
1487
1827
  attr_accessor :use_new_blob_for_pdf
1488
1828
 
1829
+ # Metadata that indicates whether the `useNewBlobForPdf` property is editable.
1489
1830
  attr_accessor :use_new_blob_for_pdf_metadata
1490
1831
 
1491
1832
  #
1492
1833
  attr_accessor :use_safe_signer_certificates
1493
1834
 
1835
+ # Metadata that indicates whether the `useSAFESignerCertificates` property is editable.
1494
1836
  attr_accessor :use_safe_signer_certificates_metadata
1495
1837
 
1496
1838
  #
1497
1839
  attr_accessor :uses_api
1498
1840
 
1841
+ # Metadata that indicates whether the `usesAPI` property is editable.
1499
1842
  attr_accessor :uses_api_metadata
1500
1843
 
1501
1844
  #
1502
1845
  attr_accessor :use_signature_provider_platform
1503
1846
 
1847
+ # Metadata that indicates whether the `useSignatureProviderPlatform` property is editable.
1504
1848
  attr_accessor :use_signature_provider_platform_metadata
1505
1849
 
1506
1850
  #
@@ -1509,41 +1853,49 @@ module DocuSign_eSign
1509
1853
  #
1510
1854
  attr_accessor :validations_allowed
1511
1855
 
1856
+ # Metadata that indicates whether the `validationsAllowed` property is editable.
1512
1857
  attr_accessor :validations_allowed_metadata
1513
1858
 
1514
1859
  #
1515
1860
  attr_accessor :validations_brand
1516
1861
 
1862
+ # Metadata that indicates whether the `validationsBrand` property is editable.
1517
1863
  attr_accessor :validations_brand_metadata
1518
1864
 
1519
1865
  #
1520
1866
  attr_accessor :validations_cadence
1521
1867
 
1868
+ # Metadata that indicates whether the `validationsCadence` property is editable.
1522
1869
  attr_accessor :validations_cadence_metadata
1523
1870
 
1524
1871
  #
1525
1872
  attr_accessor :validations_enabled
1526
1873
 
1874
+ # Metadata that indicates whether the `validationsEnabled` property is editable.
1527
1875
  attr_accessor :validations_enabled_metadata
1528
1876
 
1529
1877
  #
1530
1878
  attr_accessor :validations_report
1531
1879
 
1880
+ # Metadata that indicates whether the `validationsReport` property is editable.
1532
1881
  attr_accessor :validations_report_metadata
1533
1882
 
1534
1883
  #
1535
1884
  attr_accessor :water_mark_enabled
1536
1885
 
1886
+ # Metadata that indicates whether the `waterMarkEnabled` property is editable.
1537
1887
  attr_accessor :water_mark_enabled_metadata
1538
1888
 
1539
1889
  #
1540
1890
  attr_accessor :write_reminder_to_envelope_history
1541
1891
 
1892
+ # Metadata that indicates whether the `writeReminderToEnvelopeHistory` property is editable.
1542
1893
  attr_accessor :write_reminder_to_envelope_history_metadata
1543
1894
 
1544
1895
  #
1545
1896
  attr_accessor :wurfl_min_allowable_screen_size
1546
1897
 
1898
+ # Metadata that indicates whether the `wurflMinAllowableScreenSize` property is editable.
1547
1899
  attr_accessor :wurfl_min_allowable_screen_size_metadata
1548
1900
 
1549
1901
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -1574,6 +1926,8 @@ module DocuSign_eSign
1574
1926
  :'allow_agent_name_email_edit_metadata' => :'allowAgentNameEmailEditMetadata',
1575
1927
  :'allow_agreement_actions' => :'allowAgreementActions',
1576
1928
  :'allow_agreement_actions_metadata' => :'allowAgreementActionsMetadata',
1929
+ :'allow_agreement_orchestration_workflows' => :'allowAgreementOrchestrationWorkflows',
1930
+ :'allow_agreement_orchestration_workflows_metadata' => :'allowAgreementOrchestrationWorkflowsMetadata',
1577
1931
  :'allow_auto_nav_settings' => :'allowAutoNavSettings',
1578
1932
  :'allow_auto_nav_settings_metadata' => :'allowAutoNavSettingsMetadata',
1579
1933
  :'allow_auto_tagging' => :'allowAutoTagging',
@@ -1583,6 +1937,7 @@ module DocuSign_eSign
1583
1937
  :'allow_cd_withdraw' => :'allowCDWithdraw',
1584
1938
  :'allow_cd_withdraw_metadata' => :'allowCDWithdrawMetadata',
1585
1939
  :'allow_connect_http_listener_configs' => :'allowConnectHttpListenerConfigs',
1940
+ :'allow_connect_o_auth_ui' => :'allowConnectOAuthUI',
1586
1941
  :'allow_connect_send_finish_later' => :'allowConnectSendFinishLater',
1587
1942
  :'allow_connect_send_finish_later_metadata' => :'allowConnectSendFinishLaterMetadata',
1588
1943
  :'allow_connect_unified_payload_ui' => :'allowConnectUnifiedPayloadUI',
@@ -1594,6 +1949,8 @@ module DocuSign_eSign
1594
1949
  :'allow_delayed_routing_metadata' => :'allowDelayedRoutingMetadata',
1595
1950
  :'allow_delegated_signing' => :'allowDelegatedSigning',
1596
1951
  :'allow_delegated_signing_metadata' => :'allowDelegatedSigningMetadata',
1952
+ :'allow_doc_gen_documents' => :'allowDocGenDocuments',
1953
+ :'allow_doc_gen_documents_metadata' => :'allowDocGenDocumentsMetadata',
1597
1954
  :'allow_document_disclosures' => :'allowDocumentDisclosures',
1598
1955
  :'allow_document_disclosures_metadata' => :'allowDocumentDisclosuresMetadata',
1599
1956
  :'allow_documents_on_signed_envelopes' => :'allowDocumentsOnSignedEnvelopes',
@@ -1624,6 +1981,8 @@ module DocuSign_eSign
1624
1981
  :'allow_external_linked_accounts_metadata' => :'allowExternalLinkedAccountsMetadata',
1625
1982
  :'allow_external_signature_pad' => :'allowExternalSignaturePad',
1626
1983
  :'allow_external_signature_pad_metadata' => :'allowExternalSignaturePadMetadata',
1984
+ :'allow_idv_for_eu_qualified_signatures' => :'allowIDVForEUQualifiedSignatures',
1985
+ :'allow_idv_for_eu_qualified_signatures_metadata' => :'allowIDVForEUQualifiedSignaturesMetadata',
1627
1986
  :'allow_idv_level1' => :'allowIDVLevel1',
1628
1987
  :'allow_idv_level1_metadata' => :'allowIDVLevel1Metadata',
1629
1988
  :'allow_idv_level2' => :'allowIDVLevel2',
@@ -1672,8 +2031,12 @@ module DocuSign_eSign
1672
2031
  :'allow_organization_to_use_remote_notary_metadata' => :'allowOrganizationToUseRemoteNotaryMetadata',
1673
2032
  :'allow_organization_to_use_third_party_electronic_notary' => :'allowOrganizationToUseThirdPartyElectronicNotary',
1674
2033
  :'allow_organization_to_use_third_party_electronic_notary_metadata' => :'allowOrganizationToUseThirdPartyElectronicNotaryMetadata',
2034
+ :'allow_participant_recipient_type' => :'allowParticipantRecipientType',
2035
+ :'allow_participant_recipient_type_metadata' => :'allowParticipantRecipientTypeMetadata',
1675
2036
  :'allow_payment_processing' => :'allowPaymentProcessing',
1676
2037
  :'allow_payment_processing_metadata' => :'allowPaymentProcessingMetadata',
2038
+ :'allow_performance_analytics' => :'allowPerformanceAnalytics',
2039
+ :'allow_performance_analytics_metadata' => :'allowPerformanceAnalyticsMetadata',
1677
2040
  :'allow_phone_authentication' => :'allowPhoneAuthentication',
1678
2041
  :'allow_phone_authentication_metadata' => :'allowPhoneAuthenticationMetadata',
1679
2042
  :'allow_phone_auth_override' => :'allowPhoneAuthOverride',
@@ -1844,6 +2207,8 @@ module DocuSign_eSign
1844
2207
  :'enable_combined_pdf_download_for_sbs' => :'enableCombinedPDFDownloadForSBS',
1845
2208
  :'enable_comments_history_download_in_signing' => :'enableCommentsHistoryDownloadInSigning',
1846
2209
  :'enable_comments_history_download_in_signing_metadata' => :'enableCommentsHistoryDownloadInSigningMetadata',
2210
+ :'enable_contact_suggestions' => :'enableContactSuggestions',
2211
+ :'enable_contact_suggestions_metadata' => :'enableContactSuggestionsMetadata',
1847
2212
  :'enable_customer_satisfaction_metric_tracking' => :'enableCustomerSatisfactionMetricTracking',
1848
2213
  :'enable_customer_satisfaction_metric_tracking_metadata' => :'enableCustomerSatisfactionMetricTrackingMetadata',
1849
2214
  :'enable_ds_pro' => :'enableDSPro',
@@ -1852,6 +2217,8 @@ module DocuSign_eSign
1852
2217
  :'enable_envelope_stamping_by_account_admin_metadata' => :'enableEnvelopeStampingByAccountAdminMetadata',
1853
2218
  :'enable_envelope_stamping_by_ds_admin' => :'enableEnvelopeStampingByDSAdmin',
1854
2219
  :'enable_envelope_stamping_by_ds_admin_metadata' => :'enableEnvelopeStampingByDSAdminMetadata',
2220
+ :'enable_e_sign_api_hourly_limit_management' => :'enableESignAPIHourlyLimitManagement',
2221
+ :'enable_e_sign_api_hourly_limit_management_metadata' => :'enableESignAPIHourlyLimitManagementMetadata',
1855
2222
  :'enable_esign_communities' => :'enableEsignCommunities',
1856
2223
  :'enable_esign_communities_metadata' => :'enableEsignCommunitiesMetadata',
1857
2224
  :'enable_id_fx_accountless_sms_auth_for_part11' => :'enableIDFxAccountlessSMSAuthForPart11',
@@ -1864,6 +2231,7 @@ module DocuSign_eSign
1864
2231
  :'enable_in_browser_editor_metadata' => :'enableInBrowserEditorMetadata',
1865
2232
  :'enable_key_terms_suggestions_by_document_type' => :'enableKeyTermsSuggestionsByDocumentType',
1866
2233
  :'enable_key_terms_suggestions_by_document_type_metadata' => :'enableKeyTermsSuggestionsByDocumentTypeMetadata',
2234
+ :'enable_participant_recipient_setting_metadata' => :'enableParticipantRecipientSettingMetadata',
1867
2235
  :'enable_payment_processing' => :'enablePaymentProcessing',
1868
2236
  :'enable_payment_processing_metadata' => :'enablePaymentProcessingMetadata',
1869
2237
  :'enable_pdfa_conversion' => :'enablePDFAConversion',
@@ -1941,6 +2309,10 @@ module DocuSign_eSign
1941
2309
  :'envelope_integration_allowed_metadata' => :'envelopeIntegrationAllowedMetadata',
1942
2310
  :'envelope_integration_enabled' => :'envelopeIntegrationEnabled',
1943
2311
  :'envelope_integration_enabled_metadata' => :'envelopeIntegrationEnabledMetadata',
2312
+ :'envelope_limits_total_document_size_allowed_in_mb' => :'EnvelopeLimitsTotalDocumentSizeAllowedInMB',
2313
+ :'envelope_limits_total_document_size_allowed_in_mb_enabled' => :'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabled',
2314
+ :'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata' => :'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabledMetadata',
2315
+ :'envelope_limits_total_document_size_allowed_in_mb_metadata' => :'EnvelopeLimitsTotalDocumentSizeAllowedInMBMetadata',
1944
2316
  :'envelope_stamping_default_value' => :'envelopeStampingDefaultValue',
1945
2317
  :'envelope_stamping_default_value_metadata' => :'envelopeStampingDefaultValueMetadata',
1946
2318
  :'exit_prompt' => :'exitPrompt',
@@ -2001,6 +2373,12 @@ module DocuSign_eSign
2001
2373
  :'opt_out_auto_nav_text_and_tab_color_updates_metadata' => :'optOutAutoNavTextAndTabColorUpdatesMetadata',
2002
2374
  :'opt_out_new_platform_seal' => :'optOutNewPlatformSeal',
2003
2375
  :'opt_out_new_platform_seal_platform_metadata' => :'optOutNewPlatformSealPlatformMetadata',
2376
+ :'pdf_max_chunked_upload_part_size' => :'pdfMaxChunkedUploadPartSize',
2377
+ :'pdf_max_chunked_upload_part_size_metadata' => :'pdfMaxChunkedUploadPartSizeMetadata',
2378
+ :'pdf_max_chunked_upload_total_size' => :'pdfMaxChunkedUploadTotalSize',
2379
+ :'pdf_max_chunked_upload_total_size_metadata' => :'pdfMaxChunkedUploadTotalSizeMetadata',
2380
+ :'pdf_max_individual_upload_size' => :'pdfMaxIndividualUploadSize',
2381
+ :'pdf_max_individual_upload_size_metadata' => :'pdfMaxIndividualUploadSizeMetadata',
2004
2382
  :'phone_auth_recipient_may_provide_phone_number' => :'phoneAuthRecipientMayProvidePhoneNumber',
2005
2383
  :'phone_auth_recipient_may_provide_phone_number_metadata' => :'phoneAuthRecipientMayProvidePhoneNumberMetadata',
2006
2384
  :'pki_sign_downloaded_pdf_docs' => :'pkiSignDownloadedPDFDocs',
@@ -2189,6 +2567,8 @@ module DocuSign_eSign
2189
2567
  :'allow_agent_name_email_edit_metadata' => :'SettingsMetadata',
2190
2568
  :'allow_agreement_actions' => :'String',
2191
2569
  :'allow_agreement_actions_metadata' => :'SettingsMetadata',
2570
+ :'allow_agreement_orchestration_workflows' => :'String',
2571
+ :'allow_agreement_orchestration_workflows_metadata' => :'SettingsMetadata',
2192
2572
  :'allow_auto_nav_settings' => :'String',
2193
2573
  :'allow_auto_nav_settings_metadata' => :'SettingsMetadata',
2194
2574
  :'allow_auto_tagging' => :'String',
@@ -2198,6 +2578,7 @@ module DocuSign_eSign
2198
2578
  :'allow_cd_withdraw' => :'String',
2199
2579
  :'allow_cd_withdraw_metadata' => :'SettingsMetadata',
2200
2580
  :'allow_connect_http_listener_configs' => :'String',
2581
+ :'allow_connect_o_auth_ui' => :'String',
2201
2582
  :'allow_connect_send_finish_later' => :'String',
2202
2583
  :'allow_connect_send_finish_later_metadata' => :'SettingsMetadata',
2203
2584
  :'allow_connect_unified_payload_ui' => :'String',
@@ -2209,6 +2590,8 @@ module DocuSign_eSign
2209
2590
  :'allow_delayed_routing_metadata' => :'SettingsMetadata',
2210
2591
  :'allow_delegated_signing' => :'String',
2211
2592
  :'allow_delegated_signing_metadata' => :'SettingsMetadata',
2593
+ :'allow_doc_gen_documents' => :'String',
2594
+ :'allow_doc_gen_documents_metadata' => :'SettingsMetadata',
2212
2595
  :'allow_document_disclosures' => :'String',
2213
2596
  :'allow_document_disclosures_metadata' => :'SettingsMetadata',
2214
2597
  :'allow_documents_on_signed_envelopes' => :'String',
@@ -2239,6 +2622,8 @@ module DocuSign_eSign
2239
2622
  :'allow_external_linked_accounts_metadata' => :'SettingsMetadata',
2240
2623
  :'allow_external_signature_pad' => :'String',
2241
2624
  :'allow_external_signature_pad_metadata' => :'SettingsMetadata',
2625
+ :'allow_idv_for_eu_qualified_signatures' => :'String',
2626
+ :'allow_idv_for_eu_qualified_signatures_metadata' => :'SettingsMetadata',
2242
2627
  :'allow_idv_level1' => :'String',
2243
2628
  :'allow_idv_level1_metadata' => :'SettingsMetadata',
2244
2629
  :'allow_idv_level2' => :'String',
@@ -2287,8 +2672,12 @@ module DocuSign_eSign
2287
2672
  :'allow_organization_to_use_remote_notary_metadata' => :'SettingsMetadata',
2288
2673
  :'allow_organization_to_use_third_party_electronic_notary' => :'String',
2289
2674
  :'allow_organization_to_use_third_party_electronic_notary_metadata' => :'SettingsMetadata',
2675
+ :'allow_participant_recipient_type' => :'String',
2676
+ :'allow_participant_recipient_type_metadata' => :'SettingsMetadata',
2290
2677
  :'allow_payment_processing' => :'String',
2291
2678
  :'allow_payment_processing_metadata' => :'SettingsMetadata',
2679
+ :'allow_performance_analytics' => :'String',
2680
+ :'allow_performance_analytics_metadata' => :'SettingsMetadata',
2292
2681
  :'allow_phone_authentication' => :'String',
2293
2682
  :'allow_phone_authentication_metadata' => :'SettingsMetadata',
2294
2683
  :'allow_phone_auth_override' => :'String',
@@ -2459,6 +2848,8 @@ module DocuSign_eSign
2459
2848
  :'enable_combined_pdf_download_for_sbs' => :'String',
2460
2849
  :'enable_comments_history_download_in_signing' => :'String',
2461
2850
  :'enable_comments_history_download_in_signing_metadata' => :'SettingsMetadata',
2851
+ :'enable_contact_suggestions' => :'String',
2852
+ :'enable_contact_suggestions_metadata' => :'SettingsMetadata',
2462
2853
  :'enable_customer_satisfaction_metric_tracking' => :'String',
2463
2854
  :'enable_customer_satisfaction_metric_tracking_metadata' => :'SettingsMetadata',
2464
2855
  :'enable_ds_pro' => :'String',
@@ -2467,6 +2858,8 @@ module DocuSign_eSign
2467
2858
  :'enable_envelope_stamping_by_account_admin_metadata' => :'SettingsMetadata',
2468
2859
  :'enable_envelope_stamping_by_ds_admin' => :'String',
2469
2860
  :'enable_envelope_stamping_by_ds_admin_metadata' => :'SettingsMetadata',
2861
+ :'enable_e_sign_api_hourly_limit_management' => :'String',
2862
+ :'enable_e_sign_api_hourly_limit_management_metadata' => :'SettingsMetadata',
2470
2863
  :'enable_esign_communities' => :'String',
2471
2864
  :'enable_esign_communities_metadata' => :'SettingsMetadata',
2472
2865
  :'enable_id_fx_accountless_sms_auth_for_part11' => :'String',
@@ -2479,6 +2872,7 @@ module DocuSign_eSign
2479
2872
  :'enable_in_browser_editor_metadata' => :'SettingsMetadata',
2480
2873
  :'enable_key_terms_suggestions_by_document_type' => :'String',
2481
2874
  :'enable_key_terms_suggestions_by_document_type_metadata' => :'SettingsMetadata',
2875
+ :'enable_participant_recipient_setting_metadata' => :'SettingsMetadata',
2482
2876
  :'enable_payment_processing' => :'String',
2483
2877
  :'enable_payment_processing_metadata' => :'SettingsMetadata',
2484
2878
  :'enable_pdfa_conversion' => :'String',
@@ -2556,6 +2950,10 @@ module DocuSign_eSign
2556
2950
  :'envelope_integration_allowed_metadata' => :'SettingsMetadata',
2557
2951
  :'envelope_integration_enabled' => :'String',
2558
2952
  :'envelope_integration_enabled_metadata' => :'SettingsMetadata',
2953
+ :'envelope_limits_total_document_size_allowed_in_mb' => :'String',
2954
+ :'envelope_limits_total_document_size_allowed_in_mb_enabled' => :'String',
2955
+ :'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata' => :'SettingsMetadata',
2956
+ :'envelope_limits_total_document_size_allowed_in_mb_metadata' => :'SettingsMetadata',
2559
2957
  :'envelope_stamping_default_value' => :'String',
2560
2958
  :'envelope_stamping_default_value_metadata' => :'SettingsMetadata',
2561
2959
  :'exit_prompt' => :'String',
@@ -2616,6 +3014,12 @@ module DocuSign_eSign
2616
3014
  :'opt_out_auto_nav_text_and_tab_color_updates_metadata' => :'SettingsMetadata',
2617
3015
  :'opt_out_new_platform_seal' => :'String',
2618
3016
  :'opt_out_new_platform_seal_platform_metadata' => :'SettingsMetadata',
3017
+ :'pdf_max_chunked_upload_part_size' => :'String',
3018
+ :'pdf_max_chunked_upload_part_size_metadata' => :'SettingsMetadata',
3019
+ :'pdf_max_chunked_upload_total_size' => :'String',
3020
+ :'pdf_max_chunked_upload_total_size_metadata' => :'SettingsMetadata',
3021
+ :'pdf_max_individual_upload_size' => :'String',
3022
+ :'pdf_max_individual_upload_size_metadata' => :'SettingsMetadata',
2619
3023
  :'phone_auth_recipient_may_provide_phone_number' => :'String',
2620
3024
  :'phone_auth_recipient_may_provide_phone_number_metadata' => :'SettingsMetadata',
2621
3025
  :'pki_sign_downloaded_pdf_docs' => :'String',
@@ -2884,6 +3288,14 @@ module DocuSign_eSign
2884
3288
  self.allow_agreement_actions_metadata = attributes[:'allowAgreementActionsMetadata']
2885
3289
  end
2886
3290
 
3291
+ if attributes.has_key?(:'allowAgreementOrchestrationWorkflows')
3292
+ self.allow_agreement_orchestration_workflows = attributes[:'allowAgreementOrchestrationWorkflows']
3293
+ end
3294
+
3295
+ if attributes.has_key?(:'allowAgreementOrchestrationWorkflowsMetadata')
3296
+ self.allow_agreement_orchestration_workflows_metadata = attributes[:'allowAgreementOrchestrationWorkflowsMetadata']
3297
+ end
3298
+
2887
3299
  if attributes.has_key?(:'allowAutoNavSettings')
2888
3300
  self.allow_auto_nav_settings = attributes[:'allowAutoNavSettings']
2889
3301
  end
@@ -2920,6 +3332,10 @@ module DocuSign_eSign
2920
3332
  self.allow_connect_http_listener_configs = attributes[:'allowConnectHttpListenerConfigs']
2921
3333
  end
2922
3334
 
3335
+ if attributes.has_key?(:'allowConnectOAuthUI')
3336
+ self.allow_connect_o_auth_ui = attributes[:'allowConnectOAuthUI']
3337
+ end
3338
+
2923
3339
  if attributes.has_key?(:'allowConnectSendFinishLater')
2924
3340
  self.allow_connect_send_finish_later = attributes[:'allowConnectSendFinishLater']
2925
3341
  end
@@ -2964,6 +3380,14 @@ module DocuSign_eSign
2964
3380
  self.allow_delegated_signing_metadata = attributes[:'allowDelegatedSigningMetadata']
2965
3381
  end
2966
3382
 
3383
+ if attributes.has_key?(:'allowDocGenDocuments')
3384
+ self.allow_doc_gen_documents = attributes[:'allowDocGenDocuments']
3385
+ end
3386
+
3387
+ if attributes.has_key?(:'allowDocGenDocumentsMetadata')
3388
+ self.allow_doc_gen_documents_metadata = attributes[:'allowDocGenDocumentsMetadata']
3389
+ end
3390
+
2967
3391
  if attributes.has_key?(:'allowDocumentDisclosures')
2968
3392
  self.allow_document_disclosures = attributes[:'allowDocumentDisclosures']
2969
3393
  end
@@ -3084,6 +3508,14 @@ module DocuSign_eSign
3084
3508
  self.allow_external_signature_pad_metadata = attributes[:'allowExternalSignaturePadMetadata']
3085
3509
  end
3086
3510
 
3511
+ if attributes.has_key?(:'allowIDVForEUQualifiedSignatures')
3512
+ self.allow_idv_for_eu_qualified_signatures = attributes[:'allowIDVForEUQualifiedSignatures']
3513
+ end
3514
+
3515
+ if attributes.has_key?(:'allowIDVForEUQualifiedSignaturesMetadata')
3516
+ self.allow_idv_for_eu_qualified_signatures_metadata = attributes[:'allowIDVForEUQualifiedSignaturesMetadata']
3517
+ end
3518
+
3087
3519
  if attributes.has_key?(:'allowIDVLevel1')
3088
3520
  self.allow_idv_level1 = attributes[:'allowIDVLevel1']
3089
3521
  end
@@ -3276,6 +3708,14 @@ module DocuSign_eSign
3276
3708
  self.allow_organization_to_use_third_party_electronic_notary_metadata = attributes[:'allowOrganizationToUseThirdPartyElectronicNotaryMetadata']
3277
3709
  end
3278
3710
 
3711
+ if attributes.has_key?(:'allowParticipantRecipientType')
3712
+ self.allow_participant_recipient_type = attributes[:'allowParticipantRecipientType']
3713
+ end
3714
+
3715
+ if attributes.has_key?(:'allowParticipantRecipientTypeMetadata')
3716
+ self.allow_participant_recipient_type_metadata = attributes[:'allowParticipantRecipientTypeMetadata']
3717
+ end
3718
+
3279
3719
  if attributes.has_key?(:'allowPaymentProcessing')
3280
3720
  self.allow_payment_processing = attributes[:'allowPaymentProcessing']
3281
3721
  end
@@ -3284,6 +3724,14 @@ module DocuSign_eSign
3284
3724
  self.allow_payment_processing_metadata = attributes[:'allowPaymentProcessingMetadata']
3285
3725
  end
3286
3726
 
3727
+ if attributes.has_key?(:'allowPerformanceAnalytics')
3728
+ self.allow_performance_analytics = attributes[:'allowPerformanceAnalytics']
3729
+ end
3730
+
3731
+ if attributes.has_key?(:'allowPerformanceAnalyticsMetadata')
3732
+ self.allow_performance_analytics_metadata = attributes[:'allowPerformanceAnalyticsMetadata']
3733
+ end
3734
+
3287
3735
  if attributes.has_key?(:'allowPhoneAuthentication')
3288
3736
  self.allow_phone_authentication = attributes[:'allowPhoneAuthentication']
3289
3737
  end
@@ -3964,6 +4412,14 @@ module DocuSign_eSign
3964
4412
  self.enable_comments_history_download_in_signing_metadata = attributes[:'enableCommentsHistoryDownloadInSigningMetadata']
3965
4413
  end
3966
4414
 
4415
+ if attributes.has_key?(:'enableContactSuggestions')
4416
+ self.enable_contact_suggestions = attributes[:'enableContactSuggestions']
4417
+ end
4418
+
4419
+ if attributes.has_key?(:'enableContactSuggestionsMetadata')
4420
+ self.enable_contact_suggestions_metadata = attributes[:'enableContactSuggestionsMetadata']
4421
+ end
4422
+
3967
4423
  if attributes.has_key?(:'enableCustomerSatisfactionMetricTracking')
3968
4424
  self.enable_customer_satisfaction_metric_tracking = attributes[:'enableCustomerSatisfactionMetricTracking']
3969
4425
  end
@@ -3996,6 +4452,14 @@ module DocuSign_eSign
3996
4452
  self.enable_envelope_stamping_by_ds_admin_metadata = attributes[:'enableEnvelopeStampingByDSAdminMetadata']
3997
4453
  end
3998
4454
 
4455
+ if attributes.has_key?(:'enableESignAPIHourlyLimitManagement')
4456
+ self.enable_e_sign_api_hourly_limit_management = attributes[:'enableESignAPIHourlyLimitManagement']
4457
+ end
4458
+
4459
+ if attributes.has_key?(:'enableESignAPIHourlyLimitManagementMetadata')
4460
+ self.enable_e_sign_api_hourly_limit_management_metadata = attributes[:'enableESignAPIHourlyLimitManagementMetadata']
4461
+ end
4462
+
3999
4463
  if attributes.has_key?(:'enableEsignCommunities')
4000
4464
  self.enable_esign_communities = attributes[:'enableEsignCommunities']
4001
4465
  end
@@ -4044,6 +4508,10 @@ module DocuSign_eSign
4044
4508
  self.enable_key_terms_suggestions_by_document_type_metadata = attributes[:'enableKeyTermsSuggestionsByDocumentTypeMetadata']
4045
4509
  end
4046
4510
 
4511
+ if attributes.has_key?(:'enableParticipantRecipientSettingMetadata')
4512
+ self.enable_participant_recipient_setting_metadata = attributes[:'enableParticipantRecipientSettingMetadata']
4513
+ end
4514
+
4047
4515
  if attributes.has_key?(:'enablePaymentProcessing')
4048
4516
  self.enable_payment_processing = attributes[:'enablePaymentProcessing']
4049
4517
  end
@@ -4352,6 +4820,22 @@ module DocuSign_eSign
4352
4820
  self.envelope_integration_enabled_metadata = attributes[:'envelopeIntegrationEnabledMetadata']
4353
4821
  end
4354
4822
 
4823
+ if attributes.has_key?(:'EnvelopeLimitsTotalDocumentSizeAllowedInMB')
4824
+ self.envelope_limits_total_document_size_allowed_in_mb = attributes[:'EnvelopeLimitsTotalDocumentSizeAllowedInMB']
4825
+ end
4826
+
4827
+ if attributes.has_key?(:'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabled')
4828
+ self.envelope_limits_total_document_size_allowed_in_mb_enabled = attributes[:'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabled']
4829
+ end
4830
+
4831
+ if attributes.has_key?(:'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabledMetadata')
4832
+ self.envelope_limits_total_document_size_allowed_in_mb_enabled_metadata = attributes[:'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabledMetadata']
4833
+ end
4834
+
4835
+ if attributes.has_key?(:'EnvelopeLimitsTotalDocumentSizeAllowedInMBMetadata')
4836
+ self.envelope_limits_total_document_size_allowed_in_mb_metadata = attributes[:'EnvelopeLimitsTotalDocumentSizeAllowedInMBMetadata']
4837
+ end
4838
+
4355
4839
  if attributes.has_key?(:'envelopeStampingDefaultValue')
4356
4840
  self.envelope_stamping_default_value = attributes[:'envelopeStampingDefaultValue']
4357
4841
  end
@@ -4598,6 +5082,30 @@ module DocuSign_eSign
4598
5082
  self.opt_out_new_platform_seal_platform_metadata = attributes[:'optOutNewPlatformSealPlatformMetadata']
4599
5083
  end
4600
5084
 
5085
+ if attributes.has_key?(:'pdfMaxChunkedUploadPartSize')
5086
+ self.pdf_max_chunked_upload_part_size = attributes[:'pdfMaxChunkedUploadPartSize']
5087
+ end
5088
+
5089
+ if attributes.has_key?(:'pdfMaxChunkedUploadPartSizeMetadata')
5090
+ self.pdf_max_chunked_upload_part_size_metadata = attributes[:'pdfMaxChunkedUploadPartSizeMetadata']
5091
+ end
5092
+
5093
+ if attributes.has_key?(:'pdfMaxChunkedUploadTotalSize')
5094
+ self.pdf_max_chunked_upload_total_size = attributes[:'pdfMaxChunkedUploadTotalSize']
5095
+ end
5096
+
5097
+ if attributes.has_key?(:'pdfMaxChunkedUploadTotalSizeMetadata')
5098
+ self.pdf_max_chunked_upload_total_size_metadata = attributes[:'pdfMaxChunkedUploadTotalSizeMetadata']
5099
+ end
5100
+
5101
+ if attributes.has_key?(:'pdfMaxIndividualUploadSize')
5102
+ self.pdf_max_individual_upload_size = attributes[:'pdfMaxIndividualUploadSize']
5103
+ end
5104
+
5105
+ if attributes.has_key?(:'pdfMaxIndividualUploadSizeMetadata')
5106
+ self.pdf_max_individual_upload_size_metadata = attributes[:'pdfMaxIndividualUploadSizeMetadata']
5107
+ end
5108
+
4601
5109
  if attributes.has_key?(:'phoneAuthRecipientMayProvidePhoneNumber')
4602
5110
  self.phone_auth_recipient_may_provide_phone_number = attributes[:'phoneAuthRecipientMayProvidePhoneNumber']
4603
5111
  end
@@ -5272,6 +5780,8 @@ module DocuSign_eSign
5272
5780
  allow_agent_name_email_edit_metadata == o.allow_agent_name_email_edit_metadata &&
5273
5781
  allow_agreement_actions == o.allow_agreement_actions &&
5274
5782
  allow_agreement_actions_metadata == o.allow_agreement_actions_metadata &&
5783
+ allow_agreement_orchestration_workflows == o.allow_agreement_orchestration_workflows &&
5784
+ allow_agreement_orchestration_workflows_metadata == o.allow_agreement_orchestration_workflows_metadata &&
5275
5785
  allow_auto_nav_settings == o.allow_auto_nav_settings &&
5276
5786
  allow_auto_nav_settings_metadata == o.allow_auto_nav_settings_metadata &&
5277
5787
  allow_auto_tagging == o.allow_auto_tagging &&
@@ -5281,6 +5791,7 @@ module DocuSign_eSign
5281
5791
  allow_cd_withdraw == o.allow_cd_withdraw &&
5282
5792
  allow_cd_withdraw_metadata == o.allow_cd_withdraw_metadata &&
5283
5793
  allow_connect_http_listener_configs == o.allow_connect_http_listener_configs &&
5794
+ allow_connect_o_auth_ui == o.allow_connect_o_auth_ui &&
5284
5795
  allow_connect_send_finish_later == o.allow_connect_send_finish_later &&
5285
5796
  allow_connect_send_finish_later_metadata == o.allow_connect_send_finish_later_metadata &&
5286
5797
  allow_connect_unified_payload_ui == o.allow_connect_unified_payload_ui &&
@@ -5292,6 +5803,8 @@ module DocuSign_eSign
5292
5803
  allow_delayed_routing_metadata == o.allow_delayed_routing_metadata &&
5293
5804
  allow_delegated_signing == o.allow_delegated_signing &&
5294
5805
  allow_delegated_signing_metadata == o.allow_delegated_signing_metadata &&
5806
+ allow_doc_gen_documents == o.allow_doc_gen_documents &&
5807
+ allow_doc_gen_documents_metadata == o.allow_doc_gen_documents_metadata &&
5295
5808
  allow_document_disclosures == o.allow_document_disclosures &&
5296
5809
  allow_document_disclosures_metadata == o.allow_document_disclosures_metadata &&
5297
5810
  allow_documents_on_signed_envelopes == o.allow_documents_on_signed_envelopes &&
@@ -5322,6 +5835,8 @@ module DocuSign_eSign
5322
5835
  allow_external_linked_accounts_metadata == o.allow_external_linked_accounts_metadata &&
5323
5836
  allow_external_signature_pad == o.allow_external_signature_pad &&
5324
5837
  allow_external_signature_pad_metadata == o.allow_external_signature_pad_metadata &&
5838
+ allow_idv_for_eu_qualified_signatures == o.allow_idv_for_eu_qualified_signatures &&
5839
+ allow_idv_for_eu_qualified_signatures_metadata == o.allow_idv_for_eu_qualified_signatures_metadata &&
5325
5840
  allow_idv_level1 == o.allow_idv_level1 &&
5326
5841
  allow_idv_level1_metadata == o.allow_idv_level1_metadata &&
5327
5842
  allow_idv_level2 == o.allow_idv_level2 &&
@@ -5370,8 +5885,12 @@ module DocuSign_eSign
5370
5885
  allow_organization_to_use_remote_notary_metadata == o.allow_organization_to_use_remote_notary_metadata &&
5371
5886
  allow_organization_to_use_third_party_electronic_notary == o.allow_organization_to_use_third_party_electronic_notary &&
5372
5887
  allow_organization_to_use_third_party_electronic_notary_metadata == o.allow_organization_to_use_third_party_electronic_notary_metadata &&
5888
+ allow_participant_recipient_type == o.allow_participant_recipient_type &&
5889
+ allow_participant_recipient_type_metadata == o.allow_participant_recipient_type_metadata &&
5373
5890
  allow_payment_processing == o.allow_payment_processing &&
5374
5891
  allow_payment_processing_metadata == o.allow_payment_processing_metadata &&
5892
+ allow_performance_analytics == o.allow_performance_analytics &&
5893
+ allow_performance_analytics_metadata == o.allow_performance_analytics_metadata &&
5375
5894
  allow_phone_authentication == o.allow_phone_authentication &&
5376
5895
  allow_phone_authentication_metadata == o.allow_phone_authentication_metadata &&
5377
5896
  allow_phone_auth_override == o.allow_phone_auth_override &&
@@ -5542,6 +6061,8 @@ module DocuSign_eSign
5542
6061
  enable_combined_pdf_download_for_sbs == o.enable_combined_pdf_download_for_sbs &&
5543
6062
  enable_comments_history_download_in_signing == o.enable_comments_history_download_in_signing &&
5544
6063
  enable_comments_history_download_in_signing_metadata == o.enable_comments_history_download_in_signing_metadata &&
6064
+ enable_contact_suggestions == o.enable_contact_suggestions &&
6065
+ enable_contact_suggestions_metadata == o.enable_contact_suggestions_metadata &&
5545
6066
  enable_customer_satisfaction_metric_tracking == o.enable_customer_satisfaction_metric_tracking &&
5546
6067
  enable_customer_satisfaction_metric_tracking_metadata == o.enable_customer_satisfaction_metric_tracking_metadata &&
5547
6068
  enable_ds_pro == o.enable_ds_pro &&
@@ -5550,6 +6071,8 @@ module DocuSign_eSign
5550
6071
  enable_envelope_stamping_by_account_admin_metadata == o.enable_envelope_stamping_by_account_admin_metadata &&
5551
6072
  enable_envelope_stamping_by_ds_admin == o.enable_envelope_stamping_by_ds_admin &&
5552
6073
  enable_envelope_stamping_by_ds_admin_metadata == o.enable_envelope_stamping_by_ds_admin_metadata &&
6074
+ enable_e_sign_api_hourly_limit_management == o.enable_e_sign_api_hourly_limit_management &&
6075
+ enable_e_sign_api_hourly_limit_management_metadata == o.enable_e_sign_api_hourly_limit_management_metadata &&
5553
6076
  enable_esign_communities == o.enable_esign_communities &&
5554
6077
  enable_esign_communities_metadata == o.enable_esign_communities_metadata &&
5555
6078
  enable_id_fx_accountless_sms_auth_for_part11 == o.enable_id_fx_accountless_sms_auth_for_part11 &&
@@ -5562,6 +6085,7 @@ module DocuSign_eSign
5562
6085
  enable_in_browser_editor_metadata == o.enable_in_browser_editor_metadata &&
5563
6086
  enable_key_terms_suggestions_by_document_type == o.enable_key_terms_suggestions_by_document_type &&
5564
6087
  enable_key_terms_suggestions_by_document_type_metadata == o.enable_key_terms_suggestions_by_document_type_metadata &&
6088
+ enable_participant_recipient_setting_metadata == o.enable_participant_recipient_setting_metadata &&
5565
6089
  enable_payment_processing == o.enable_payment_processing &&
5566
6090
  enable_payment_processing_metadata == o.enable_payment_processing_metadata &&
5567
6091
  enable_pdfa_conversion == o.enable_pdfa_conversion &&
@@ -5639,6 +6163,10 @@ module DocuSign_eSign
5639
6163
  envelope_integration_allowed_metadata == o.envelope_integration_allowed_metadata &&
5640
6164
  envelope_integration_enabled == o.envelope_integration_enabled &&
5641
6165
  envelope_integration_enabled_metadata == o.envelope_integration_enabled_metadata &&
6166
+ envelope_limits_total_document_size_allowed_in_mb == o.envelope_limits_total_document_size_allowed_in_mb &&
6167
+ envelope_limits_total_document_size_allowed_in_mb_enabled == o.envelope_limits_total_document_size_allowed_in_mb_enabled &&
6168
+ envelope_limits_total_document_size_allowed_in_mb_enabled_metadata == o.envelope_limits_total_document_size_allowed_in_mb_enabled_metadata &&
6169
+ envelope_limits_total_document_size_allowed_in_mb_metadata == o.envelope_limits_total_document_size_allowed_in_mb_metadata &&
5642
6170
  envelope_stamping_default_value == o.envelope_stamping_default_value &&
5643
6171
  envelope_stamping_default_value_metadata == o.envelope_stamping_default_value_metadata &&
5644
6172
  exit_prompt == o.exit_prompt &&
@@ -5699,6 +6227,12 @@ module DocuSign_eSign
5699
6227
  opt_out_auto_nav_text_and_tab_color_updates_metadata == o.opt_out_auto_nav_text_and_tab_color_updates_metadata &&
5700
6228
  opt_out_new_platform_seal == o.opt_out_new_platform_seal &&
5701
6229
  opt_out_new_platform_seal_platform_metadata == o.opt_out_new_platform_seal_platform_metadata &&
6230
+ pdf_max_chunked_upload_part_size == o.pdf_max_chunked_upload_part_size &&
6231
+ pdf_max_chunked_upload_part_size_metadata == o.pdf_max_chunked_upload_part_size_metadata &&
6232
+ pdf_max_chunked_upload_total_size == o.pdf_max_chunked_upload_total_size &&
6233
+ pdf_max_chunked_upload_total_size_metadata == o.pdf_max_chunked_upload_total_size_metadata &&
6234
+ pdf_max_individual_upload_size == o.pdf_max_individual_upload_size &&
6235
+ pdf_max_individual_upload_size_metadata == o.pdf_max_individual_upload_size_metadata &&
5702
6236
  phone_auth_recipient_may_provide_phone_number == o.phone_auth_recipient_may_provide_phone_number &&
5703
6237
  phone_auth_recipient_may_provide_phone_number_metadata == o.phone_auth_recipient_may_provide_phone_number_metadata &&
5704
6238
  pki_sign_downloaded_pdf_docs == o.pki_sign_downloaded_pdf_docs &&
@@ -5867,7 +6401,7 @@ module DocuSign_eSign
5867
6401
  # Calculates hash code according to all attributes.
5868
6402
  # @return [Fixnum] Hash code
5869
6403
  def hash
5870
- [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_delayed_routing, allow_delayed_routing_metadata, allow_delegated_signing, allow_delegated_signing_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_electronic_notary, allow_in_person_electronic_notary_metadata, allow_in_person_metadata, allow_managed_stamps, allow_managed_stamps_metadata, allow_managing_envelopes_on_behalf_of_others, allow_managing_envelopes_on_behalf_of_others_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_in_person_electronic_notary, allow_organization_to_use_in_person_electronic_notary_metadata, allow_organization_to_use_remote_notary, allow_organization_to_use_remote_notary_metadata, allow_organization_to_use_third_party_electronic_notary, allow_organization_to_use_third_party_electronic_notary_metadata, allow_payment_processing, allow_payment_processing_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_scheduled_sending, allow_scheduled_sending_metadata, allow_security_appliance, allow_security_appliance_metadata, allow_sending_envelopes_on_behalf_of_others, allow_sending_envelopes_on_behalf_of_others_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_third_party_electronic_notary, allow_third_party_electronic_notary_metadata, allow_users_to_access_directory, allow_users_to_access_directory_metadata, allow_value_insights, allow_value_insights_metadata, allow_web_forms, allow_web_forms_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_action_resend_limit, 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, cfr21_simplified_signing_enabled, cfr21_simplified_signing_enabled_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, dss_sign_28411_enable_leave_page_prompt_radmin_option, dss_sign_29182_slide_up_bar_radmin_option, 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_combined_pdf_download_for_sbs, 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_accountless_sms_auth_for_part11, enable_id_fx_accountless_sms_auth_for_part11_metadata, enable_id_fx_intuit_kba, enable_id_fx_intuit_kba_metadata, enable_id_fx_phone_authentication, enable_id_fx_phone_authentication_metadata, enable_in_browser_editor, enable_in_browser_editor_metadata, enable_key_terms_suggestions_by_document_type, enable_key_terms_suggestions_by_document_type_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_site_specific_api, enable_search_site_specific_api_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_sms_delivery_primary, 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, exit_prompt, exit_prompt_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, finish_reminder, finish_reminder_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_lockout_recipient_notification, send_lockout_recipient_notification_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, use_smart_contracts_v1, 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
6404
+ [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_agreement_orchestration_workflows, allow_agreement_orchestration_workflows_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_o_auth_ui, 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_delayed_routing, allow_delayed_routing_metadata, allow_delegated_signing, allow_delegated_signing_metadata, allow_doc_gen_documents, allow_doc_gen_documents_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_for_eu_qualified_signatures, allow_idv_for_eu_qualified_signatures_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_electronic_notary, allow_in_person_electronic_notary_metadata, allow_in_person_metadata, allow_managed_stamps, allow_managed_stamps_metadata, allow_managing_envelopes_on_behalf_of_others, allow_managing_envelopes_on_behalf_of_others_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_in_person_electronic_notary, allow_organization_to_use_in_person_electronic_notary_metadata, allow_organization_to_use_remote_notary, allow_organization_to_use_remote_notary_metadata, allow_organization_to_use_third_party_electronic_notary, allow_organization_to_use_third_party_electronic_notary_metadata, allow_participant_recipient_type, allow_participant_recipient_type_metadata, allow_payment_processing, allow_payment_processing_metadata, allow_performance_analytics, allow_performance_analytics_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_scheduled_sending, allow_scheduled_sending_metadata, allow_security_appliance, allow_security_appliance_metadata, allow_sending_envelopes_on_behalf_of_others, allow_sending_envelopes_on_behalf_of_others_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_third_party_electronic_notary, allow_third_party_electronic_notary_metadata, allow_users_to_access_directory, allow_users_to_access_directory_metadata, allow_value_insights, allow_value_insights_metadata, allow_web_forms, allow_web_forms_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_action_resend_limit, 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, cfr21_simplified_signing_enabled, cfr21_simplified_signing_enabled_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, dss_sign_28411_enable_leave_page_prompt_radmin_option, dss_sign_29182_slide_up_bar_radmin_option, 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_combined_pdf_download_for_sbs, enable_comments_history_download_in_signing, enable_comments_history_download_in_signing_metadata, enable_contact_suggestions, enable_contact_suggestions_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_e_sign_api_hourly_limit_management, enable_e_sign_api_hourly_limit_management_metadata, enable_esign_communities, enable_esign_communities_metadata, enable_id_fx_accountless_sms_auth_for_part11, enable_id_fx_accountless_sms_auth_for_part11_metadata, enable_id_fx_intuit_kba, enable_id_fx_intuit_kba_metadata, enable_id_fx_phone_authentication, enable_id_fx_phone_authentication_metadata, enable_in_browser_editor, enable_in_browser_editor_metadata, enable_key_terms_suggestions_by_document_type, enable_key_terms_suggestions_by_document_type_metadata, enable_participant_recipient_setting_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_site_specific_api, enable_search_site_specific_api_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_sms_delivery_primary, 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_limits_total_document_size_allowed_in_mb, envelope_limits_total_document_size_allowed_in_mb_enabled, envelope_limits_total_document_size_allowed_in_mb_enabled_metadata, envelope_limits_total_document_size_allowed_in_mb_metadata, envelope_stamping_default_value, envelope_stamping_default_value_metadata, exit_prompt, exit_prompt_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, finish_reminder, finish_reminder_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, pdf_max_chunked_upload_part_size, pdf_max_chunked_upload_part_size_metadata, pdf_max_chunked_upload_total_size, pdf_max_chunked_upload_total_size_metadata, pdf_max_individual_upload_size, pdf_max_individual_upload_size_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_lockout_recipient_notification, send_lockout_recipient_notification_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, use_smart_contracts_v1, 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
5871
6405
  end
5872
6406
 
5873
6407
  # Builds the object from hash