From f16b77f560491cc0d91a67c27b7441825a52cdfd Mon Sep 17 00:00:00 2001 From: root Date: Mon, 23 May 2022 13:39:09 -0700 Subject: [PATCH] Version 3.16.0-v2.1-22.1.02.00 release --- CHANGELOG.md | 6 + docusign_esign/__init__.py | 6 +- docusign_esign/apis/accounts_api.py | 114 +- docusign_esign/apis/envelopes_api.py | 12 +- docusign_esign/client/api_client.py | 2 +- docusign_esign/models/__init__.py | 6 +- .../models/account_role_settings.py | 52 + .../models/account_settings_information.py | 222 +- docusign_esign/models/account_ui_settings.py | 52 +- docusign_esign/models/approve.py | 52 + .../models/billing_invoices_summary.py | 54 + .../models/billing_plan_information.py | 54 + .../models/bulk_send_batch_status.py | 27 + .../models/bulk_send_envelopes_info.py | 270 +++ .../models/bulk_send_error_status.py | 27 + docusign_esign/models/checkbox.py | 52 + docusign_esign/models/comment_thread.py | 52 + docusign_esign/models/commission_county.py | 52 + .../models/commission_expiration.py | 52 + docusign_esign/models/commission_number.py | 52 + docusign_esign/models/commission_state.py | 52 + docusign_esign/models/company.py | 52 + .../models/connect_custom_configuration.py | 54 + docusign_esign/models/currency.py | 52 + docusign_esign/models/date_signed.py | 52 + docusign_esign/models/decline.py | 52 + docusign_esign/models/draw.py | 52 + docusign_esign/models/email.py | 52 + docusign_esign/models/email_address.py | 52 + docusign_esign/models/envelope_id.py | 52 + docusign_esign/models/first_name.py | 52 + docusign_esign/models/formula_tab.py | 52 + docusign_esign/models/full_name.py | 52 + .../models/id_evidence_resource_token.py | 151 ++ .../models/id_evidence_view_link.py | 124 + docusign_esign/models/initial_here.py | 52 + docusign_esign/models/last_name.py | 52 + docusign_esign/models/list.py | 52 + docusign_esign/models/model_date.py | 52 + .../models/new_account_definition.py | 54 + docusign_esign/models/notarize.py | 52 + docusign_esign/models/notary_seal.py | 52 + docusign_esign/models/note.py | 52 + docusign_esign/models/number.py | 52 + docusign_esign/models/participant.py | 2024 +++++++++++++++++ docusign_esign/models/phone_number.py | 52 + docusign_esign/models/poly_line_overlay.py | 52 + docusign_esign/models/radio.py | 52 + .../models/recipient_token_client_ur_ls.py | 272 +++ docusign_esign/models/recipients.py | 27 + docusign_esign/models/sender_company.py | 52 + docusign_esign/models/sender_name.py | 52 + docusign_esign/models/sign_here.py | 52 + docusign_esign/models/signer_attachment.py | 52 + docusign_esign/models/smart_section.py | 52 + docusign_esign/models/ssn.py | 52 + docusign_esign/models/tab_group.py | 52 + docusign_esign/models/template_recipients.py | 27 + docusign_esign/models/text.py | 52 + docusign_esign/models/title.py | 52 + .../models/user_settings_information.py | 52 + docusign_esign/models/view.py | 52 + docusign_esign/models/zip.py | 52 + requirements.txt | 2 +- setup.py | 4 +- 65 files changed, 5620 insertions(+), 155 deletions(-) create mode 100644 docusign_esign/models/id_evidence_resource_token.py create mode 100644 docusign_esign/models/id_evidence_view_link.py create mode 100644 docusign_esign/models/participant.py diff --git a/CHANGELOG.md b/CHANGELOG.md index 1332ea94..5f27c17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes. +## [v3.16.0] - eSignature API v2.1-22.1.02.00 - 2022-05-18 +### Changed +- Added support for version v2.1-22.1.02.00 of the DocuSign ESignature API. +- Updated the SDK release version. +- Added support for latest PyJwt versions of library. + ## [v3.15.0] - eSignature API v2.1-22.1.01.00 - 2022-04-07 ### Changed - Added support for version v2.1-22.1.01.00 of the DocuSign ESignature API. diff --git a/docusign_esign/__init__.py b/docusign_esign/__init__.py index 6788f0fb..9549ac27 100644 --- a/docusign_esign/__init__.py +++ b/docusign_esign/__init__.py @@ -309,6 +309,8 @@ from docusign_esign.models.id_check_configuration import IdCheckConfiguration from docusign_esign.models.id_check_information_input import IdCheckInformationInput from docusign_esign.models.id_check_security_step import IdCheckSecurityStep +from docusign_esign.models.id_evidence_resource_token import IdEvidenceResourceToken +from docusign_esign.models.id_evidence_view_link import IdEvidenceViewLink from docusign_esign.models.in_person_signer import InPersonSigner from docusign_esign.models.initial_here import InitialHere from docusign_esign.models.inline_template import InlineTemplate @@ -363,6 +365,7 @@ from docusign_esign.models.page import Page from docusign_esign.models.page_images import PageImages from docusign_esign.models.page_request import PageRequest +from docusign_esign.models.participant import Participant from docusign_esign.models.path_extended_element import PathExtendedElement from docusign_esign.models.pay_pal_legacy_settings import PayPalLegacySettings from docusign_esign.models.payment_details import PaymentDetails @@ -389,8 +392,6 @@ from docusign_esign.models.power_forms_response import PowerFormsResponse from docusign_esign.models.prefill_form_data import PrefillFormData from docusign_esign.models.prefill_tabs import PrefillTabs -from docusign_esign.models.proof_service_resource_token import ProofServiceResourceToken -from docusign_esign.models.proof_service_view_link import ProofServiceViewLink from docusign_esign.models.property_metadata import PropertyMetadata from docusign_esign.models.province import Province from docusign_esign.models.provisioning_information import ProvisioningInformation @@ -426,7 +427,6 @@ from docusign_esign.models.recipients_update_summary import RecipientsUpdateSummary from docusign_esign.models.referral_information import ReferralInformation from docusign_esign.models.reminders import Reminders -from docusign_esign.models.reserved_domain_existence import ReservedDomainExistence from docusign_esign.models.resource_information import ResourceInformation from docusign_esign.models.return_url_request import ReturnUrlRequest from docusign_esign.models.scheduled_sending import ScheduledSending diff --git a/docusign_esign/apis/accounts_api.py b/docusign_esign/apis/accounts_api.py index 3386f9e6..e22bfb55 100644 --- a/docusign_esign/apis/accounts_api.py +++ b/docusign_esign/apis/accounts_api.py @@ -4122,114 +4122,6 @@ def get_provisioning_with_http_info(self, **kwargs): _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def get_reserved_domain_existence(self, account_id, email_domain, **kwargs): - """ - Returns whether or not the specified email domain is reserved/claimed. - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.get_reserved_domain_existence(account_id, email_domain, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str account_id: The external account number (int) or account ID Guid. (required) - :param str email_domain: (required) - :return: ReservedDomainExistence - If the method is called asynchronously, - returns the request thread. - """ - kwargs['_return_http_data_only'] = True - if kwargs.get('callback'): - return self.get_reserved_domain_existence_with_http_info(account_id, email_domain, **kwargs) - else: - (data) = self.get_reserved_domain_existence_with_http_info(account_id, email_domain, **kwargs) - return data - - def get_reserved_domain_existence_with_http_info(self, account_id, email_domain, **kwargs): - """ - Returns whether or not the specified email domain is reserved/claimed. - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please define a `callback` function - to be invoked when receiving the response. - >>> def callback_function(response): - >>> pprint(response) - >>> - >>> thread = api.get_reserved_domain_existence_with_http_info(account_id, email_domain, callback=callback_function) - - :param callback function: The callback function - for asynchronous request. (optional) - :param str account_id: The external account number (int) or account ID Guid. (required) - :param str email_domain: (required) - :return: ReservedDomainExistence - If the method is called asynchronously, - returns the request thread. - """ - - all_params = ['account_id', 'email_domain'] - all_params.append('callback') - all_params.append('_return_http_data_only') - all_params.append('_preload_content') - all_params.append('_request_timeout') - - params = locals() - for key, val in iteritems(params['kwargs']): - if key not in all_params: - raise TypeError( - "Got an unexpected keyword argument '%s'" - " to method get_reserved_domain_existence" % key - ) - params[key] = val - del params['kwargs'] - # verify the required parameter 'account_id' is set - if ('account_id' not in params) or (params['account_id'] is None): - raise ValueError("Missing the required parameter `account_id` when calling `get_reserved_domain_existence`") - # verify the required parameter 'email_domain' is set - if ('email_domain' not in params) or (params['email_domain'] is None): - raise ValueError("Missing the required parameter `email_domain` when calling `get_reserved_domain_existence`") - - - collection_formats = {} - - resource_path = '/v2.1/accounts/{accountId}/reserved_domains'.replace('{format}', 'json') - path_params = {} - if 'account_id' in params: - path_params['accountId'] = params['account_id'] - - query_params = {} - if 'email_domain' in params: - query_params['email_domain'] = params['email_domain'] - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # Authentication setting - auth_settings = [] - - return self.api_client.call_api(resource_path, 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='ReservedDomainExistence', - auth_settings=auth_settings, - callback=params.get('callback'), - _return_http_data_only=params.get('_return_http_data_only'), - _preload_content=params.get('_preload_content', True), - _request_timeout=params.get('_request_timeout'), - collection_formats=collection_formats) - def get_supported_languages(self, account_id, **kwargs): """ Gets list of supported languages for recipient language setting. @@ -5976,6 +5868,7 @@ def update_brand(self, account_id, brand_id, **kwargs): for asynchronous request. (optional) :param str account_id: The external account number (int) or account ID Guid. (required) :param str brand_id: The unique identifier of a brand. (required) + :param str replace_brand: :param Brand brand: :return: Brand If the method is called asynchronously, @@ -6003,13 +5896,14 @@ def update_brand_with_http_info(self, account_id, brand_id, **kwargs): for asynchronous request. (optional) :param str account_id: The external account number (int) or account ID Guid. (required) :param str brand_id: The unique identifier of a brand. (required) + :param str replace_brand: :param Brand brand: :return: Brand If the method is called asynchronously, returns the request thread. """ - all_params = ['account_id', 'brand_id', 'brand'] + all_params = ['account_id', 'brand_id', 'replace_brand', 'brand'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -6042,6 +5936,8 @@ def update_brand_with_http_info(self, account_id, brand_id, **kwargs): path_params['brandId'] = params['brand_id'] query_params = {} + if 'replace_brand' in params: + query_params['replace_brand'] = params['replace_brand'] header_params = {} diff --git a/docusign_esign/apis/envelopes_api.py b/docusign_esign/apis/envelopes_api.py index 1b3bd3d6..f66e06eb 100644 --- a/docusign_esign/apis/envelopes_api.py +++ b/docusign_esign/apis/envelopes_api.py @@ -2241,7 +2241,7 @@ def create_recipient_proof_file_link(self, account_id, envelope_id, recipient_id :param str account_id: The external account number (int) or account ID Guid. (required) :param str envelope_id: The envelopeId Guid of the envelope being accessed. (required) :param str recipient_id: The ID of the recipient being accessed. (required) - :return: ProofServiceViewLink + :return: IdEvidenceViewLink If the method is called asynchronously, returns the request thread. """ @@ -2268,7 +2268,7 @@ def create_recipient_proof_file_link_with_http_info(self, account_id, envelope_i :param str account_id: The external account number (int) or account ID Guid. (required) :param str envelope_id: The envelopeId Guid of the envelope being accessed. (required) :param str recipient_id: The ID of the recipient being accessed. (required) - :return: ProofServiceViewLink + :return: IdEvidenceViewLink If the method is called asynchronously, returns the request thread. """ @@ -2332,7 +2332,7 @@ def create_recipient_proof_file_link_with_http_info(self, account_id, envelope_i body=body_params, post_params=form_params, files=local_var_files, - response_type='ProofServiceViewLink', + response_type='IdEvidenceViewLink', auth_settings=auth_settings, callback=params.get('callback'), _return_http_data_only=params.get('_return_http_data_only'), @@ -2357,7 +2357,7 @@ def create_recipient_proof_file_resource_token(self, account_id, envelope_id, re :param str envelope_id: The envelopeId Guid of the envelope being accessed. (required) :param str recipient_id: The ID of the recipient being accessed. (required) :param str token_scopes: (required) - :return: ProofServiceResourceToken + :return: IdEvidenceResourceToken If the method is called asynchronously, returns the request thread. """ @@ -2385,7 +2385,7 @@ def create_recipient_proof_file_resource_token_with_http_info(self, account_id, :param str envelope_id: The envelopeId Guid of the envelope being accessed. (required) :param str recipient_id: The ID of the recipient being accessed. (required) :param str token_scopes: (required) - :return: ProofServiceResourceToken + :return: IdEvidenceResourceToken If the method is called asynchronously, returns the request thread. """ @@ -2454,7 +2454,7 @@ def create_recipient_proof_file_resource_token_with_http_info(self, account_id, body=body_params, post_params=form_params, files=local_var_files, - response_type='ProofServiceResourceToken', + response_type='IdEvidenceResourceToken', auth_settings=auth_settings, callback=params.get('callback'), _return_http_data_only=params.get('_return_http_data_only'), diff --git a/docusign_esign/client/api_client.py b/docusign_esign/client/api_client.py index ae786b14..cdd95dff 100644 --- a/docusign_esign/client/api_client.py +++ b/docusign_esign/client/api_client.py @@ -686,7 +686,7 @@ def request_jwt_user_token(self, client_id, user_id, oauth_host_name, private_ke later = now + (expires_in * 1) claim = {"iss": client_id, "sub": user_id, "aud": oauth_host_name, "iat": now, "exp": later, "scope": " ".join(scopes)} - token = jwt.encode(payload=claim, key=private_key_bytes, algorithm='RS256').decode("utf-8") + token = jwt.encode(payload=claim, key=private_key_bytes, algorithm='RS256') response = self.request("POST", "https://" + oauth_host_name + "/oauth/token", headers=self.sanitize_for_serialization( {"Content-Type": "application/x-www-form-urlencoded"}), diff --git a/docusign_esign/models/__init__.py b/docusign_esign/models/__init__.py index 0851236f..1b515855 100644 --- a/docusign_esign/models/__init__.py +++ b/docusign_esign/models/__init__.py @@ -273,6 +273,8 @@ from docusign_esign.models.id_check_configuration import IdCheckConfiguration from docusign_esign.models.id_check_information_input import IdCheckInformationInput from docusign_esign.models.id_check_security_step import IdCheckSecurityStep +from docusign_esign.models.id_evidence_resource_token import IdEvidenceResourceToken +from docusign_esign.models.id_evidence_view_link import IdEvidenceViewLink from docusign_esign.models.in_person_signer import InPersonSigner from docusign_esign.models.initial_here import InitialHere from docusign_esign.models.inline_template import InlineTemplate @@ -327,6 +329,7 @@ from docusign_esign.models.page import Page from docusign_esign.models.page_images import PageImages from docusign_esign.models.page_request import PageRequest +from docusign_esign.models.participant import Participant from docusign_esign.models.path_extended_element import PathExtendedElement from docusign_esign.models.pay_pal_legacy_settings import PayPalLegacySettings from docusign_esign.models.payment_details import PaymentDetails @@ -353,8 +356,6 @@ from docusign_esign.models.power_forms_response import PowerFormsResponse from docusign_esign.models.prefill_form_data import PrefillFormData from docusign_esign.models.prefill_tabs import PrefillTabs -from docusign_esign.models.proof_service_resource_token import ProofServiceResourceToken -from docusign_esign.models.proof_service_view_link import ProofServiceViewLink from docusign_esign.models.property_metadata import PropertyMetadata from docusign_esign.models.province import Province from docusign_esign.models.provisioning_information import ProvisioningInformation @@ -390,7 +391,6 @@ from docusign_esign.models.recipients_update_summary import RecipientsUpdateSummary from docusign_esign.models.referral_information import ReferralInformation from docusign_esign.models.reminders import Reminders -from docusign_esign.models.reserved_domain_existence import ReservedDomainExistence from docusign_esign.models.resource_information import ResourceInformation from docusign_esign.models.return_url_request import ReturnUrlRequest from docusign_esign.models.scheduled_sending import ScheduledSending diff --git a/docusign_esign/models/account_role_settings.py b/docusign_esign/models/account_role_settings.py index 923cb320..1b2080fc 100644 --- a/docusign_esign/models/account_role_settings.py +++ b/docusign_esign/models/account_role_settings.py @@ -85,6 +85,8 @@ class AccountRoleSettings(object): 'disable_other_actions_metadata': 'SettingsMetadata', 'enable_api_request_logging': 'str', 'enable_api_request_logging_metadata': 'SettingsMetadata', + 'enable_key_terms_suggestions_by_document_type': 'str', + 'enable_key_terms_suggestions_by_document_type_metadata': 'SettingsMetadata', 'enable_recipient_viewing_notifications': 'str', 'enable_recipient_viewing_notifications_metadata': 'SettingsMetadata', 'enable_sequential_signing_interface': 'str', @@ -165,6 +167,8 @@ class AccountRoleSettings(object): 'disable_other_actions_metadata': 'disableOtherActionsMetadata', 'enable_api_request_logging': 'enableApiRequestLogging', 'enable_api_request_logging_metadata': 'enableApiRequestLoggingMetadata', + 'enable_key_terms_suggestions_by_document_type': 'enableKeyTermsSuggestionsByDocumentType', + 'enable_key_terms_suggestions_by_document_type_metadata': 'enableKeyTermsSuggestionsByDocumentTypeMetadata', 'enable_recipient_viewing_notifications': 'enableRecipientViewingNotifications', 'enable_recipient_viewing_notifications_metadata': 'enableRecipientViewingNotificationsMetadata', 'enable_sequential_signing_interface': 'enableSequentialSigningInterface', @@ -250,6 +254,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._disable_other_actions_metadata = None self._enable_api_request_logging = None self._enable_api_request_logging_metadata = None + self._enable_key_terms_suggestions_by_document_type = None + self._enable_key_terms_suggestions_by_document_type_metadata = None self._enable_recipient_viewing_notifications = None self._enable_recipient_viewing_notifications_metadata = None self._enable_sequential_signing_interface = None @@ -329,6 +335,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('disable_other_actions_metadata'), kwargs.get('disable_other_actions_metadata', None)) setattr(self, "_{}".format('enable_api_request_logging'), kwargs.get('enable_api_request_logging', None)) setattr(self, "_{}".format('enable_api_request_logging_metadata'), kwargs.get('enable_api_request_logging_metadata', None)) + setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None)) + setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None)) setattr(self, "_{}".format('enable_recipient_viewing_notifications'), kwargs.get('enable_recipient_viewing_notifications', None)) setattr(self, "_{}".format('enable_recipient_viewing_notifications_metadata'), kwargs.get('enable_recipient_viewing_notifications_metadata', None)) setattr(self, "_{}".format('enable_sequential_signing_interface'), kwargs.get('enable_sequential_signing_interface', None)) @@ -1499,6 +1507,50 @@ def enable_api_request_logging_metadata(self, enable_api_request_logging_metadat self._enable_api_request_logging_metadata = enable_api_request_logging_metadata + @property + def enable_key_terms_suggestions_by_document_type(self): + """Gets the enable_key_terms_suggestions_by_document_type of this AccountRoleSettings. # noqa: E501 + + # noqa: E501 + + :return: The enable_key_terms_suggestions_by_document_type of this AccountRoleSettings. # noqa: E501 + :rtype: str + """ + return self._enable_key_terms_suggestions_by_document_type + + @enable_key_terms_suggestions_by_document_type.setter + def enable_key_terms_suggestions_by_document_type(self, enable_key_terms_suggestions_by_document_type): + """Sets the enable_key_terms_suggestions_by_document_type of this AccountRoleSettings. + + # noqa: E501 + + :param enable_key_terms_suggestions_by_document_type: The enable_key_terms_suggestions_by_document_type of this AccountRoleSettings. # noqa: E501 + :type: str + """ + + self._enable_key_terms_suggestions_by_document_type = enable_key_terms_suggestions_by_document_type + + @property + def enable_key_terms_suggestions_by_document_type_metadata(self): + """Gets the enable_key_terms_suggestions_by_document_type_metadata of this AccountRoleSettings. # noqa: E501 + + + :return: The enable_key_terms_suggestions_by_document_type_metadata of this AccountRoleSettings. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_key_terms_suggestions_by_document_type_metadata + + @enable_key_terms_suggestions_by_document_type_metadata.setter + def enable_key_terms_suggestions_by_document_type_metadata(self, enable_key_terms_suggestions_by_document_type_metadata): + """Sets the enable_key_terms_suggestions_by_document_type_metadata of this AccountRoleSettings. + + + :param enable_key_terms_suggestions_by_document_type_metadata: The enable_key_terms_suggestions_by_document_type_metadata of this AccountRoleSettings. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_key_terms_suggestions_by_document_type_metadata = enable_key_terms_suggestions_by_document_type_metadata + @property def enable_recipient_viewing_notifications(self): """Gets the enable_recipient_viewing_notifications of this AccountRoleSettings. # noqa: E501 diff --git a/docusign_esign/models/account_settings_information.py b/docusign_esign/models/account_settings_information.py index 049f2716..bfbe1b32 100644 --- a/docusign_esign/models/account_settings_information.py +++ b/docusign_esign/models/account_settings_information.py @@ -233,6 +233,7 @@ class AccountSettingsInformation(object): 'billing_address': 'AddressInformation', 'billing_address_metadata': 'SettingsMetadata', 'bulk_send': 'str', + 'bulk_send_action_resend_limit': 'str', 'bulk_send_max_copies_in_batch': 'str', 'bulk_send_max_unprocessed_envelopes_count': 'str', 'bulk_send_metadata': 'SettingsMetadata', @@ -316,6 +317,7 @@ class AccountSettingsInformation(object): 'enable_calculated_fields_metadata': 'SettingsMetadata', 'enable_clickwraps': 'str', 'enable_clickwraps_metadata': 'SettingsMetadata', + 'enable_combined_pdf_download_for_sbs': 'str', 'enable_comments_history_download_in_signing': 'str', 'enable_comments_history_download_in_signing_metadata': 'SettingsMetadata', 'enable_customer_satisfaction_metric_tracking': 'str', @@ -328,12 +330,16 @@ class AccountSettingsInformation(object): 'enable_envelope_stamping_by_ds_admin_metadata': 'SettingsMetadata', 'enable_esign_communities': 'str', 'enable_esign_communities_metadata': 'SettingsMetadata', + 'enable_id_fx_accountless_sms_auth_for_part11': 'str', + 'enable_id_fx_accountless_sms_auth_for_part11_metadata': 'SettingsMetadata', 'enable_id_fx_intuit_kba': 'str', 'enable_id_fx_intuit_kba_metadata': 'SettingsMetadata', 'enable_id_fx_phone_authentication': 'str', 'enable_id_fx_phone_authentication_metadata': 'SettingsMetadata', 'enable_in_browser_editor': 'str', 'enable_in_browser_editor_metadata': 'SettingsMetadata', + 'enable_key_terms_suggestions_by_document_type': 'str', + 'enable_key_terms_suggestions_by_document_type_metadata': 'SettingsMetadata', 'enable_payment_processing': 'str', 'enable_payment_processing_metadata': 'SettingsMetadata', 'enable_pdfa_conversion': 'str', @@ -358,6 +364,8 @@ class AccountSettingsInformation(object): 'enable_scheduled_release_metadata': 'SettingsMetadata', 'enable_search': 'str', 'enable_search_metadata': 'SettingsMetadata', + 'enable_search_site_specific_api': 'str', + 'enable_search_site_specific_api_metadata': 'SettingsMetadata', 'enable_search_ui': 'str', 'enable_search_ui_metadata': 'SettingsMetadata', 'enable_sending_tags_font_settings': 'str', @@ -829,6 +837,7 @@ class AccountSettingsInformation(object): 'billing_address': 'billingAddress', 'billing_address_metadata': 'billingAddressMetadata', 'bulk_send': 'bulkSend', + 'bulk_send_action_resend_limit': 'bulkSendActionResendLimit', 'bulk_send_max_copies_in_batch': 'bulkSendMaxCopiesInBatch', 'bulk_send_max_unprocessed_envelopes_count': 'bulkSendMaxUnprocessedEnvelopesCount', 'bulk_send_metadata': 'bulkSendMetadata', @@ -912,6 +921,7 @@ class AccountSettingsInformation(object): 'enable_calculated_fields_metadata': 'enableCalculatedFieldsMetadata', 'enable_clickwraps': 'enableClickwraps', 'enable_clickwraps_metadata': 'enableClickwrapsMetadata', + 'enable_combined_pdf_download_for_sbs': 'enableCombinedPDFDownloadForSBS', 'enable_comments_history_download_in_signing': 'enableCommentsHistoryDownloadInSigning', 'enable_comments_history_download_in_signing_metadata': 'enableCommentsHistoryDownloadInSigningMetadata', 'enable_customer_satisfaction_metric_tracking': 'enableCustomerSatisfactionMetricTracking', @@ -924,12 +934,16 @@ class AccountSettingsInformation(object): 'enable_envelope_stamping_by_ds_admin_metadata': 'enableEnvelopeStampingByDSAdminMetadata', 'enable_esign_communities': 'enableEsignCommunities', 'enable_esign_communities_metadata': 'enableEsignCommunitiesMetadata', + 'enable_id_fx_accountless_sms_auth_for_part11': 'enableIDFxAccountlessSMSAuthForPart11', + 'enable_id_fx_accountless_sms_auth_for_part11_metadata': 'enableIDFxAccountlessSMSAuthForPart11Metadata', 'enable_id_fx_intuit_kba': 'enableIDFxIntuitKBA', 'enable_id_fx_intuit_kba_metadata': 'enableIDFxIntuitKBAMetadata', 'enable_id_fx_phone_authentication': 'enableIDFxPhoneAuthentication', 'enable_id_fx_phone_authentication_metadata': 'enableIDFxPhoneAuthenticationMetadata', 'enable_in_browser_editor': 'enableInBrowserEditor', 'enable_in_browser_editor_metadata': 'enableInBrowserEditorMetadata', + 'enable_key_terms_suggestions_by_document_type': 'enableKeyTermsSuggestionsByDocumentType', + 'enable_key_terms_suggestions_by_document_type_metadata': 'enableKeyTermsSuggestionsByDocumentTypeMetadata', 'enable_payment_processing': 'enablePaymentProcessing', 'enable_payment_processing_metadata': 'enablePaymentProcessingMetadata', 'enable_pdfa_conversion': 'enablePDFAConversion', @@ -954,6 +968,8 @@ class AccountSettingsInformation(object): 'enable_scheduled_release_metadata': 'enableScheduledReleaseMetadata', 'enable_search': 'enableSearch', 'enable_search_metadata': 'enableSearchMetadata', + 'enable_search_site_specific_api': 'enableSearchSiteSpecificApi', + 'enable_search_site_specific_api_metadata': 'enableSearchSiteSpecificApiMetadata', 'enable_search_ui': 'enableSearchUI', 'enable_search_ui_metadata': 'enableSearchUIMetadata', 'enable_sending_tags_font_settings': 'enableSendingTagsFontSettings', @@ -1430,6 +1446,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._billing_address = None self._billing_address_metadata = None self._bulk_send = None + self._bulk_send_action_resend_limit = None self._bulk_send_max_copies_in_batch = None self._bulk_send_max_unprocessed_envelopes_count = None self._bulk_send_metadata = None @@ -1513,6 +1530,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._enable_calculated_fields_metadata = None self._enable_clickwraps = None self._enable_clickwraps_metadata = None + self._enable_combined_pdf_download_for_sbs = None self._enable_comments_history_download_in_signing = None self._enable_comments_history_download_in_signing_metadata = None self._enable_customer_satisfaction_metric_tracking = None @@ -1525,12 +1543,16 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._enable_envelope_stamping_by_ds_admin_metadata = None self._enable_esign_communities = None self._enable_esign_communities_metadata = None + self._enable_id_fx_accountless_sms_auth_for_part11 = None + self._enable_id_fx_accountless_sms_auth_for_part11_metadata = None self._enable_id_fx_intuit_kba = None self._enable_id_fx_intuit_kba_metadata = None self._enable_id_fx_phone_authentication = None self._enable_id_fx_phone_authentication_metadata = None self._enable_in_browser_editor = None self._enable_in_browser_editor_metadata = None + self._enable_key_terms_suggestions_by_document_type = None + self._enable_key_terms_suggestions_by_document_type_metadata = None self._enable_payment_processing = None self._enable_payment_processing_metadata = None self._enable_pdfa_conversion = None @@ -1555,6 +1577,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._enable_scheduled_release_metadata = None self._enable_search = None self._enable_search_metadata = None + self._enable_search_site_specific_api = None + self._enable_search_site_specific_api_metadata = None self._enable_search_ui = None self._enable_search_ui_metadata = None self._enable_sending_tags_font_settings = None @@ -2025,6 +2049,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('billing_address'), kwargs.get('billing_address', None)) setattr(self, "_{}".format('billing_address_metadata'), kwargs.get('billing_address_metadata', None)) setattr(self, "_{}".format('bulk_send'), kwargs.get('bulk_send', None)) + setattr(self, "_{}".format('bulk_send_action_resend_limit'), kwargs.get('bulk_send_action_resend_limit', None)) setattr(self, "_{}".format('bulk_send_max_copies_in_batch'), kwargs.get('bulk_send_max_copies_in_batch', None)) setattr(self, "_{}".format('bulk_send_max_unprocessed_envelopes_count'), kwargs.get('bulk_send_max_unprocessed_envelopes_count', None)) setattr(self, "_{}".format('bulk_send_metadata'), kwargs.get('bulk_send_metadata', None)) @@ -2108,6 +2133,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('enable_calculated_fields_metadata'), kwargs.get('enable_calculated_fields_metadata', None)) setattr(self, "_{}".format('enable_clickwraps'), kwargs.get('enable_clickwraps', None)) setattr(self, "_{}".format('enable_clickwraps_metadata'), kwargs.get('enable_clickwraps_metadata', None)) + setattr(self, "_{}".format('enable_combined_pdf_download_for_sbs'), kwargs.get('enable_combined_pdf_download_for_sbs', None)) setattr(self, "_{}".format('enable_comments_history_download_in_signing'), kwargs.get('enable_comments_history_download_in_signing', None)) setattr(self, "_{}".format('enable_comments_history_download_in_signing_metadata'), kwargs.get('enable_comments_history_download_in_signing_metadata', None)) setattr(self, "_{}".format('enable_customer_satisfaction_metric_tracking'), kwargs.get('enable_customer_satisfaction_metric_tracking', None)) @@ -2120,12 +2146,16 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('enable_envelope_stamping_by_ds_admin_metadata'), kwargs.get('enable_envelope_stamping_by_ds_admin_metadata', None)) setattr(self, "_{}".format('enable_esign_communities'), kwargs.get('enable_esign_communities', None)) setattr(self, "_{}".format('enable_esign_communities_metadata'), kwargs.get('enable_esign_communities_metadata', None)) + setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11', None)) + setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11_metadata'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11_metadata', None)) setattr(self, "_{}".format('enable_id_fx_intuit_kba'), kwargs.get('enable_id_fx_intuit_kba', None)) setattr(self, "_{}".format('enable_id_fx_intuit_kba_metadata'), kwargs.get('enable_id_fx_intuit_kba_metadata', None)) setattr(self, "_{}".format('enable_id_fx_phone_authentication'), kwargs.get('enable_id_fx_phone_authentication', None)) setattr(self, "_{}".format('enable_id_fx_phone_authentication_metadata'), kwargs.get('enable_id_fx_phone_authentication_metadata', None)) setattr(self, "_{}".format('enable_in_browser_editor'), kwargs.get('enable_in_browser_editor', None)) setattr(self, "_{}".format('enable_in_browser_editor_metadata'), kwargs.get('enable_in_browser_editor_metadata', None)) + setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None)) + setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None)) setattr(self, "_{}".format('enable_payment_processing'), kwargs.get('enable_payment_processing', None)) setattr(self, "_{}".format('enable_payment_processing_metadata'), kwargs.get('enable_payment_processing_metadata', None)) setattr(self, "_{}".format('enable_pdfa_conversion'), kwargs.get('enable_pdfa_conversion', None)) @@ -2150,6 +2180,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('enable_scheduled_release_metadata'), kwargs.get('enable_scheduled_release_metadata', None)) setattr(self, "_{}".format('enable_search'), kwargs.get('enable_search', None)) setattr(self, "_{}".format('enable_search_metadata'), kwargs.get('enable_search_metadata', None)) + setattr(self, "_{}".format('enable_search_site_specific_api'), kwargs.get('enable_search_site_specific_api', None)) + setattr(self, "_{}".format('enable_search_site_specific_api_metadata'), kwargs.get('enable_search_site_specific_api_metadata', None)) setattr(self, "_{}".format('enable_search_ui'), kwargs.get('enable_search_ui', None)) setattr(self, "_{}".format('enable_search_ui_metadata'), kwargs.get('enable_search_ui_metadata', None)) setattr(self, "_{}".format('enable_sending_tags_font_settings'), kwargs.get('enable_sending_tags_font_settings', None)) @@ -4271,7 +4303,7 @@ def allow_in_person(self, allow_in_person): def allow_in_person_electronic_notary(self): """Gets the allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 - # noqa: E501 + Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 :return: The allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 :rtype: str @@ -4282,7 +4314,7 @@ def allow_in_person_electronic_notary(self): def allow_in_person_electronic_notary(self, allow_in_person_electronic_notary): """Sets the allow_in_person_electronic_notary of this AccountSettingsInformation. - # noqa: E501 + Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 :param allow_in_person_electronic_notary: The allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 :type: str @@ -4294,6 +4326,7 @@ def allow_in_person_electronic_notary(self, allow_in_person_electronic_notary): def allow_in_person_electronic_notary_metadata(self): """Gets the allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 + MetaData for the allowInPersonElectronicNotary flag # noqa: E501 :return: The allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata @@ -4304,6 +4337,7 @@ def allow_in_person_electronic_notary_metadata(self): def allow_in_person_electronic_notary_metadata(self, allow_in_person_electronic_notary_metadata): """Sets the allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. + MetaData for the allowInPersonElectronicNotary flag # noqa: E501 :param allow_in_person_electronic_notary_metadata: The allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata @@ -4952,7 +4986,7 @@ def allow_organization_sso_management_metadata(self, allow_organization_sso_mana def allow_organization_to_use_in_person_electronic_notary(self): """Gets the allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 - # noqa: E501 + Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 :return: The allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 :rtype: str @@ -4963,7 +4997,7 @@ def allow_organization_to_use_in_person_electronic_notary(self): def allow_organization_to_use_in_person_electronic_notary(self, allow_organization_to_use_in_person_electronic_notary): """Sets the allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. - # noqa: E501 + Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 :param allow_organization_to_use_in_person_electronic_notary: The allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 :type: str @@ -4975,6 +5009,7 @@ def allow_organization_to_use_in_person_electronic_notary(self, allow_organizati def allow_organization_to_use_in_person_electronic_notary_metadata(self): """Gets the allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 + MetaData for the allowOrganizationToUseInPersonElectronicNotary flag # noqa: E501 :return: The allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata @@ -4985,6 +5020,7 @@ def allow_organization_to_use_in_person_electronic_notary_metadata(self): def allow_organization_to_use_in_person_electronic_notary_metadata(self, allow_organization_to_use_in_person_electronic_notary_metadata): """Sets the allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. + MetaData for the allowOrganizationToUseInPersonElectronicNotary flag # noqa: E501 :param allow_organization_to_use_in_person_electronic_notary_metadata: The allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata @@ -6819,6 +6855,29 @@ def bulk_send(self, bulk_send): self._bulk_send = bulk_send + @property + def bulk_send_action_resend_limit(self): + """Gets the bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._bulk_send_action_resend_limit + + @bulk_send_action_resend_limit.setter + def bulk_send_action_resend_limit(self, bulk_send_action_resend_limit): + """Sets the bulk_send_action_resend_limit of this AccountSettingsInformation. + + # noqa: E501 + + :param bulk_send_action_resend_limit: The bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._bulk_send_action_resend_limit = bulk_send_action_resend_limit + @property def bulk_send_max_copies_in_batch(self): """Gets the bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 @@ -8648,6 +8707,29 @@ def enable_clickwraps_metadata(self, enable_clickwraps_metadata): self._enable_clickwraps_metadata = enable_clickwraps_metadata + @property + def enable_combined_pdf_download_for_sbs(self): + """Gets the enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_combined_pdf_download_for_sbs + + @enable_combined_pdf_download_for_sbs.setter + def enable_combined_pdf_download_for_sbs(self, enable_combined_pdf_download_for_sbs): + """Sets the enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_combined_pdf_download_for_sbs: The enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_combined_pdf_download_for_sbs = enable_combined_pdf_download_for_sbs + @property def enable_comments_history_download_in_signing(self): """Gets the enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 @@ -8912,6 +8994,50 @@ def enable_esign_communities_metadata(self, enable_esign_communities_metadata): self._enable_esign_communities_metadata = enable_esign_communities_metadata + @property + def enable_id_fx_accountless_sms_auth_for_part11(self): + """Gets the enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_id_fx_accountless_sms_auth_for_part11 + + @enable_id_fx_accountless_sms_auth_for_part11.setter + def enable_id_fx_accountless_sms_auth_for_part11(self, enable_id_fx_accountless_sms_auth_for_part11): + """Sets the enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_id_fx_accountless_sms_auth_for_part11: The enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_id_fx_accountless_sms_auth_for_part11 = enable_id_fx_accountless_sms_auth_for_part11 + + @property + def enable_id_fx_accountless_sms_auth_for_part11_metadata(self): + """Gets the enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501 + + + :return: The enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_id_fx_accountless_sms_auth_for_part11_metadata + + @enable_id_fx_accountless_sms_auth_for_part11_metadata.setter + def enable_id_fx_accountless_sms_auth_for_part11_metadata(self, enable_id_fx_accountless_sms_auth_for_part11_metadata): + """Sets the enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. + + + :param enable_id_fx_accountless_sms_auth_for_part11_metadata: The enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_id_fx_accountless_sms_auth_for_part11_metadata = enable_id_fx_accountless_sms_auth_for_part11_metadata + @property def enable_id_fx_intuit_kba(self): """Gets the enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501 @@ -9044,6 +9170,50 @@ def enable_in_browser_editor_metadata(self, enable_in_browser_editor_metadata): self._enable_in_browser_editor_metadata = enable_in_browser_editor_metadata + @property + def enable_key_terms_suggestions_by_document_type(self): + """Gets the enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_key_terms_suggestions_by_document_type + + @enable_key_terms_suggestions_by_document_type.setter + def enable_key_terms_suggestions_by_document_type(self, enable_key_terms_suggestions_by_document_type): + """Sets the enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_key_terms_suggestions_by_document_type: The enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_key_terms_suggestions_by_document_type = enable_key_terms_suggestions_by_document_type + + @property + def enable_key_terms_suggestions_by_document_type_metadata(self): + """Gets the enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501 + + + :return: The enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_key_terms_suggestions_by_document_type_metadata + + @enable_key_terms_suggestions_by_document_type_metadata.setter + def enable_key_terms_suggestions_by_document_type_metadata(self, enable_key_terms_suggestions_by_document_type_metadata): + """Sets the enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. + + + :param enable_key_terms_suggestions_by_document_type_metadata: The enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_key_terms_suggestions_by_document_type_metadata = enable_key_terms_suggestions_by_document_type_metadata + @property def enable_payment_processing(self): """Gets the enable_payment_processing of this AccountSettingsInformation. # noqa: E501 @@ -9572,6 +9742,50 @@ def enable_search_metadata(self, enable_search_metadata): self._enable_search_metadata = enable_search_metadata + @property + def enable_search_site_specific_api(self): + """Gets the enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_search_site_specific_api + + @enable_search_site_specific_api.setter + def enable_search_site_specific_api(self, enable_search_site_specific_api): + """Sets the enable_search_site_specific_api of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_search_site_specific_api: The enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_search_site_specific_api = enable_search_site_specific_api + + @property + def enable_search_site_specific_api_metadata(self): + """Gets the enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501 + + + :return: The enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_search_site_specific_api_metadata + + @enable_search_site_specific_api_metadata.setter + def enable_search_site_specific_api_metadata(self, enable_search_site_specific_api_metadata): + """Sets the enable_search_site_specific_api_metadata of this AccountSettingsInformation. + + + :param enable_search_site_specific_api_metadata: The enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_search_site_specific_api_metadata = enable_search_site_specific_api_metadata + @property def enable_search_ui(self): """Gets the enable_search_ui of this AccountSettingsInformation. # noqa: E501 diff --git a/docusign_esign/models/account_ui_settings.py b/docusign_esign/models/account_ui_settings.py index 43ad2b33..6dd1bddf 100644 --- a/docusign_esign/models/account_ui_settings.py +++ b/docusign_esign/models/account_ui_settings.py @@ -43,8 +43,8 @@ class AccountUISettings(object): 'enable_easy_sign_template_upload_metadata': 'SettingsMetadata', 'enable_envelope_copy_with_data': 'str', 'enable_envelope_copy_with_data_metadata': 'SettingsMetadata', - 'enable_legacy_homepage_link': 'str', - 'enable_legacy_homepage_link_metadata': 'SettingsMetadata', + 'enable_legacy_sendflow_link': 'str', + 'enable_legacy_sendflow_link_metadata': 'SettingsMetadata', 'has_external_linked_accounts': 'str', 'has_external_linked_accounts_metadata': 'SettingsMetadata', 'hide_send_an_envelope': 'str', @@ -74,8 +74,8 @@ class AccountUISettings(object): 'enable_easy_sign_template_upload_metadata': 'enableEasySignTemplateUploadMetadata', 'enable_envelope_copy_with_data': 'enableEnvelopeCopyWithData', 'enable_envelope_copy_with_data_metadata': 'enableEnvelopeCopyWithDataMetadata', - 'enable_legacy_homepage_link': 'enableLegacyHomepageLink', - 'enable_legacy_homepage_link_metadata': 'enableLegacyHomepageLinkMetadata', + 'enable_legacy_sendflow_link': 'enableLegacySendflowLink', + 'enable_legacy_sendflow_link_metadata': 'enableLegacySendflowLinkMetadata', 'has_external_linked_accounts': 'hasExternalLinkedAccounts', 'has_external_linked_accounts_metadata': 'hasExternalLinkedAccountsMetadata', 'hide_send_an_envelope': 'hideSendAnEnvelope', @@ -110,8 +110,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._enable_easy_sign_template_upload_metadata = None self._enable_envelope_copy_with_data = None self._enable_envelope_copy_with_data_metadata = None - self._enable_legacy_homepage_link = None - self._enable_legacy_homepage_link_metadata = None + self._enable_legacy_sendflow_link = None + self._enable_legacy_sendflow_link_metadata = None self._has_external_linked_accounts = None self._has_external_linked_accounts_metadata = None self._hide_send_an_envelope = None @@ -140,8 +140,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('enable_easy_sign_template_upload_metadata'), kwargs.get('enable_easy_sign_template_upload_metadata', None)) setattr(self, "_{}".format('enable_envelope_copy_with_data'), kwargs.get('enable_envelope_copy_with_data', None)) setattr(self, "_{}".format('enable_envelope_copy_with_data_metadata'), kwargs.get('enable_envelope_copy_with_data_metadata', None)) - setattr(self, "_{}".format('enable_legacy_homepage_link'), kwargs.get('enable_legacy_homepage_link', None)) - setattr(self, "_{}".format('enable_legacy_homepage_link_metadata'), kwargs.get('enable_legacy_homepage_link_metadata', None)) + setattr(self, "_{}".format('enable_legacy_sendflow_link'), kwargs.get('enable_legacy_sendflow_link', None)) + setattr(self, "_{}".format('enable_legacy_sendflow_link_metadata'), kwargs.get('enable_legacy_sendflow_link_metadata', None)) setattr(self, "_{}".format('has_external_linked_accounts'), kwargs.get('has_external_linked_accounts', None)) setattr(self, "_{}".format('has_external_linked_accounts_metadata'), kwargs.get('has_external_linked_accounts_metadata', None)) setattr(self, "_{}".format('hide_send_an_envelope'), kwargs.get('hide_send_an_envelope', None)) @@ -378,48 +378,48 @@ def enable_envelope_copy_with_data_metadata(self, enable_envelope_copy_with_data self._enable_envelope_copy_with_data_metadata = enable_envelope_copy_with_data_metadata @property - def enable_legacy_homepage_link(self): - """Gets the enable_legacy_homepage_link of this AccountUISettings. # noqa: E501 + def enable_legacy_sendflow_link(self): + """Gets the enable_legacy_sendflow_link of this AccountUISettings. # noqa: E501 # noqa: E501 - :return: The enable_legacy_homepage_link of this AccountUISettings. # noqa: E501 + :return: The enable_legacy_sendflow_link of this AccountUISettings. # noqa: E501 :rtype: str """ - return self._enable_legacy_homepage_link + return self._enable_legacy_sendflow_link - @enable_legacy_homepage_link.setter - def enable_legacy_homepage_link(self, enable_legacy_homepage_link): - """Sets the enable_legacy_homepage_link of this AccountUISettings. + @enable_legacy_sendflow_link.setter + def enable_legacy_sendflow_link(self, enable_legacy_sendflow_link): + """Sets the enable_legacy_sendflow_link of this AccountUISettings. # noqa: E501 - :param enable_legacy_homepage_link: The enable_legacy_homepage_link of this AccountUISettings. # noqa: E501 + :param enable_legacy_sendflow_link: The enable_legacy_sendflow_link of this AccountUISettings. # noqa: E501 :type: str """ - self._enable_legacy_homepage_link = enable_legacy_homepage_link + self._enable_legacy_sendflow_link = enable_legacy_sendflow_link @property - def enable_legacy_homepage_link_metadata(self): - """Gets the enable_legacy_homepage_link_metadata of this AccountUISettings. # noqa: E501 + def enable_legacy_sendflow_link_metadata(self): + """Gets the enable_legacy_sendflow_link_metadata of this AccountUISettings. # noqa: E501 - :return: The enable_legacy_homepage_link_metadata of this AccountUISettings. # noqa: E501 + :return: The enable_legacy_sendflow_link_metadata of this AccountUISettings. # noqa: E501 :rtype: SettingsMetadata """ - return self._enable_legacy_homepage_link_metadata + return self._enable_legacy_sendflow_link_metadata - @enable_legacy_homepage_link_metadata.setter - def enable_legacy_homepage_link_metadata(self, enable_legacy_homepage_link_metadata): - """Sets the enable_legacy_homepage_link_metadata of this AccountUISettings. + @enable_legacy_sendflow_link_metadata.setter + def enable_legacy_sendflow_link_metadata(self, enable_legacy_sendflow_link_metadata): + """Sets the enable_legacy_sendflow_link_metadata of this AccountUISettings. - :param enable_legacy_homepage_link_metadata: The enable_legacy_homepage_link_metadata of this AccountUISettings. # noqa: E501 + :param enable_legacy_sendflow_link_metadata: The enable_legacy_sendflow_link_metadata of this AccountUISettings. # noqa: E501 :type: SettingsMetadata """ - self._enable_legacy_homepage_link_metadata = enable_legacy_homepage_link_metadata + self._enable_legacy_sendflow_link_metadata = enable_legacy_sendflow_link_metadata @property def has_external_linked_accounts(self): diff --git a/docusign_esign/models/approve.py b/docusign_esign/models/approve.py index 73f37c66..76703458 100644 --- a/docusign_esign/models/approve.py +++ b/docusign_esign/models/approve.py @@ -57,6 +57,8 @@ class Approve(object): 'bold_metadata': 'PropertyMetadata', 'button_text': 'str', 'button_text_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -146,6 +148,8 @@ class Approve(object): 'bold_metadata': 'boldMetadata', 'button_text': 'buttonText', 'button_text_metadata': 'buttonTextMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -240,6 +244,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._bold_metadata = None self._button_text = None self._button_text_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -328,6 +334,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) setattr(self, "_{}".format('button_text'), kwargs.get('button_text', None)) setattr(self, "_{}".format('button_text_metadata'), kwargs.get('button_text_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -919,6 +927,50 @@ def button_text_metadata(self, button_text_metadata): self._button_text_metadata = button_text_metadata + @property + def caption(self): + """Gets the caption of this Approve. # noqa: E501 + + # noqa: E501 + + :return: The caption of this Approve. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this Approve. + + # noqa: E501 + + :param caption: The caption of this Approve. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this Approve. # noqa: E501 + + + :return: The caption_metadata of this Approve. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this Approve. + + + :param caption_metadata: The caption_metadata of this Approve. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this Approve. # noqa: E501 diff --git a/docusign_esign/models/billing_invoices_summary.py b/docusign_esign/models/billing_invoices_summary.py index 275f020f..0ee12e5b 100644 --- a/docusign_esign/models/billing_invoices_summary.py +++ b/docusign_esign/models/billing_invoices_summary.py @@ -33,13 +33,17 @@ class BillingInvoicesSummary(object): and the value is json key in definition. """ swagger_types = { + 'account_balance': 'str', 'billing_invoices': 'list[BillingInvoice]', + 'currency_code': 'str', 'past_due_balance': 'str', 'payment_allowed': 'str' } attribute_map = { + 'account_balance': 'accountBalance', 'billing_invoices': 'billingInvoices', + 'currency_code': 'currencyCode', 'past_due_balance': 'pastDueBalance', 'payment_allowed': 'paymentAllowed' } @@ -50,15 +54,42 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 _configuration = Configuration() self._configuration = _configuration + self._account_balance = None self._billing_invoices = None + self._currency_code = None self._past_due_balance = None self._payment_allowed = None self.discriminator = None + setattr(self, "_{}".format('account_balance'), kwargs.get('account_balance', None)) setattr(self, "_{}".format('billing_invoices'), kwargs.get('billing_invoices', None)) + setattr(self, "_{}".format('currency_code'), kwargs.get('currency_code', None)) setattr(self, "_{}".format('past_due_balance'), kwargs.get('past_due_balance', None)) setattr(self, "_{}".format('payment_allowed'), kwargs.get('payment_allowed', None)) + @property + def account_balance(self): + """Gets the account_balance of this BillingInvoicesSummary. # noqa: E501 + + # noqa: E501 + + :return: The account_balance of this BillingInvoicesSummary. # noqa: E501 + :rtype: str + """ + return self._account_balance + + @account_balance.setter + def account_balance(self, account_balance): + """Sets the account_balance of this BillingInvoicesSummary. + + # noqa: E501 + + :param account_balance: The account_balance of this BillingInvoicesSummary. # noqa: E501 + :type: str + """ + + self._account_balance = account_balance + @property def billing_invoices(self): """Gets the billing_invoices of this BillingInvoicesSummary. # noqa: E501 @@ -82,6 +113,29 @@ def billing_invoices(self, billing_invoices): self._billing_invoices = billing_invoices + @property + def currency_code(self): + """Gets the currency_code of this BillingInvoicesSummary. # noqa: E501 + + # noqa: E501 + + :return: The currency_code of this BillingInvoicesSummary. # noqa: E501 + :rtype: str + """ + return self._currency_code + + @currency_code.setter + def currency_code(self, currency_code): + """Sets the currency_code of this BillingInvoicesSummary. + + # noqa: E501 + + :param currency_code: The currency_code of this BillingInvoicesSummary. # noqa: E501 + :type: str + """ + + self._currency_code = currency_code + @property def past_due_balance(self): """Gets the past_due_balance of this BillingInvoicesSummary. # noqa: E501 diff --git a/docusign_esign/models/billing_plan_information.py b/docusign_esign/models/billing_plan_information.py index c090643a..f1a5ef16 100644 --- a/docusign_esign/models/billing_plan_information.py +++ b/docusign_esign/models/billing_plan_information.py @@ -38,12 +38,14 @@ class BillingPlanInformation(object): 'credit_card_information': 'CreditCardInformation', 'direct_debit_processor_information': 'DirectDebitProcessorInformation', 'downgrade_reason': 'str', + 'enable_pre_auth': 'str', 'enable_support': 'str', 'included_seats': 'str', 'incremental_seats': 'str', 'payment_method': 'str', 'payment_processor_information': 'PaymentProcessorInformation', 'plan_information': 'PlanInformation', + 'process_payment': 'str', 'referral_information': 'ReferralInformation', 'renewal_status': 'str', 'sale_discount_amount': 'str', @@ -60,12 +62,14 @@ class BillingPlanInformation(object): 'credit_card_information': 'creditCardInformation', 'direct_debit_processor_information': 'directDebitProcessorInformation', 'downgrade_reason': 'downgradeReason', + 'enable_pre_auth': 'enablePreAuth', 'enable_support': 'enableSupport', 'included_seats': 'includedSeats', 'incremental_seats': 'incrementalSeats', 'payment_method': 'paymentMethod', 'payment_processor_information': 'paymentProcessorInformation', 'plan_information': 'planInformation', + 'process_payment': 'processPayment', 'referral_information': 'referralInformation', 'renewal_status': 'renewalStatus', 'sale_discount_amount': 'saleDiscountAmount', @@ -87,12 +91,14 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._credit_card_information = None self._direct_debit_processor_information = None self._downgrade_reason = None + self._enable_pre_auth = None self._enable_support = None self._included_seats = None self._incremental_seats = None self._payment_method = None self._payment_processor_information = None self._plan_information = None + self._process_payment = None self._referral_information = None self._renewal_status = None self._sale_discount_amount = None @@ -108,12 +114,14 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('credit_card_information'), kwargs.get('credit_card_information', None)) setattr(self, "_{}".format('direct_debit_processor_information'), kwargs.get('direct_debit_processor_information', None)) setattr(self, "_{}".format('downgrade_reason'), kwargs.get('downgrade_reason', None)) + setattr(self, "_{}".format('enable_pre_auth'), kwargs.get('enable_pre_auth', None)) setattr(self, "_{}".format('enable_support'), kwargs.get('enable_support', None)) setattr(self, "_{}".format('included_seats'), kwargs.get('included_seats', None)) setattr(self, "_{}".format('incremental_seats'), kwargs.get('incremental_seats', None)) setattr(self, "_{}".format('payment_method'), kwargs.get('payment_method', None)) setattr(self, "_{}".format('payment_processor_information'), kwargs.get('payment_processor_information', None)) setattr(self, "_{}".format('plan_information'), kwargs.get('plan_information', None)) + setattr(self, "_{}".format('process_payment'), kwargs.get('process_payment', None)) setattr(self, "_{}".format('referral_information'), kwargs.get('referral_information', None)) setattr(self, "_{}".format('renewal_status'), kwargs.get('renewal_status', None)) setattr(self, "_{}".format('sale_discount_amount'), kwargs.get('sale_discount_amount', None)) @@ -230,6 +238,29 @@ def downgrade_reason(self, downgrade_reason): self._downgrade_reason = downgrade_reason + @property + def enable_pre_auth(self): + """Gets the enable_pre_auth of this BillingPlanInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_pre_auth of this BillingPlanInformation. # noqa: E501 + :rtype: str + """ + return self._enable_pre_auth + + @enable_pre_auth.setter + def enable_pre_auth(self, enable_pre_auth): + """Sets the enable_pre_auth of this BillingPlanInformation. + + # noqa: E501 + + :param enable_pre_auth: The enable_pre_auth of this BillingPlanInformation. # noqa: E501 + :type: str + """ + + self._enable_pre_auth = enable_pre_auth + @property def enable_support(self): """Gets the enable_support of this BillingPlanInformation. # noqa: E501 @@ -364,6 +395,29 @@ def plan_information(self, plan_information): self._plan_information = plan_information + @property + def process_payment(self): + """Gets the process_payment of this BillingPlanInformation. # noqa: E501 + + # noqa: E501 + + :return: The process_payment of this BillingPlanInformation. # noqa: E501 + :rtype: str + """ + return self._process_payment + + @process_payment.setter + def process_payment(self, process_payment): + """Sets the process_payment of this BillingPlanInformation. + + # noqa: E501 + + :param process_payment: The process_payment of this BillingPlanInformation. # noqa: E501 + :type: str + """ + + self._process_payment = process_payment + @property def referral_information(self): """Gets the referral_information of this BillingPlanInformation. # noqa: E501 diff --git a/docusign_esign/models/bulk_send_batch_status.py b/docusign_esign/models/bulk_send_batch_status.py index ea441d28..02e0998a 100644 --- a/docusign_esign/models/bulk_send_batch_status.py +++ b/docusign_esign/models/bulk_send_batch_status.py @@ -47,6 +47,7 @@ class BulkSendBatchStatus(object): 'mailing_list_name': 'str', 'owner_user_id': 'str', 'queued': 'str', + 'resends_remaining': 'str', 'sender_user_id': 'str', 'sent': 'str', 'submitted_date': 'str' @@ -67,6 +68,7 @@ class BulkSendBatchStatus(object): 'mailing_list_name': 'mailingListName', 'owner_user_id': 'ownerUserId', 'queued': 'queued', + 'resends_remaining': 'resendsRemaining', 'sender_user_id': 'senderUserId', 'sent': 'sent', 'submitted_date': 'submittedDate' @@ -92,6 +94,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._mailing_list_name = None self._owner_user_id = None self._queued = None + self._resends_remaining = None self._sender_user_id = None self._sent = None self._submitted_date = None @@ -111,6 +114,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('mailing_list_name'), kwargs.get('mailing_list_name', None)) setattr(self, "_{}".format('owner_user_id'), kwargs.get('owner_user_id', None)) setattr(self, "_{}".format('queued'), kwargs.get('queued', None)) + setattr(self, "_{}".format('resends_remaining'), kwargs.get('resends_remaining', None)) setattr(self, "_{}".format('sender_user_id'), kwargs.get('sender_user_id', None)) setattr(self, "_{}".format('sent'), kwargs.get('sent', None)) setattr(self, "_{}".format('submitted_date'), kwargs.get('submitted_date', None)) @@ -435,6 +439,29 @@ def queued(self, queued): self._queued = queued + @property + def resends_remaining(self): + """Gets the resends_remaining of this BulkSendBatchStatus. # noqa: E501 + + # noqa: E501 + + :return: The resends_remaining of this BulkSendBatchStatus. # noqa: E501 + :rtype: str + """ + return self._resends_remaining + + @resends_remaining.setter + def resends_remaining(self, resends_remaining): + """Sets the resends_remaining of this BulkSendBatchStatus. + + # noqa: E501 + + :param resends_remaining: The resends_remaining of this BulkSendBatchStatus. # noqa: E501 + :type: str + """ + + self._resends_remaining = resends_remaining + @property def sender_user_id(self): """Gets the sender_user_id of this BulkSendBatchStatus. # noqa: E501 diff --git a/docusign_esign/models/bulk_send_envelopes_info.py b/docusign_esign/models/bulk_send_envelopes_info.py index 123f4675..04931ec5 100644 --- a/docusign_esign/models/bulk_send_envelopes_info.py +++ b/docusign_esign/models/bulk_send_envelopes_info.py @@ -33,14 +33,34 @@ class BulkSendEnvelopesInfo(object): and the value is json key in definition. """ swagger_types = { + 'authoritative_copy': 'str', 'completed': 'str', + 'correct': 'str', + 'created': 'str', 'declined': 'str', + 'deleted': 'str', + 'delivered': 'str', + 'digital_signatures_pending': 'str', + 'sent': 'str', + 'signed': 'str', + 'timed_out': 'str', + 'transfer_completed': 'str', 'voided': 'str' } attribute_map = { + 'authoritative_copy': 'authoritativeCopy', 'completed': 'completed', + 'correct': 'correct', + 'created': 'created', 'declined': 'declined', + 'deleted': 'deleted', + 'delivered': 'delivered', + 'digital_signatures_pending': 'digitalSignaturesPending', + 'sent': 'sent', + 'signed': 'signed', + 'timed_out': 'timedOut', + 'transfer_completed': 'transferCompleted', 'voided': 'voided' } @@ -50,15 +70,58 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 _configuration = Configuration() self._configuration = _configuration + self._authoritative_copy = None self._completed = None + self._correct = None + self._created = None self._declined = None + self._deleted = None + self._delivered = None + self._digital_signatures_pending = None + self._sent = None + self._signed = None + self._timed_out = None + self._transfer_completed = None self._voided = None self.discriminator = None + setattr(self, "_{}".format('authoritative_copy'), kwargs.get('authoritative_copy', None)) setattr(self, "_{}".format('completed'), kwargs.get('completed', None)) + setattr(self, "_{}".format('correct'), kwargs.get('correct', None)) + setattr(self, "_{}".format('created'), kwargs.get('created', None)) setattr(self, "_{}".format('declined'), kwargs.get('declined', None)) + setattr(self, "_{}".format('deleted'), kwargs.get('deleted', None)) + setattr(self, "_{}".format('delivered'), kwargs.get('delivered', None)) + setattr(self, "_{}".format('digital_signatures_pending'), kwargs.get('digital_signatures_pending', None)) + setattr(self, "_{}".format('sent'), kwargs.get('sent', None)) + setattr(self, "_{}".format('signed'), kwargs.get('signed', None)) + setattr(self, "_{}".format('timed_out'), kwargs.get('timed_out', None)) + setattr(self, "_{}".format('transfer_completed'), kwargs.get('transfer_completed', None)) setattr(self, "_{}".format('voided'), kwargs.get('voided', None)) + @property + def authoritative_copy(self): + """Gets the authoritative_copy of this BulkSendEnvelopesInfo. # noqa: E501 + + Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. # noqa: E501 + + :return: The authoritative_copy of this BulkSendEnvelopesInfo. # noqa: E501 + :rtype: str + """ + return self._authoritative_copy + + @authoritative_copy.setter + def authoritative_copy(self, authoritative_copy): + """Sets the authoritative_copy of this BulkSendEnvelopesInfo. + + Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled. # noqa: E501 + + :param authoritative_copy: The authoritative_copy of this BulkSendEnvelopesInfo. # noqa: E501 + :type: str + """ + + self._authoritative_copy = authoritative_copy + @property def completed(self): """Gets the completed of this BulkSendEnvelopesInfo. # noqa: E501 @@ -82,6 +145,52 @@ def completed(self, completed): self._completed = completed + @property + def correct(self): + """Gets the correct of this BulkSendEnvelopesInfo. # noqa: E501 + + # noqa: E501 + + :return: The correct of this BulkSendEnvelopesInfo. # noqa: E501 + :rtype: str + """ + return self._correct + + @correct.setter + def correct(self, correct): + """Sets the correct of this BulkSendEnvelopesInfo. + + # noqa: E501 + + :param correct: The correct of this BulkSendEnvelopesInfo. # noqa: E501 + :type: str + """ + + self._correct = correct + + @property + def created(self): + """Gets the created of this BulkSendEnvelopesInfo. # noqa: E501 + + # noqa: E501 + + :return: The created of this BulkSendEnvelopesInfo. # noqa: E501 + :rtype: str + """ + return self._created + + @created.setter + def created(self, created): + """Sets the created of this BulkSendEnvelopesInfo. + + # noqa: E501 + + :param created: The created of this BulkSendEnvelopesInfo. # noqa: E501 + :type: str + """ + + self._created = created + @property def declined(self): """Gets the declined of this BulkSendEnvelopesInfo. # noqa: E501 @@ -105,6 +214,167 @@ def declined(self, declined): self._declined = declined + @property + def deleted(self): + """Gets the deleted of this BulkSendEnvelopesInfo. # noqa: E501 + + # noqa: E501 + + :return: The deleted of this BulkSendEnvelopesInfo. # noqa: E501 + :rtype: str + """ + return self._deleted + + @deleted.setter + def deleted(self, deleted): + """Sets the deleted of this BulkSendEnvelopesInfo. + + # noqa: E501 + + :param deleted: The deleted of this BulkSendEnvelopesInfo. # noqa: E501 + :type: str + """ + + self._deleted = deleted + + @property + def delivered(self): + """Gets the delivered of this BulkSendEnvelopesInfo. # noqa: E501 + + # noqa: E501 + + :return: The delivered of this BulkSendEnvelopesInfo. # noqa: E501 + :rtype: str + """ + return self._delivered + + @delivered.setter + def delivered(self, delivered): + """Sets the delivered of this BulkSendEnvelopesInfo. + + # noqa: E501 + + :param delivered: The delivered of this BulkSendEnvelopesInfo. # noqa: E501 + :type: str + """ + + self._delivered = delivered + + @property + def digital_signatures_pending(self): + """Gets the digital_signatures_pending of this BulkSendEnvelopesInfo. # noqa: E501 + + # noqa: E501 + + :return: The digital_signatures_pending of this BulkSendEnvelopesInfo. # noqa: E501 + :rtype: str + """ + return self._digital_signatures_pending + + @digital_signatures_pending.setter + def digital_signatures_pending(self, digital_signatures_pending): + """Sets the digital_signatures_pending of this BulkSendEnvelopesInfo. + + # noqa: E501 + + :param digital_signatures_pending: The digital_signatures_pending of this BulkSendEnvelopesInfo. # noqa: E501 + :type: str + """ + + self._digital_signatures_pending = digital_signatures_pending + + @property + def sent(self): + """Gets the sent of this BulkSendEnvelopesInfo. # noqa: E501 + + # noqa: E501 + + :return: The sent of this BulkSendEnvelopesInfo. # noqa: E501 + :rtype: str + """ + return self._sent + + @sent.setter + def sent(self, sent): + """Sets the sent of this BulkSendEnvelopesInfo. + + # noqa: E501 + + :param sent: The sent of this BulkSendEnvelopesInfo. # noqa: E501 + :type: str + """ + + self._sent = sent + + @property + def signed(self): + """Gets the signed of this BulkSendEnvelopesInfo. # noqa: E501 + + # noqa: E501 + + :return: The signed of this BulkSendEnvelopesInfo. # noqa: E501 + :rtype: str + """ + return self._signed + + @signed.setter + def signed(self, signed): + """Sets the signed of this BulkSendEnvelopesInfo. + + # noqa: E501 + + :param signed: The signed of this BulkSendEnvelopesInfo. # noqa: E501 + :type: str + """ + + self._signed = signed + + @property + def timed_out(self): + """Gets the timed_out of this BulkSendEnvelopesInfo. # noqa: E501 + + # noqa: E501 + + :return: The timed_out of this BulkSendEnvelopesInfo. # noqa: E501 + :rtype: str + """ + return self._timed_out + + @timed_out.setter + def timed_out(self, timed_out): + """Sets the timed_out of this BulkSendEnvelopesInfo. + + # noqa: E501 + + :param timed_out: The timed_out of this BulkSendEnvelopesInfo. # noqa: E501 + :type: str + """ + + self._timed_out = timed_out + + @property + def transfer_completed(self): + """Gets the transfer_completed of this BulkSendEnvelopesInfo. # noqa: E501 + + # noqa: E501 + + :return: The transfer_completed of this BulkSendEnvelopesInfo. # noqa: E501 + :rtype: str + """ + return self._transfer_completed + + @transfer_completed.setter + def transfer_completed(self, transfer_completed): + """Sets the transfer_completed of this BulkSendEnvelopesInfo. + + # noqa: E501 + + :param transfer_completed: The transfer_completed of this BulkSendEnvelopesInfo. # noqa: E501 + :type: str + """ + + self._transfer_completed = transfer_completed + @property def voided(self): """Gets the voided of this BulkSendEnvelopesInfo. # noqa: E501 diff --git a/docusign_esign/models/bulk_send_error_status.py b/docusign_esign/models/bulk_send_error_status.py index 241b8e6a..b316e2ef 100644 --- a/docusign_esign/models/bulk_send_error_status.py +++ b/docusign_esign/models/bulk_send_error_status.py @@ -34,12 +34,14 @@ class BulkSendErrorStatus(object): """ swagger_types = { 'created': 'str', + 'envelope_id': 'str', 'error_message': 'str', 'recipient_emails': 'list[str]' } attribute_map = { 'created': 'created', + 'envelope_id': 'envelopeId', 'error_message': 'errorMessage', 'recipient_emails': 'recipientEmails' } @@ -51,11 +53,13 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._configuration = _configuration self._created = None + self._envelope_id = None self._error_message = None self._recipient_emails = None self.discriminator = None setattr(self, "_{}".format('created'), kwargs.get('created', None)) + setattr(self, "_{}".format('envelope_id'), kwargs.get('envelope_id', None)) setattr(self, "_{}".format('error_message'), kwargs.get('error_message', None)) setattr(self, "_{}".format('recipient_emails'), kwargs.get('recipient_emails', None)) @@ -82,6 +86,29 @@ def created(self, created): self._created = created + @property + def envelope_id(self): + """Gets the envelope_id of this BulkSendErrorStatus. # noqa: E501 + + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :return: The envelope_id of this BulkSendErrorStatus. # noqa: E501 + :rtype: str + """ + return self._envelope_id + + @envelope_id.setter + def envelope_id(self, envelope_id): + """Sets the envelope_id of this BulkSendErrorStatus. + + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :param envelope_id: The envelope_id of this BulkSendErrorStatus. # noqa: E501 + :type: str + """ + + self._envelope_id = envelope_id + @property def error_message(self): """Gets the error_message of this BulkSendErrorStatus. # noqa: E501 diff --git a/docusign_esign/models/checkbox.py b/docusign_esign/models/checkbox.py index 5b780fde..153d3dad 100644 --- a/docusign_esign/models/checkbox.py +++ b/docusign_esign/models/checkbox.py @@ -55,6 +55,8 @@ class Checkbox(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -161,6 +163,8 @@ class Checkbox(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -272,6 +276,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -377,6 +383,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -943,6 +951,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this Checkbox. # noqa: E501 + + # noqa: E501 + + :return: The caption of this Checkbox. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this Checkbox. + + # noqa: E501 + + :param caption: The caption of this Checkbox. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this Checkbox. # noqa: E501 + + + :return: The caption_metadata of this Checkbox. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this Checkbox. + + + :param caption_metadata: The caption_metadata of this Checkbox. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this Checkbox. # noqa: E501 diff --git a/docusign_esign/models/comment_thread.py b/docusign_esign/models/comment_thread.py index f4828cbe..6a48d84c 100644 --- a/docusign_esign/models/comment_thread.py +++ b/docusign_esign/models/comment_thread.py @@ -55,6 +55,8 @@ class CommentThread(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'comments': 'list[Comment]', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', @@ -144,6 +146,8 @@ class CommentThread(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'comments': 'comments', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', @@ -238,6 +242,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._comments = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None @@ -326,6 +332,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('comments'), kwargs.get('comments', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) @@ -875,6 +883,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this CommentThread. # noqa: E501 + + # noqa: E501 + + :return: The caption of this CommentThread. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this CommentThread. + + # noqa: E501 + + :param caption: The caption of this CommentThread. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this CommentThread. # noqa: E501 + + + :return: The caption_metadata of this CommentThread. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this CommentThread. + + + :param caption_metadata: The caption_metadata of this CommentThread. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def comments(self): """Gets the comments of this CommentThread. # noqa: E501 diff --git a/docusign_esign/models/commission_county.py b/docusign_esign/models/commission_county.py index c360ad6b..3ea6199f 100644 --- a/docusign_esign/models/commission_county.py +++ b/docusign_esign/models/commission_county.py @@ -55,6 +55,8 @@ class CommissionCounty(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', @@ -158,6 +160,8 @@ class CommissionCounty(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', @@ -266,6 +270,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conceal_value_on_document = None self._conceal_value_on_document_metadata = None self._conditional_parent_label = None @@ -368,6 +374,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) @@ -931,6 +939,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this CommissionCounty. # noqa: E501 + + # noqa: E501 + + :return: The caption of this CommissionCounty. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this CommissionCounty. + + # noqa: E501 + + :param caption: The caption of this CommissionCounty. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this CommissionCounty. # noqa: E501 + + + :return: The caption_metadata of this CommissionCounty. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this CommissionCounty. + + + :param caption_metadata: The caption_metadata of this CommissionCounty. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conceal_value_on_document(self): """Gets the conceal_value_on_document of this CommissionCounty. # noqa: E501 diff --git a/docusign_esign/models/commission_expiration.py b/docusign_esign/models/commission_expiration.py index ebca6f87..7ef04af1 100644 --- a/docusign_esign/models/commission_expiration.py +++ b/docusign_esign/models/commission_expiration.py @@ -55,6 +55,8 @@ class CommissionExpiration(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', @@ -158,6 +160,8 @@ class CommissionExpiration(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', @@ -266,6 +270,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conceal_value_on_document = None self._conceal_value_on_document_metadata = None self._conditional_parent_label = None @@ -368,6 +374,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) @@ -931,6 +939,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this CommissionExpiration. # noqa: E501 + + # noqa: E501 + + :return: The caption of this CommissionExpiration. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this CommissionExpiration. + + # noqa: E501 + + :param caption: The caption of this CommissionExpiration. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this CommissionExpiration. # noqa: E501 + + + :return: The caption_metadata of this CommissionExpiration. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this CommissionExpiration. + + + :param caption_metadata: The caption_metadata of this CommissionExpiration. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conceal_value_on_document(self): """Gets the conceal_value_on_document of this CommissionExpiration. # noqa: E501 diff --git a/docusign_esign/models/commission_number.py b/docusign_esign/models/commission_number.py index af514917..6e439043 100644 --- a/docusign_esign/models/commission_number.py +++ b/docusign_esign/models/commission_number.py @@ -55,6 +55,8 @@ class CommissionNumber(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', @@ -158,6 +160,8 @@ class CommissionNumber(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', @@ -266,6 +270,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conceal_value_on_document = None self._conceal_value_on_document_metadata = None self._conditional_parent_label = None @@ -368,6 +374,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) @@ -931,6 +939,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this CommissionNumber. # noqa: E501 + + # noqa: E501 + + :return: The caption of this CommissionNumber. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this CommissionNumber. + + # noqa: E501 + + :param caption: The caption of this CommissionNumber. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this CommissionNumber. # noqa: E501 + + + :return: The caption_metadata of this CommissionNumber. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this CommissionNumber. + + + :param caption_metadata: The caption_metadata of this CommissionNumber. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conceal_value_on_document(self): """Gets the conceal_value_on_document of this CommissionNumber. # noqa: E501 diff --git a/docusign_esign/models/commission_state.py b/docusign_esign/models/commission_state.py index 9f858427..672a2556 100644 --- a/docusign_esign/models/commission_state.py +++ b/docusign_esign/models/commission_state.py @@ -55,6 +55,8 @@ class CommissionState(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', @@ -158,6 +160,8 @@ class CommissionState(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', @@ -266,6 +270,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conceal_value_on_document = None self._conceal_value_on_document_metadata = None self._conditional_parent_label = None @@ -368,6 +374,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) @@ -931,6 +939,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this CommissionState. # noqa: E501 + + # noqa: E501 + + :return: The caption of this CommissionState. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this CommissionState. + + # noqa: E501 + + :param caption: The caption of this CommissionState. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this CommissionState. # noqa: E501 + + + :return: The caption_metadata of this CommissionState. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this CommissionState. + + + :param caption_metadata: The caption_metadata of this CommissionState. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conceal_value_on_document(self): """Gets the conceal_value_on_document of this CommissionState. # noqa: E501 diff --git a/docusign_esign/models/company.py b/docusign_esign/models/company.py index 0d1db1e4..c5e62d0b 100644 --- a/docusign_esign/models/company.py +++ b/docusign_esign/models/company.py @@ -55,6 +55,8 @@ class Company(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', @@ -158,6 +160,8 @@ class Company(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', @@ -266,6 +270,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conceal_value_on_document = None self._conceal_value_on_document_metadata = None self._conditional_parent_label = None @@ -368,6 +374,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) @@ -931,6 +939,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this Company. # noqa: E501 + + # noqa: E501 + + :return: The caption of this Company. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this Company. + + # noqa: E501 + + :param caption: The caption of this Company. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this Company. # noqa: E501 + + + :return: The caption_metadata of this Company. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this Company. + + + :param caption_metadata: The caption_metadata of this Company. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conceal_value_on_document(self): """Gets the conceal_value_on_document of this Company. # noqa: E501 diff --git a/docusign_esign/models/connect_custom_configuration.py b/docusign_esign/models/connect_custom_configuration.py index 5ce08091..1a646cea 100644 --- a/docusign_esign/models/connect_custom_configuration.py +++ b/docusign_esign/models/connect_custom_configuration.py @@ -36,6 +36,7 @@ class ConnectCustomConfiguration(object): 'allow_envelope_publish': 'str', 'allow_salesforce_publish': 'str', 'all_users': 'str', + 'all_users_except': 'str', 'configuration_type': 'str', 'connect_id': 'str', 'delivery_mode': 'str', @@ -45,6 +46,7 @@ class ConnectCustomConfiguration(object): 'events': 'list[str]', 'external_folder_id': 'str', 'external_folder_label': 'str', + 'group_ids': 'list[str]', 'include_certificate_of_completion': 'str', 'include_cert_soap_header': 'str', 'include_document_fields': 'str', @@ -77,6 +79,7 @@ class ConnectCustomConfiguration(object): 'allow_envelope_publish': 'allowEnvelopePublish', 'allow_salesforce_publish': 'allowSalesforcePublish', 'all_users': 'allUsers', + 'all_users_except': 'allUsersExcept', 'configuration_type': 'configurationType', 'connect_id': 'connectId', 'delivery_mode': 'deliveryMode', @@ -86,6 +89,7 @@ class ConnectCustomConfiguration(object): 'events': 'events', 'external_folder_id': 'externalFolderId', 'external_folder_label': 'externalFolderLabel', + 'group_ids': 'groupIds', 'include_certificate_of_completion': 'includeCertificateOfCompletion', 'include_cert_soap_header': 'includeCertSoapHeader', 'include_document_fields': 'includeDocumentFields', @@ -123,6 +127,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._allow_envelope_publish = None self._allow_salesforce_publish = None self._all_users = None + self._all_users_except = None self._configuration_type = None self._connect_id = None self._delivery_mode = None @@ -132,6 +137,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._events = None self._external_folder_id = None self._external_folder_label = None + self._group_ids = None self._include_certificate_of_completion = None self._include_cert_soap_header = None self._include_document_fields = None @@ -163,6 +169,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('allow_envelope_publish'), kwargs.get('allow_envelope_publish', None)) setattr(self, "_{}".format('allow_salesforce_publish'), kwargs.get('allow_salesforce_publish', None)) setattr(self, "_{}".format('all_users'), kwargs.get('all_users', None)) + setattr(self, "_{}".format('all_users_except'), kwargs.get('all_users_except', None)) setattr(self, "_{}".format('configuration_type'), kwargs.get('configuration_type', None)) setattr(self, "_{}".format('connect_id'), kwargs.get('connect_id', None)) setattr(self, "_{}".format('delivery_mode'), kwargs.get('delivery_mode', None)) @@ -172,6 +179,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('events'), kwargs.get('events', None)) setattr(self, "_{}".format('external_folder_id'), kwargs.get('external_folder_id', None)) setattr(self, "_{}".format('external_folder_label'), kwargs.get('external_folder_label', None)) + setattr(self, "_{}".format('group_ids'), kwargs.get('group_ids', None)) setattr(self, "_{}".format('include_certificate_of_completion'), kwargs.get('include_certificate_of_completion', None)) setattr(self, "_{}".format('include_cert_soap_header'), kwargs.get('include_cert_soap_header', None)) setattr(self, "_{}".format('include_document_fields'), kwargs.get('include_document_fields', None)) @@ -268,6 +276,29 @@ def all_users(self, all_users): self._all_users = all_users + @property + def all_users_except(self): + """Gets the all_users_except of this ConnectCustomConfiguration. # noqa: E501 + + # noqa: E501 + + :return: The all_users_except of this ConnectCustomConfiguration. # noqa: E501 + :rtype: str + """ + return self._all_users_except + + @all_users_except.setter + def all_users_except(self, all_users_except): + """Sets the all_users_except of this ConnectCustomConfiguration. + + # noqa: E501 + + :param all_users_except: The all_users_except of this ConnectCustomConfiguration. # noqa: E501 + :type: str + """ + + self._all_users_except = all_users_except + @property def configuration_type(self): """Gets the configuration_type of this ConnectCustomConfiguration. # noqa: E501 @@ -473,6 +504,29 @@ def external_folder_label(self, external_folder_label): self._external_folder_label = external_folder_label + @property + def group_ids(self): + """Gets the group_ids of this ConnectCustomConfiguration. # noqa: E501 + + # noqa: E501 + + :return: The group_ids of this ConnectCustomConfiguration. # noqa: E501 + :rtype: list[str] + """ + return self._group_ids + + @group_ids.setter + def group_ids(self, group_ids): + """Sets the group_ids of this ConnectCustomConfiguration. + + # noqa: E501 + + :param group_ids: The group_ids of this ConnectCustomConfiguration. # noqa: E501 + :type: list[str] + """ + + self._group_ids = group_ids + @property def include_certificate_of_completion(self): """Gets the include_certificate_of_completion of this ConnectCustomConfiguration. # noqa: E501 diff --git a/docusign_esign/models/currency.py b/docusign_esign/models/currency.py index 30195c57..f64c2fea 100644 --- a/docusign_esign/models/currency.py +++ b/docusign_esign/models/currency.py @@ -55,6 +55,8 @@ class Currency(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', @@ -169,6 +171,8 @@ class Currency(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', @@ -288,6 +292,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conceal_value_on_document = None self._conceal_value_on_document_metadata = None self._conditional_parent_label = None @@ -401,6 +407,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) @@ -975,6 +983,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this Currency. # noqa: E501 + + # noqa: E501 + + :return: The caption of this Currency. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this Currency. + + # noqa: E501 + + :param caption: The caption of this Currency. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this Currency. # noqa: E501 + + + :return: The caption_metadata of this Currency. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this Currency. + + + :param caption_metadata: The caption_metadata of this Currency. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conceal_value_on_document(self): """Gets the conceal_value_on_document of this Currency. # noqa: E501 diff --git a/docusign_esign/models/date_signed.py b/docusign_esign/models/date_signed.py index f43010ca..04118d83 100644 --- a/docusign_esign/models/date_signed.py +++ b/docusign_esign/models/date_signed.py @@ -55,6 +55,8 @@ class DateSigned(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -146,6 +148,8 @@ class DateSigned(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -242,6 +246,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -332,6 +338,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -883,6 +891,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this DateSigned. # noqa: E501 + + # noqa: E501 + + :return: The caption of this DateSigned. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this DateSigned. + + # noqa: E501 + + :param caption: The caption of this DateSigned. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this DateSigned. # noqa: E501 + + + :return: The caption_metadata of this DateSigned. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this DateSigned. + + + :param caption_metadata: The caption_metadata of this DateSigned. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this DateSigned. # noqa: E501 diff --git a/docusign_esign/models/decline.py b/docusign_esign/models/decline.py index 99935d52..fd4a97af 100644 --- a/docusign_esign/models/decline.py +++ b/docusign_esign/models/decline.py @@ -57,6 +57,8 @@ class Decline(object): 'bold_metadata': 'PropertyMetadata', 'button_text': 'str', 'button_text_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -148,6 +150,8 @@ class Decline(object): 'bold_metadata': 'boldMetadata', 'button_text': 'buttonText', 'button_text_metadata': 'buttonTextMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -244,6 +248,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._bold_metadata = None self._button_text = None self._button_text_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -334,6 +340,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) setattr(self, "_{}".format('button_text'), kwargs.get('button_text', None)) setattr(self, "_{}".format('button_text_metadata'), kwargs.get('button_text_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -927,6 +935,50 @@ def button_text_metadata(self, button_text_metadata): self._button_text_metadata = button_text_metadata + @property + def caption(self): + """Gets the caption of this Decline. # noqa: E501 + + # noqa: E501 + + :return: The caption of this Decline. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this Decline. + + # noqa: E501 + + :param caption: The caption of this Decline. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this Decline. # noqa: E501 + + + :return: The caption_metadata of this Decline. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this Decline. + + + :param caption_metadata: The caption_metadata of this Decline. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this Decline. # noqa: E501 diff --git a/docusign_esign/models/draw.py b/docusign_esign/models/draw.py index 227661eb..03067711 100644 --- a/docusign_esign/models/draw.py +++ b/docusign_esign/models/draw.py @@ -54,6 +54,8 @@ class Draw(object): 'anchor_x_offset_metadata': 'PropertyMetadata', 'anchor_y_offset': 'str', 'anchor_y_offset_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -135,6 +137,8 @@ class Draw(object): 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 'anchor_y_offset': 'anchorYOffset', 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -221,6 +225,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_x_offset_metadata = None self._anchor_y_offset = None self._anchor_y_offset_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -301,6 +307,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -822,6 +830,50 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): self._anchor_y_offset_metadata = anchor_y_offset_metadata + @property + def caption(self): + """Gets the caption of this Draw. # noqa: E501 + + # noqa: E501 + + :return: The caption of this Draw. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this Draw. + + # noqa: E501 + + :param caption: The caption of this Draw. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this Draw. # noqa: E501 + + + :return: The caption_metadata of this Draw. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this Draw. + + + :param caption_metadata: The caption_metadata of this Draw. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this Draw. # noqa: E501 diff --git a/docusign_esign/models/email.py b/docusign_esign/models/email.py index 1a5d84b5..29dc587e 100644 --- a/docusign_esign/models/email.py +++ b/docusign_esign/models/email.py @@ -55,6 +55,8 @@ class Email(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', @@ -172,6 +174,8 @@ class Email(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', @@ -294,6 +298,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conceal_value_on_document = None self._conceal_value_on_document_metadata = None self._conditional_parent_label = None @@ -410,6 +416,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) @@ -987,6 +995,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this Email. # noqa: E501 + + # noqa: E501 + + :return: The caption of this Email. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this Email. + + # noqa: E501 + + :param caption: The caption of this Email. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this Email. # noqa: E501 + + + :return: The caption_metadata of this Email. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this Email. + + + :param caption_metadata: The caption_metadata of this Email. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conceal_value_on_document(self): """Gets the conceal_value_on_document of this Email. # noqa: E501 diff --git a/docusign_esign/models/email_address.py b/docusign_esign/models/email_address.py index a520c8e1..5e322895 100644 --- a/docusign_esign/models/email_address.py +++ b/docusign_esign/models/email_address.py @@ -55,6 +55,8 @@ class EmailAddress(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -146,6 +148,8 @@ class EmailAddress(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -242,6 +246,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -332,6 +338,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -883,6 +891,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this EmailAddress. # noqa: E501 + + # noqa: E501 + + :return: The caption of this EmailAddress. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this EmailAddress. + + # noqa: E501 + + :param caption: The caption of this EmailAddress. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this EmailAddress. # noqa: E501 + + + :return: The caption_metadata of this EmailAddress. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this EmailAddress. + + + :param caption_metadata: The caption_metadata of this EmailAddress. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this EmailAddress. # noqa: E501 diff --git a/docusign_esign/models/envelope_id.py b/docusign_esign/models/envelope_id.py index aeeea026..4f500577 100644 --- a/docusign_esign/models/envelope_id.py +++ b/docusign_esign/models/envelope_id.py @@ -55,6 +55,8 @@ class EnvelopeId(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -144,6 +146,8 @@ class EnvelopeId(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -238,6 +242,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -326,6 +332,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -875,6 +883,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this EnvelopeId. # noqa: E501 + + # noqa: E501 + + :return: The caption of this EnvelopeId. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this EnvelopeId. + + # noqa: E501 + + :param caption: The caption of this EnvelopeId. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this EnvelopeId. # noqa: E501 + + + :return: The caption_metadata of this EnvelopeId. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this EnvelopeId. + + + :param caption_metadata: The caption_metadata of this EnvelopeId. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this EnvelopeId. # noqa: E501 diff --git a/docusign_esign/models/first_name.py b/docusign_esign/models/first_name.py index 8d410c14..863c9247 100644 --- a/docusign_esign/models/first_name.py +++ b/docusign_esign/models/first_name.py @@ -55,6 +55,8 @@ class FirstName(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -146,6 +148,8 @@ class FirstName(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -242,6 +246,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -332,6 +338,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -883,6 +891,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this FirstName. # noqa: E501 + + # noqa: E501 + + :return: The caption of this FirstName. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this FirstName. + + # noqa: E501 + + :param caption: The caption of this FirstName. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this FirstName. # noqa: E501 + + + :return: The caption_metadata of this FirstName. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this FirstName. + + + :param caption_metadata: The caption_metadata of this FirstName. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this FirstName. # noqa: E501 diff --git a/docusign_esign/models/formula_tab.py b/docusign_esign/models/formula_tab.py index 90ab0a64..d2d15a6a 100644 --- a/docusign_esign/models/formula_tab.py +++ b/docusign_esign/models/formula_tab.py @@ -55,6 +55,8 @@ class FormulaTab(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', @@ -181,6 +183,8 @@ class FormulaTab(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', @@ -312,6 +316,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conceal_value_on_document = None self._conceal_value_on_document_metadata = None self._conditional_parent_label = None @@ -437,6 +443,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) @@ -1023,6 +1031,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this FormulaTab. # noqa: E501 + + # noqa: E501 + + :return: The caption of this FormulaTab. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this FormulaTab. + + # noqa: E501 + + :param caption: The caption of this FormulaTab. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this FormulaTab. # noqa: E501 + + + :return: The caption_metadata of this FormulaTab. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this FormulaTab. + + + :param caption_metadata: The caption_metadata of this FormulaTab. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conceal_value_on_document(self): """Gets the conceal_value_on_document of this FormulaTab. # noqa: E501 diff --git a/docusign_esign/models/full_name.py b/docusign_esign/models/full_name.py index 661f9c72..c9f6a38f 100644 --- a/docusign_esign/models/full_name.py +++ b/docusign_esign/models/full_name.py @@ -55,6 +55,8 @@ class FullName(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -146,6 +148,8 @@ class FullName(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -242,6 +246,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -332,6 +338,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -883,6 +891,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this FullName. # noqa: E501 + + # noqa: E501 + + :return: The caption of this FullName. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this FullName. + + # noqa: E501 + + :param caption: The caption of this FullName. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this FullName. # noqa: E501 + + + :return: The caption_metadata of this FullName. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this FullName. + + + :param caption_metadata: The caption_metadata of this FullName. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this FullName. # noqa: E501 diff --git a/docusign_esign/models/id_evidence_resource_token.py b/docusign_esign/models/id_evidence_resource_token.py new file mode 100644 index 00000000..c2dd8a29 --- /dev/null +++ b/docusign_esign/models/id_evidence_resource_token.py @@ -0,0 +1,151 @@ +# coding: utf-8 + +""" + DocuSign REST API + + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 + + OpenAPI spec version: v2.1 + Contact: devcenter@docusign.com + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + +from docusign_esign.client.configuration import Configuration + + +class IdEvidenceResourceToken(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'proof_base_uri': 'str', + 'resource_token': 'str' + } + + attribute_map = { + 'proof_base_uri': 'proofBaseURI', + 'resource_token': 'resourceToken' + } + + def __init__(self, _configuration=None, **kwargs): # noqa: E501 + """IdEvidenceResourceToken - a model defined in Swagger""" # noqa: E501 + if _configuration is None: + _configuration = Configuration() + self._configuration = _configuration + + self._proof_base_uri = None + self._resource_token = None + self.discriminator = None + + setattr(self, "_{}".format('proof_base_uri'), kwargs.get('proof_base_uri', None)) + setattr(self, "_{}".format('resource_token'), kwargs.get('resource_token', None)) + + @property + def proof_base_uri(self): + """Gets the proof_base_uri of this IdEvidenceResourceToken. # noqa: E501 + + # noqa: E501 + + :return: The proof_base_uri of this IdEvidenceResourceToken. # noqa: E501 + :rtype: str + """ + return self._proof_base_uri + + @proof_base_uri.setter + def proof_base_uri(self, proof_base_uri): + """Sets the proof_base_uri of this IdEvidenceResourceToken. + + # noqa: E501 + + :param proof_base_uri: The proof_base_uri of this IdEvidenceResourceToken. # noqa: E501 + :type: str + """ + + self._proof_base_uri = proof_base_uri + + @property + def resource_token(self): + """Gets the resource_token of this IdEvidenceResourceToken. # noqa: E501 + + # noqa: E501 + + :return: The resource_token of this IdEvidenceResourceToken. # noqa: E501 + :rtype: str + """ + return self._resource_token + + @resource_token.setter + def resource_token(self, resource_token): + """Sets the resource_token of this IdEvidenceResourceToken. + + # noqa: E501 + + :param resource_token: The resource_token of this IdEvidenceResourceToken. # noqa: E501 + :type: str + """ + + self._resource_token = resource_token + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(IdEvidenceResourceToken, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, IdEvidenceResourceToken): + return False + + return self.to_dict() == other.to_dict() + + def __ne__(self, other): + """Returns true if both objects are not equal""" + if not isinstance(other, IdEvidenceResourceToken): + return True + + return self.to_dict() != other.to_dict() diff --git a/docusign_esign/models/id_evidence_view_link.py b/docusign_esign/models/id_evidence_view_link.py new file mode 100644 index 00000000..5d3b98b4 --- /dev/null +++ b/docusign_esign/models/id_evidence_view_link.py @@ -0,0 +1,124 @@ +# coding: utf-8 + +""" + DocuSign REST API + + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 + + OpenAPI spec version: v2.1 + Contact: devcenter@docusign.com + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + +from docusign_esign.client.configuration import Configuration + + +class IdEvidenceViewLink(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'view_link': 'str' + } + + attribute_map = { + 'view_link': 'ViewLink' + } + + def __init__(self, _configuration=None, **kwargs): # noqa: E501 + """IdEvidenceViewLink - a model defined in Swagger""" # noqa: E501 + if _configuration is None: + _configuration = Configuration() + self._configuration = _configuration + + self._view_link = None + self.discriminator = None + + setattr(self, "_{}".format('view_link'), kwargs.get('view_link', None)) + + @property + def view_link(self): + """Gets the view_link of this IdEvidenceViewLink. # noqa: E501 + + # noqa: E501 + + :return: The view_link of this IdEvidenceViewLink. # noqa: E501 + :rtype: str + """ + return self._view_link + + @view_link.setter + def view_link(self, view_link): + """Sets the view_link of this IdEvidenceViewLink. + + # noqa: E501 + + :param view_link: The view_link of this IdEvidenceViewLink. # noqa: E501 + :type: str + """ + + self._view_link = view_link + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(IdEvidenceViewLink, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, IdEvidenceViewLink): + return False + + return self.to_dict() == other.to_dict() + + def __ne__(self, other): + """Returns true if both objects are not equal""" + if not isinstance(other, IdEvidenceViewLink): + return True + + return self.to_dict() != other.to_dict() diff --git a/docusign_esign/models/initial_here.py b/docusign_esign/models/initial_here.py index cb8ac529..de272be4 100644 --- a/docusign_esign/models/initial_here.py +++ b/docusign_esign/models/initial_here.py @@ -53,6 +53,8 @@ class InitialHere(object): 'anchor_x_offset_metadata': 'PropertyMetadata', 'anchor_y_offset': 'str', 'anchor_y_offset_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -134,6 +136,8 @@ class InitialHere(object): 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 'anchor_y_offset': 'anchorYOffset', 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -220,6 +224,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_x_offset_metadata = None self._anchor_y_offset = None self._anchor_y_offset_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -300,6 +306,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -799,6 +807,50 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): self._anchor_y_offset_metadata = anchor_y_offset_metadata + @property + def caption(self): + """Gets the caption of this InitialHere. # noqa: E501 + + # noqa: E501 + + :return: The caption of this InitialHere. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this InitialHere. + + # noqa: E501 + + :param caption: The caption of this InitialHere. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this InitialHere. # noqa: E501 + + + :return: The caption_metadata of this InitialHere. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this InitialHere. + + + :param caption_metadata: The caption_metadata of this InitialHere. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this InitialHere. # noqa: E501 diff --git a/docusign_esign/models/last_name.py b/docusign_esign/models/last_name.py index 18052636..d280d53b 100644 --- a/docusign_esign/models/last_name.py +++ b/docusign_esign/models/last_name.py @@ -55,6 +55,8 @@ class LastName(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -146,6 +148,8 @@ class LastName(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -242,6 +246,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -332,6 +338,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -883,6 +891,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this LastName. # noqa: E501 + + # noqa: E501 + + :return: The caption of this LastName. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this LastName. + + # noqa: E501 + + :param caption: The caption of this LastName. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this LastName. # noqa: E501 + + + :return: The caption_metadata of this LastName. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this LastName. + + + :param caption_metadata: The caption_metadata of this LastName. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this LastName. # noqa: E501 diff --git a/docusign_esign/models/list.py b/docusign_esign/models/list.py index 0f3e8ca0..73fd36dc 100644 --- a/docusign_esign/models/list.py +++ b/docusign_esign/models/list.py @@ -55,6 +55,8 @@ class List(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -163,6 +165,8 @@ class List(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -276,6 +280,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -383,6 +389,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -951,6 +959,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this List. # noqa: E501 + + # noqa: E501 + + :return: The caption of this List. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this List. + + # noqa: E501 + + :param caption: The caption of this List. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this List. # noqa: E501 + + + :return: The caption_metadata of this List. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this List. + + + :param caption_metadata: The caption_metadata of this List. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this List. # noqa: E501 diff --git a/docusign_esign/models/model_date.py b/docusign_esign/models/model_date.py index 25837d2d..f412b98a 100644 --- a/docusign_esign/models/model_date.py +++ b/docusign_esign/models/model_date.py @@ -55,6 +55,8 @@ class ModelDate(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', @@ -172,6 +174,8 @@ class ModelDate(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', @@ -294,6 +298,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conceal_value_on_document = None self._conceal_value_on_document_metadata = None self._conditional_parent_label = None @@ -410,6 +416,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) @@ -987,6 +995,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this ModelDate. # noqa: E501 + + # noqa: E501 + + :return: The caption of this ModelDate. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this ModelDate. + + # noqa: E501 + + :param caption: The caption of this ModelDate. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this ModelDate. # noqa: E501 + + + :return: The caption_metadata of this ModelDate. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this ModelDate. + + + :param caption_metadata: The caption_metadata of this ModelDate. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conceal_value_on_document(self): """Gets the conceal_value_on_document of this ModelDate. # noqa: E501 diff --git a/docusign_esign/models/new_account_definition.py b/docusign_esign/models/new_account_definition.py index a05d069b..dd5b1169 100644 --- a/docusign_esign/models/new_account_definition.py +++ b/docusign_esign/models/new_account_definition.py @@ -40,11 +40,13 @@ class NewAccountDefinition(object): 'direct_debit_processor_information': 'DirectDebitProcessorInformation', 'distributor_code': 'str', 'distributor_password': 'str', + 'enable_pre_auth': 'str', 'envelope_partition_id': 'str', 'initial_user': 'UserInformation', 'payment_method': 'str', 'payment_processor_information': 'PaymentProcessorInformation', 'plan_information': 'PlanInformation', + 'process_payment': 'str', 'referral_information': 'ReferralInformation', 'social_account_information': 'SocialAccountInformation', 'tax_exempt_id': 'str' @@ -58,11 +60,13 @@ class NewAccountDefinition(object): 'direct_debit_processor_information': 'directDebitProcessorInformation', 'distributor_code': 'distributorCode', 'distributor_password': 'distributorPassword', + 'enable_pre_auth': 'enablePreAuth', 'envelope_partition_id': 'envelopePartitionId', 'initial_user': 'initialUser', 'payment_method': 'paymentMethod', 'payment_processor_information': 'paymentProcessorInformation', 'plan_information': 'planInformation', + 'process_payment': 'processPayment', 'referral_information': 'referralInformation', 'social_account_information': 'socialAccountInformation', 'tax_exempt_id': 'taxExemptId' @@ -81,11 +85,13 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._direct_debit_processor_information = None self._distributor_code = None self._distributor_password = None + self._enable_pre_auth = None self._envelope_partition_id = None self._initial_user = None self._payment_method = None self._payment_processor_information = None self._plan_information = None + self._process_payment = None self._referral_information = None self._social_account_information = None self._tax_exempt_id = None @@ -98,11 +104,13 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('direct_debit_processor_information'), kwargs.get('direct_debit_processor_information', None)) setattr(self, "_{}".format('distributor_code'), kwargs.get('distributor_code', None)) setattr(self, "_{}".format('distributor_password'), kwargs.get('distributor_password', None)) + setattr(self, "_{}".format('enable_pre_auth'), kwargs.get('enable_pre_auth', None)) setattr(self, "_{}".format('envelope_partition_id'), kwargs.get('envelope_partition_id', None)) setattr(self, "_{}".format('initial_user'), kwargs.get('initial_user', None)) setattr(self, "_{}".format('payment_method'), kwargs.get('payment_method', None)) setattr(self, "_{}".format('payment_processor_information'), kwargs.get('payment_processor_information', None)) setattr(self, "_{}".format('plan_information'), kwargs.get('plan_information', None)) + setattr(self, "_{}".format('process_payment'), kwargs.get('process_payment', None)) setattr(self, "_{}".format('referral_information'), kwargs.get('referral_information', None)) setattr(self, "_{}".format('social_account_information'), kwargs.get('social_account_information', None)) setattr(self, "_{}".format('tax_exempt_id'), kwargs.get('tax_exempt_id', None)) @@ -260,6 +268,29 @@ def distributor_password(self, distributor_password): self._distributor_password = distributor_password + @property + def enable_pre_auth(self): + """Gets the enable_pre_auth of this NewAccountDefinition. # noqa: E501 + + # noqa: E501 + + :return: The enable_pre_auth of this NewAccountDefinition. # noqa: E501 + :rtype: str + """ + return self._enable_pre_auth + + @enable_pre_auth.setter + def enable_pre_auth(self, enable_pre_auth): + """Sets the enable_pre_auth of this NewAccountDefinition. + + # noqa: E501 + + :param enable_pre_auth: The enable_pre_auth of this NewAccountDefinition. # noqa: E501 + :type: str + """ + + self._enable_pre_auth = enable_pre_auth + @property def envelope_partition_id(self): """Gets the envelope_partition_id of this NewAccountDefinition. # noqa: E501 @@ -369,6 +400,29 @@ def plan_information(self, plan_information): self._plan_information = plan_information + @property + def process_payment(self): + """Gets the process_payment of this NewAccountDefinition. # noqa: E501 + + # noqa: E501 + + :return: The process_payment of this NewAccountDefinition. # noqa: E501 + :rtype: str + """ + return self._process_payment + + @process_payment.setter + def process_payment(self, process_payment): + """Sets the process_payment of this NewAccountDefinition. + + # noqa: E501 + + :param process_payment: The process_payment of this NewAccountDefinition. # noqa: E501 + :type: str + """ + + self._process_payment = process_payment + @property def referral_information(self): """Gets the referral_information of this NewAccountDefinition. # noqa: E501 diff --git a/docusign_esign/models/notarize.py b/docusign_esign/models/notarize.py index 3aa97a48..f3616a4e 100644 --- a/docusign_esign/models/notarize.py +++ b/docusign_esign/models/notarize.py @@ -53,6 +53,8 @@ class Notarize(object): 'anchor_x_offset_metadata': 'PropertyMetadata', 'anchor_y_offset': 'str', 'anchor_y_offset_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -129,6 +131,8 @@ class Notarize(object): 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 'anchor_y_offset': 'anchorYOffset', 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -210,6 +214,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_x_offset_metadata = None self._anchor_y_offset = None self._anchor_y_offset_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -285,6 +291,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -779,6 +787,50 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): self._anchor_y_offset_metadata = anchor_y_offset_metadata + @property + def caption(self): + """Gets the caption of this Notarize. # noqa: E501 + + # noqa: E501 + + :return: The caption of this Notarize. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this Notarize. + + # noqa: E501 + + :param caption: The caption of this Notarize. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this Notarize. # noqa: E501 + + + :return: The caption_metadata of this Notarize. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this Notarize. + + + :param caption_metadata: The caption_metadata of this Notarize. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this Notarize. # noqa: E501 diff --git a/docusign_esign/models/notary_seal.py b/docusign_esign/models/notary_seal.py index 149da68d..0612f612 100644 --- a/docusign_esign/models/notary_seal.py +++ b/docusign_esign/models/notary_seal.py @@ -53,6 +53,8 @@ class NotarySeal(object): 'anchor_x_offset_metadata': 'PropertyMetadata', 'anchor_y_offset': 'str', 'anchor_y_offset_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -131,6 +133,8 @@ class NotarySeal(object): 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 'anchor_y_offset': 'anchorYOffset', 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -214,6 +218,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_x_offset_metadata = None self._anchor_y_offset = None self._anchor_y_offset_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -291,6 +297,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -787,6 +795,50 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): self._anchor_y_offset_metadata = anchor_y_offset_metadata + @property + def caption(self): + """Gets the caption of this NotarySeal. # noqa: E501 + + # noqa: E501 + + :return: The caption of this NotarySeal. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this NotarySeal. + + # noqa: E501 + + :param caption: The caption of this NotarySeal. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this NotarySeal. # noqa: E501 + + + :return: The caption_metadata of this NotarySeal. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this NotarySeal. + + + :param caption_metadata: The caption_metadata of this NotarySeal. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this NotarySeal. # noqa: E501 diff --git a/docusign_esign/models/note.py b/docusign_esign/models/note.py index 7d2e57ef..2537a4f4 100644 --- a/docusign_esign/models/note.py +++ b/docusign_esign/models/note.py @@ -55,6 +55,8 @@ class Note(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -148,6 +150,8 @@ class Note(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -246,6 +250,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -338,6 +344,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -891,6 +899,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this Note. # noqa: E501 + + # noqa: E501 + + :return: The caption of this Note. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this Note. + + # noqa: E501 + + :param caption: The caption of this Note. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this Note. # noqa: E501 + + + :return: The caption_metadata of this Note. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this Note. + + + :param caption_metadata: The caption_metadata of this Note. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this Note. # noqa: E501 diff --git a/docusign_esign/models/number.py b/docusign_esign/models/number.py index b5d5d5f2..17f8307d 100644 --- a/docusign_esign/models/number.py +++ b/docusign_esign/models/number.py @@ -55,6 +55,8 @@ class Number(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', @@ -176,6 +178,8 @@ class Number(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', @@ -302,6 +306,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conceal_value_on_document = None self._conceal_value_on_document_metadata = None self._conditional_parent_label = None @@ -422,6 +428,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) @@ -1003,6 +1011,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this Number. # noqa: E501 + + # noqa: E501 + + :return: The caption of this Number. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this Number. + + # noqa: E501 + + :param caption: The caption of this Number. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this Number. # noqa: E501 + + + :return: The caption_metadata of this Number. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this Number. + + + :param caption_metadata: The caption_metadata of this Number. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conceal_value_on_document(self): """Gets the conceal_value_on_document of this Number. # noqa: E501 diff --git a/docusign_esign/models/participant.py b/docusign_esign/models/participant.py new file mode 100644 index 00000000..d7a9fcba --- /dev/null +++ b/docusign_esign/models/participant.py @@ -0,0 +1,2024 @@ +# coding: utf-8 + +""" + DocuSign REST API + + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 + + OpenAPI spec version: v2.1 + Contact: devcenter@docusign.com + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + +from docusign_esign.client.configuration import Configuration + + +class Participant(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'access_code': 'str', + 'access_code_metadata': 'PropertyMetadata', + 'add_access_code_to_email': 'str', + 'additional_notifications': 'list[RecipientAdditionalNotification]', + 'allow_system_override_for_locked_recipient': 'str', + 'auto_responded_reason': 'str', + 'client_user_id': 'str', + 'completed_count': 'str', + 'custom_fields': 'list[str]', + 'declined_date_time': 'str', + 'declined_reason': 'str', + 'delivered_date_time': 'str', + 'delivery_method': 'str', + 'delivery_method_metadata': 'PropertyMetadata', + 'designator_id': 'str', + 'designator_id_guid': 'str', + 'document_visibility': 'list[DocumentVisibility]', + 'email': 'str', + 'email_metadata': 'PropertyMetadata', + 'email_notification': 'RecipientEmailNotification', + 'email_recipient_post_signing_url': 'str', + 'embedded_recipient_start_url': 'str', + 'error_details': 'ErrorDetails', + 'fax_number': 'str', + 'fax_number_metadata': 'PropertyMetadata', + 'first_name': 'str', + 'first_name_metadata': 'PropertyMetadata', + 'full_name': 'str', + 'full_name_metadata': 'PropertyMetadata', + 'id_check_configuration_name': 'str', + 'id_check_configuration_name_metadata': 'PropertyMetadata', + 'id_check_information_input': 'IdCheckInformationInput', + 'identity_verification': 'RecipientIdentityVerification', + 'inherit_email_notification_configuration': 'str', + 'last_name': 'str', + 'last_name_metadata': 'PropertyMetadata', + 'locked_recipient_phone_auth_editable': 'str', + 'locked_recipient_sms_editable': 'str', + 'name': 'str', + 'name_metadata': 'PropertyMetadata', + 'note': 'str', + 'note_metadata': 'PropertyMetadata', + 'participate_for': 'str', + 'participate_for_guid': 'str', + 'phone_authentication': 'RecipientPhoneAuthentication', + 'phone_number': 'RecipientPhoneNumber', + 'recipient_attachments': 'list[RecipientAttachment]', + 'recipient_authentication_status': 'AuthenticationStatus', + 'recipient_feature_metadata': 'list[FeatureAvailableMetadata]', + 'recipient_id': 'str', + 'recipient_id_guid': 'str', + 'recipient_type': 'str', + 'recipient_type_metadata': 'PropertyMetadata', + 'require_id_lookup': 'str', + 'require_id_lookup_metadata': 'PropertyMetadata', + 'role_name': 'str', + 'routing_order': 'str', + 'routing_order_metadata': 'PropertyMetadata', + 'sent_date_time': 'str', + 'signed_date_time': 'str', + 'signing_group_id': 'str', + 'signing_group_id_metadata': 'PropertyMetadata', + 'signing_group_name': 'str', + 'signing_group_users': 'list[UserInfo]', + 'sms_authentication': 'RecipientSMSAuthentication', + 'social_authentications': 'list[SocialAuthentication]', + 'status': 'str', + 'status_code': 'str', + 'suppress_emails': 'str', + 'template_locked': 'str', + 'template_required': 'str', + 'total_tab_count': 'str', + 'user_id': 'str' + } + + attribute_map = { + 'access_code': 'accessCode', + 'access_code_metadata': 'accessCodeMetadata', + 'add_access_code_to_email': 'addAccessCodeToEmail', + 'additional_notifications': 'additionalNotifications', + 'allow_system_override_for_locked_recipient': 'allowSystemOverrideForLockedRecipient', + 'auto_responded_reason': 'autoRespondedReason', + 'client_user_id': 'clientUserId', + 'completed_count': 'completedCount', + 'custom_fields': 'customFields', + 'declined_date_time': 'declinedDateTime', + 'declined_reason': 'declinedReason', + 'delivered_date_time': 'deliveredDateTime', + 'delivery_method': 'deliveryMethod', + 'delivery_method_metadata': 'deliveryMethodMetadata', + 'designator_id': 'designatorId', + 'designator_id_guid': 'designatorIdGuid', + 'document_visibility': 'documentVisibility', + 'email': 'email', + 'email_metadata': 'emailMetadata', + 'email_notification': 'emailNotification', + 'email_recipient_post_signing_url': 'emailRecipientPostSigningURL', + 'embedded_recipient_start_url': 'embeddedRecipientStartURL', + 'error_details': 'errorDetails', + 'fax_number': 'faxNumber', + 'fax_number_metadata': 'faxNumberMetadata', + 'first_name': 'firstName', + 'first_name_metadata': 'firstNameMetadata', + 'full_name': 'fullName', + 'full_name_metadata': 'fullNameMetadata', + 'id_check_configuration_name': 'idCheckConfigurationName', + 'id_check_configuration_name_metadata': 'idCheckConfigurationNameMetadata', + 'id_check_information_input': 'idCheckInformationInput', + 'identity_verification': 'identityVerification', + 'inherit_email_notification_configuration': 'inheritEmailNotificationConfiguration', + 'last_name': 'lastName', + 'last_name_metadata': 'lastNameMetadata', + 'locked_recipient_phone_auth_editable': 'lockedRecipientPhoneAuthEditable', + 'locked_recipient_sms_editable': 'lockedRecipientSmsEditable', + 'name': 'name', + 'name_metadata': 'nameMetadata', + 'note': 'note', + 'note_metadata': 'noteMetadata', + 'participate_for': 'participateFor', + 'participate_for_guid': 'participateForGuid', + 'phone_authentication': 'phoneAuthentication', + 'phone_number': 'phoneNumber', + 'recipient_attachments': 'recipientAttachments', + 'recipient_authentication_status': 'recipientAuthenticationStatus', + 'recipient_feature_metadata': 'recipientFeatureMetadata', + 'recipient_id': 'recipientId', + 'recipient_id_guid': 'recipientIdGuid', + 'recipient_type': 'recipientType', + 'recipient_type_metadata': 'recipientTypeMetadata', + 'require_id_lookup': 'requireIdLookup', + 'require_id_lookup_metadata': 'requireIdLookupMetadata', + 'role_name': 'roleName', + 'routing_order': 'routingOrder', + 'routing_order_metadata': 'routingOrderMetadata', + 'sent_date_time': 'sentDateTime', + 'signed_date_time': 'signedDateTime', + 'signing_group_id': 'signingGroupId', + 'signing_group_id_metadata': 'signingGroupIdMetadata', + 'signing_group_name': 'signingGroupName', + 'signing_group_users': 'signingGroupUsers', + 'sms_authentication': 'smsAuthentication', + 'social_authentications': 'socialAuthentications', + 'status': 'status', + 'status_code': 'statusCode', + 'suppress_emails': 'suppressEmails', + 'template_locked': 'templateLocked', + 'template_required': 'templateRequired', + 'total_tab_count': 'totalTabCount', + 'user_id': 'userId' + } + + def __init__(self, _configuration=None, **kwargs): # noqa: E501 + """Participant - a model defined in Swagger""" # noqa: E501 + if _configuration is None: + _configuration = Configuration() + self._configuration = _configuration + + self._access_code = None + self._access_code_metadata = None + self._add_access_code_to_email = None + self._additional_notifications = None + self._allow_system_override_for_locked_recipient = None + self._auto_responded_reason = None + self._client_user_id = None + self._completed_count = None + self._custom_fields = None + self._declined_date_time = None + self._declined_reason = None + self._delivered_date_time = None + self._delivery_method = None + self._delivery_method_metadata = None + self._designator_id = None + self._designator_id_guid = None + self._document_visibility = None + self._email = None + self._email_metadata = None + self._email_notification = None + self._email_recipient_post_signing_url = None + self._embedded_recipient_start_url = None + self._error_details = None + self._fax_number = None + self._fax_number_metadata = None + self._first_name = None + self._first_name_metadata = None + self._full_name = None + self._full_name_metadata = None + self._id_check_configuration_name = None + self._id_check_configuration_name_metadata = None + self._id_check_information_input = None + self._identity_verification = None + self._inherit_email_notification_configuration = None + self._last_name = None + self._last_name_metadata = None + self._locked_recipient_phone_auth_editable = None + self._locked_recipient_sms_editable = None + self._name = None + self._name_metadata = None + self._note = None + self._note_metadata = None + self._participate_for = None + self._participate_for_guid = None + self._phone_authentication = None + self._phone_number = None + self._recipient_attachments = None + self._recipient_authentication_status = None + self._recipient_feature_metadata = None + self._recipient_id = None + self._recipient_id_guid = None + self._recipient_type = None + self._recipient_type_metadata = None + self._require_id_lookup = None + self._require_id_lookup_metadata = None + self._role_name = None + self._routing_order = None + self._routing_order_metadata = None + self._sent_date_time = None + self._signed_date_time = None + self._signing_group_id = None + self._signing_group_id_metadata = None + self._signing_group_name = None + self._signing_group_users = None + self._sms_authentication = None + self._social_authentications = None + self._status = None + self._status_code = None + self._suppress_emails = None + self._template_locked = None + self._template_required = None + self._total_tab_count = None + self._user_id = None + self.discriminator = None + + setattr(self, "_{}".format('access_code'), kwargs.get('access_code', None)) + setattr(self, "_{}".format('access_code_metadata'), kwargs.get('access_code_metadata', None)) + setattr(self, "_{}".format('add_access_code_to_email'), kwargs.get('add_access_code_to_email', None)) + setattr(self, "_{}".format('additional_notifications'), kwargs.get('additional_notifications', None)) + setattr(self, "_{}".format('allow_system_override_for_locked_recipient'), kwargs.get('allow_system_override_for_locked_recipient', None)) + setattr(self, "_{}".format('auto_responded_reason'), kwargs.get('auto_responded_reason', None)) + setattr(self, "_{}".format('client_user_id'), kwargs.get('client_user_id', None)) + setattr(self, "_{}".format('completed_count'), kwargs.get('completed_count', None)) + setattr(self, "_{}".format('custom_fields'), kwargs.get('custom_fields', None)) + setattr(self, "_{}".format('declined_date_time'), kwargs.get('declined_date_time', None)) + setattr(self, "_{}".format('declined_reason'), kwargs.get('declined_reason', None)) + setattr(self, "_{}".format('delivered_date_time'), kwargs.get('delivered_date_time', None)) + setattr(self, "_{}".format('delivery_method'), kwargs.get('delivery_method', None)) + setattr(self, "_{}".format('delivery_method_metadata'), kwargs.get('delivery_method_metadata', None)) + setattr(self, "_{}".format('designator_id'), kwargs.get('designator_id', None)) + setattr(self, "_{}".format('designator_id_guid'), kwargs.get('designator_id_guid', None)) + setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None)) + setattr(self, "_{}".format('email'), kwargs.get('email', None)) + setattr(self, "_{}".format('email_metadata'), kwargs.get('email_metadata', None)) + setattr(self, "_{}".format('email_notification'), kwargs.get('email_notification', None)) + setattr(self, "_{}".format('email_recipient_post_signing_url'), kwargs.get('email_recipient_post_signing_url', None)) + setattr(self, "_{}".format('embedded_recipient_start_url'), kwargs.get('embedded_recipient_start_url', None)) + setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) + setattr(self, "_{}".format('fax_number'), kwargs.get('fax_number', None)) + setattr(self, "_{}".format('fax_number_metadata'), kwargs.get('fax_number_metadata', None)) + setattr(self, "_{}".format('first_name'), kwargs.get('first_name', None)) + setattr(self, "_{}".format('first_name_metadata'), kwargs.get('first_name_metadata', None)) + setattr(self, "_{}".format('full_name'), kwargs.get('full_name', None)) + setattr(self, "_{}".format('full_name_metadata'), kwargs.get('full_name_metadata', None)) + setattr(self, "_{}".format('id_check_configuration_name'), kwargs.get('id_check_configuration_name', None)) + setattr(self, "_{}".format('id_check_configuration_name_metadata'), kwargs.get('id_check_configuration_name_metadata', None)) + setattr(self, "_{}".format('id_check_information_input'), kwargs.get('id_check_information_input', None)) + setattr(self, "_{}".format('identity_verification'), kwargs.get('identity_verification', None)) + setattr(self, "_{}".format('inherit_email_notification_configuration'), kwargs.get('inherit_email_notification_configuration', None)) + setattr(self, "_{}".format('last_name'), kwargs.get('last_name', None)) + setattr(self, "_{}".format('last_name_metadata'), kwargs.get('last_name_metadata', None)) + setattr(self, "_{}".format('locked_recipient_phone_auth_editable'), kwargs.get('locked_recipient_phone_auth_editable', None)) + setattr(self, "_{}".format('locked_recipient_sms_editable'), kwargs.get('locked_recipient_sms_editable', None)) + setattr(self, "_{}".format('name'), kwargs.get('name', None)) + setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None)) + setattr(self, "_{}".format('note'), kwargs.get('note', None)) + setattr(self, "_{}".format('note_metadata'), kwargs.get('note_metadata', None)) + setattr(self, "_{}".format('participate_for'), kwargs.get('participate_for', None)) + setattr(self, "_{}".format('participate_for_guid'), kwargs.get('participate_for_guid', None)) + setattr(self, "_{}".format('phone_authentication'), kwargs.get('phone_authentication', None)) + setattr(self, "_{}".format('phone_number'), kwargs.get('phone_number', None)) + setattr(self, "_{}".format('recipient_attachments'), kwargs.get('recipient_attachments', None)) + setattr(self, "_{}".format('recipient_authentication_status'), kwargs.get('recipient_authentication_status', None)) + setattr(self, "_{}".format('recipient_feature_metadata'), kwargs.get('recipient_feature_metadata', None)) + setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) + setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) + setattr(self, "_{}".format('recipient_type'), kwargs.get('recipient_type', None)) + setattr(self, "_{}".format('recipient_type_metadata'), kwargs.get('recipient_type_metadata', None)) + setattr(self, "_{}".format('require_id_lookup'), kwargs.get('require_id_lookup', None)) + setattr(self, "_{}".format('require_id_lookup_metadata'), kwargs.get('require_id_lookup_metadata', None)) + setattr(self, "_{}".format('role_name'), kwargs.get('role_name', None)) + setattr(self, "_{}".format('routing_order'), kwargs.get('routing_order', None)) + setattr(self, "_{}".format('routing_order_metadata'), kwargs.get('routing_order_metadata', None)) + setattr(self, "_{}".format('sent_date_time'), kwargs.get('sent_date_time', None)) + setattr(self, "_{}".format('signed_date_time'), kwargs.get('signed_date_time', None)) + setattr(self, "_{}".format('signing_group_id'), kwargs.get('signing_group_id', None)) + setattr(self, "_{}".format('signing_group_id_metadata'), kwargs.get('signing_group_id_metadata', None)) + setattr(self, "_{}".format('signing_group_name'), kwargs.get('signing_group_name', None)) + setattr(self, "_{}".format('signing_group_users'), kwargs.get('signing_group_users', None)) + setattr(self, "_{}".format('sms_authentication'), kwargs.get('sms_authentication', None)) + setattr(self, "_{}".format('social_authentications'), kwargs.get('social_authentications', None)) + setattr(self, "_{}".format('status'), kwargs.get('status', None)) + setattr(self, "_{}".format('status_code'), kwargs.get('status_code', None)) + setattr(self, "_{}".format('suppress_emails'), kwargs.get('suppress_emails', None)) + setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) + setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) + setattr(self, "_{}".format('total_tab_count'), kwargs.get('total_tab_count', None)) + setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None)) + + @property + def access_code(self): + """Gets the access_code of this Participant. # noqa: E501 + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 + + :return: The access_code of this Participant. # noqa: E501 + :rtype: str + """ + return self._access_code + + @access_code.setter + def access_code(self, access_code): + """Sets the access_code of this Participant. + + If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. # noqa: E501 + + :param access_code: The access_code of this Participant. # noqa: E501 + :type: str + """ + + self._access_code = access_code + + @property + def access_code_metadata(self): + """Gets the access_code_metadata of this Participant. # noqa: E501 + + + :return: The access_code_metadata of this Participant. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._access_code_metadata + + @access_code_metadata.setter + def access_code_metadata(self, access_code_metadata): + """Sets the access_code_metadata of this Participant. + + + :param access_code_metadata: The access_code_metadata of this Participant. # noqa: E501 + :type: PropertyMetadata + """ + + self._access_code_metadata = access_code_metadata + + @property + def add_access_code_to_email(self): + """Gets the add_access_code_to_email of this Participant. # noqa: E501 + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 + + :return: The add_access_code_to_email of this Participant. # noqa: E501 + :rtype: str + """ + return self._add_access_code_to_email + + @add_access_code_to_email.setter + def add_access_code_to_email(self, add_access_code_to_email): + """Sets the add_access_code_to_email of this Participant. + + This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. # noqa: E501 + + :param add_access_code_to_email: The add_access_code_to_email of this Participant. # noqa: E501 + :type: str + """ + + self._add_access_code_to_email = add_access_code_to_email + + @property + def additional_notifications(self): + """Gets the additional_notifications of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The additional_notifications of this Participant. # noqa: E501 + :rtype: list[RecipientAdditionalNotification] + """ + return self._additional_notifications + + @additional_notifications.setter + def additional_notifications(self, additional_notifications): + """Sets the additional_notifications of this Participant. + + # noqa: E501 + + :param additional_notifications: The additional_notifications of this Participant. # noqa: E501 + :type: list[RecipientAdditionalNotification] + """ + + self._additional_notifications = additional_notifications + + @property + def allow_system_override_for_locked_recipient(self): + """Gets the allow_system_override_for_locked_recipient of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The allow_system_override_for_locked_recipient of this Participant. # noqa: E501 + :rtype: str + """ + return self._allow_system_override_for_locked_recipient + + @allow_system_override_for_locked_recipient.setter + def allow_system_override_for_locked_recipient(self, allow_system_override_for_locked_recipient): + """Sets the allow_system_override_for_locked_recipient of this Participant. + + # noqa: E501 + + :param allow_system_override_for_locked_recipient: The allow_system_override_for_locked_recipient of this Participant. # noqa: E501 + :type: str + """ + + self._allow_system_override_for_locked_recipient = allow_system_override_for_locked_recipient + + @property + def auto_responded_reason(self): + """Gets the auto_responded_reason of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The auto_responded_reason of this Participant. # noqa: E501 + :rtype: str + """ + return self._auto_responded_reason + + @auto_responded_reason.setter + def auto_responded_reason(self, auto_responded_reason): + """Sets the auto_responded_reason of this Participant. + + # noqa: E501 + + :param auto_responded_reason: The auto_responded_reason of this Participant. # noqa: E501 + :type: str + """ + + self._auto_responded_reason = auto_responded_reason + + @property + def client_user_id(self): + """Gets the client_user_id of this Participant. # noqa: E501 + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 + + :return: The client_user_id of this Participant. # noqa: E501 + :rtype: str + """ + return self._client_user_id + + @client_user_id.setter + def client_user_id(self, client_user_id): + """Sets the client_user_id of this Participant. + + Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. # noqa: E501 + + :param client_user_id: The client_user_id of this Participant. # noqa: E501 + :type: str + """ + + self._client_user_id = client_user_id + + @property + def completed_count(self): + """Gets the completed_count of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The completed_count of this Participant. # noqa: E501 + :rtype: str + """ + return self._completed_count + + @completed_count.setter + def completed_count(self, completed_count): + """Sets the completed_count of this Participant. + + # noqa: E501 + + :param completed_count: The completed_count of this Participant. # noqa: E501 + :type: str + """ + + self._completed_count = completed_count + + @property + def custom_fields(self): + """Gets the custom_fields of this Participant. # noqa: E501 + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 + + :return: The custom_fields of this Participant. # noqa: E501 + :rtype: list[str] + """ + return self._custom_fields + + @custom_fields.setter + def custom_fields(self, custom_fields): + """Sets the custom_fields of this Participant. + + An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. # noqa: E501 + + :param custom_fields: The custom_fields of this Participant. # noqa: E501 + :type: list[str] + """ + + self._custom_fields = custom_fields + + @property + def declined_date_time(self): + """Gets the declined_date_time of this Participant. # noqa: E501 + + The date and time the recipient declined the document. # noqa: E501 + + :return: The declined_date_time of this Participant. # noqa: E501 + :rtype: str + """ + return self._declined_date_time + + @declined_date_time.setter + def declined_date_time(self, declined_date_time): + """Sets the declined_date_time of this Participant. + + The date and time the recipient declined the document. # noqa: E501 + + :param declined_date_time: The declined_date_time of this Participant. # noqa: E501 + :type: str + """ + + self._declined_date_time = declined_date_time + + @property + def declined_reason(self): + """Gets the declined_reason of this Participant. # noqa: E501 + + The reason the recipient declined the document. # noqa: E501 + + :return: The declined_reason of this Participant. # noqa: E501 + :rtype: str + """ + return self._declined_reason + + @declined_reason.setter + def declined_reason(self, declined_reason): + """Sets the declined_reason of this Participant. + + The reason the recipient declined the document. # noqa: E501 + + :param declined_reason: The declined_reason of this Participant. # noqa: E501 + :type: str + """ + + self._declined_reason = declined_reason + + @property + def delivered_date_time(self): + """Gets the delivered_date_time of this Participant. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 + + :return: The delivered_date_time of this Participant. # noqa: E501 + :rtype: str + """ + return self._delivered_date_time + + @delivered_date_time.setter + def delivered_date_time(self, delivered_date_time): + """Sets the delivered_date_time of this Participant. + + Reserved: For DocuSign use only. # noqa: E501 + + :param delivered_date_time: The delivered_date_time of this Participant. # noqa: E501 + :type: str + """ + + self._delivered_date_time = delivered_date_time + + @property + def delivery_method(self): + """Gets the delivery_method of this Participant. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 + + :return: The delivery_method of this Participant. # noqa: E501 + :rtype: str + """ + return self._delivery_method + + @delivery_method.setter + def delivery_method(self, delivery_method): + """Sets the delivery_method of this Participant. + + Reserved: For DocuSign use only. # noqa: E501 + + :param delivery_method: The delivery_method of this Participant. # noqa: E501 + :type: str + """ + + self._delivery_method = delivery_method + + @property + def delivery_method_metadata(self): + """Gets the delivery_method_metadata of this Participant. # noqa: E501 + + + :return: The delivery_method_metadata of this Participant. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._delivery_method_metadata + + @delivery_method_metadata.setter + def delivery_method_metadata(self, delivery_method_metadata): + """Sets the delivery_method_metadata of this Participant. + + + :param delivery_method_metadata: The delivery_method_metadata of this Participant. # noqa: E501 + :type: PropertyMetadata + """ + + self._delivery_method_metadata = delivery_method_metadata + + @property + def designator_id(self): + """Gets the designator_id of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The designator_id of this Participant. # noqa: E501 + :rtype: str + """ + return self._designator_id + + @designator_id.setter + def designator_id(self, designator_id): + """Sets the designator_id of this Participant. + + # noqa: E501 + + :param designator_id: The designator_id of this Participant. # noqa: E501 + :type: str + """ + + self._designator_id = designator_id + + @property + def designator_id_guid(self): + """Gets the designator_id_guid of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The designator_id_guid of this Participant. # noqa: E501 + :rtype: str + """ + return self._designator_id_guid + + @designator_id_guid.setter + def designator_id_guid(self, designator_id_guid): + """Sets the designator_id_guid of this Participant. + + # noqa: E501 + + :param designator_id_guid: The designator_id_guid of this Participant. # noqa: E501 + :type: str + """ + + self._designator_id_guid = designator_id_guid + + @property + def document_visibility(self): + """Gets the document_visibility of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The document_visibility of this Participant. # noqa: E501 + :rtype: list[DocumentVisibility] + """ + return self._document_visibility + + @document_visibility.setter + def document_visibility(self, document_visibility): + """Sets the document_visibility of this Participant. + + # noqa: E501 + + :param document_visibility: The document_visibility of this Participant. # noqa: E501 + :type: list[DocumentVisibility] + """ + + self._document_visibility = document_visibility + + @property + def email(self): + """Gets the email of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The email of this Participant. # noqa: E501 + :rtype: str + """ + return self._email + + @email.setter + def email(self, email): + """Sets the email of this Participant. + + # noqa: E501 + + :param email: The email of this Participant. # noqa: E501 + :type: str + """ + + self._email = email + + @property + def email_metadata(self): + """Gets the email_metadata of this Participant. # noqa: E501 + + + :return: The email_metadata of this Participant. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._email_metadata + + @email_metadata.setter + def email_metadata(self, email_metadata): + """Sets the email_metadata of this Participant. + + + :param email_metadata: The email_metadata of this Participant. # noqa: E501 + :type: PropertyMetadata + """ + + self._email_metadata = email_metadata + + @property + def email_notification(self): + """Gets the email_notification of this Participant. # noqa: E501 + + + :return: The email_notification of this Participant. # noqa: E501 + :rtype: RecipientEmailNotification + """ + return self._email_notification + + @email_notification.setter + def email_notification(self, email_notification): + """Sets the email_notification of this Participant. + + + :param email_notification: The email_notification of this Participant. # noqa: E501 + :type: RecipientEmailNotification + """ + + self._email_notification = email_notification + + @property + def email_recipient_post_signing_url(self): + """Gets the email_recipient_post_signing_url of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The email_recipient_post_signing_url of this Participant. # noqa: E501 + :rtype: str + """ + return self._email_recipient_post_signing_url + + @email_recipient_post_signing_url.setter + def email_recipient_post_signing_url(self, email_recipient_post_signing_url): + """Sets the email_recipient_post_signing_url of this Participant. + + # noqa: E501 + + :param email_recipient_post_signing_url: The email_recipient_post_signing_url of this Participant. # noqa: E501 + :type: str + """ + + self._email_recipient_post_signing_url = email_recipient_post_signing_url + + @property + def embedded_recipient_start_url(self): + """Gets the embedded_recipient_start_url of this Participant. # noqa: E501 + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 + + :return: The embedded_recipient_start_url of this Participant. # noqa: E501 + :rtype: str + """ + return self._embedded_recipient_start_url + + @embedded_recipient_start_url.setter + def embedded_recipient_start_url(self, embedded_recipient_start_url): + """Sets the embedded_recipient_start_url of this Participant. + + Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` # noqa: E501 + + :param embedded_recipient_start_url: The embedded_recipient_start_url of this Participant. # noqa: E501 + :type: str + """ + + self._embedded_recipient_start_url = embedded_recipient_start_url + + @property + def error_details(self): + """Gets the error_details of this Participant. # noqa: E501 + + + :return: The error_details of this Participant. # noqa: E501 + :rtype: ErrorDetails + """ + return self._error_details + + @error_details.setter + def error_details(self, error_details): + """Sets the error_details of this Participant. + + + :param error_details: The error_details of this Participant. # noqa: E501 + :type: ErrorDetails + """ + + self._error_details = error_details + + @property + def fax_number(self): + """Gets the fax_number of this Participant. # noqa: E501 + + Reserved: # noqa: E501 + + :return: The fax_number of this Participant. # noqa: E501 + :rtype: str + """ + return self._fax_number + + @fax_number.setter + def fax_number(self, fax_number): + """Sets the fax_number of this Participant. + + Reserved: # noqa: E501 + + :param fax_number: The fax_number of this Participant. # noqa: E501 + :type: str + """ + + self._fax_number = fax_number + + @property + def fax_number_metadata(self): + """Gets the fax_number_metadata of this Participant. # noqa: E501 + + + :return: The fax_number_metadata of this Participant. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._fax_number_metadata + + @fax_number_metadata.setter + def fax_number_metadata(self, fax_number_metadata): + """Sets the fax_number_metadata of this Participant. + + + :param fax_number_metadata: The fax_number_metadata of this Participant. # noqa: E501 + :type: PropertyMetadata + """ + + self._fax_number_metadata = fax_number_metadata + + @property + def first_name(self): + """Gets the first_name of this Participant. # noqa: E501 + + The user's first name. Maximum Length: 50 characters. # noqa: E501 + + :return: The first_name of this Participant. # noqa: E501 + :rtype: str + """ + return self._first_name + + @first_name.setter + def first_name(self, first_name): + """Sets the first_name of this Participant. + + The user's first name. Maximum Length: 50 characters. # noqa: E501 + + :param first_name: The first_name of this Participant. # noqa: E501 + :type: str + """ + + self._first_name = first_name + + @property + def first_name_metadata(self): + """Gets the first_name_metadata of this Participant. # noqa: E501 + + + :return: The first_name_metadata of this Participant. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._first_name_metadata + + @first_name_metadata.setter + def first_name_metadata(self, first_name_metadata): + """Sets the first_name_metadata of this Participant. + + + :param first_name_metadata: The first_name_metadata of this Participant. # noqa: E501 + :type: PropertyMetadata + """ + + self._first_name_metadata = first_name_metadata + + @property + def full_name(self): + """Gets the full_name of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The full_name of this Participant. # noqa: E501 + :rtype: str + """ + return self._full_name + + @full_name.setter + def full_name(self, full_name): + """Sets the full_name of this Participant. + + # noqa: E501 + + :param full_name: The full_name of this Participant. # noqa: E501 + :type: str + """ + + self._full_name = full_name + + @property + def full_name_metadata(self): + """Gets the full_name_metadata of this Participant. # noqa: E501 + + + :return: The full_name_metadata of this Participant. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._full_name_metadata + + @full_name_metadata.setter + def full_name_metadata(self, full_name_metadata): + """Sets the full_name_metadata of this Participant. + + + :param full_name_metadata: The full_name_metadata of this Participant. # noqa: E501 + :type: PropertyMetadata + """ + + self._full_name_metadata = full_name_metadata + + @property + def id_check_configuration_name(self): + """Gets the id_check_configuration_name of this Participant. # noqa: E501 + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 + + :return: The id_check_configuration_name of this Participant. # noqa: E501 + :rtype: str + """ + return self._id_check_configuration_name + + @id_check_configuration_name.setter + def id_check_configuration_name(self, id_check_configuration_name): + """Sets the id_check_configuration_name of this Participant. + + Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node. # noqa: E501 + + :param id_check_configuration_name: The id_check_configuration_name of this Participant. # noqa: E501 + :type: str + """ + + self._id_check_configuration_name = id_check_configuration_name + + @property + def id_check_configuration_name_metadata(self): + """Gets the id_check_configuration_name_metadata of this Participant. # noqa: E501 + + + :return: The id_check_configuration_name_metadata of this Participant. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._id_check_configuration_name_metadata + + @id_check_configuration_name_metadata.setter + def id_check_configuration_name_metadata(self, id_check_configuration_name_metadata): + """Sets the id_check_configuration_name_metadata of this Participant. + + + :param id_check_configuration_name_metadata: The id_check_configuration_name_metadata of this Participant. # noqa: E501 + :type: PropertyMetadata + """ + + self._id_check_configuration_name_metadata = id_check_configuration_name_metadata + + @property + def id_check_information_input(self): + """Gets the id_check_information_input of this Participant. # noqa: E501 + + + :return: The id_check_information_input of this Participant. # noqa: E501 + :rtype: IdCheckInformationInput + """ + return self._id_check_information_input + + @id_check_information_input.setter + def id_check_information_input(self, id_check_information_input): + """Sets the id_check_information_input of this Participant. + + + :param id_check_information_input: The id_check_information_input of this Participant. # noqa: E501 + :type: IdCheckInformationInput + """ + + self._id_check_information_input = id_check_information_input + + @property + def identity_verification(self): + """Gets the identity_verification of this Participant. # noqa: E501 + + + :return: The identity_verification of this Participant. # noqa: E501 + :rtype: RecipientIdentityVerification + """ + return self._identity_verification + + @identity_verification.setter + def identity_verification(self, identity_verification): + """Sets the identity_verification of this Participant. + + + :param identity_verification: The identity_verification of this Participant. # noqa: E501 + :type: RecipientIdentityVerification + """ + + self._identity_verification = identity_verification + + @property + def inherit_email_notification_configuration(self): + """Gets the inherit_email_notification_configuration of this Participant. # noqa: E501 + + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 + + :return: The inherit_email_notification_configuration of this Participant. # noqa: E501 + :rtype: str + """ + return self._inherit_email_notification_configuration + + @inherit_email_notification_configuration.setter + def inherit_email_notification_configuration(self, inherit_email_notification_configuration): + """Sets the inherit_email_notification_configuration of this Participant. + + When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. # noqa: E501 + + :param inherit_email_notification_configuration: The inherit_email_notification_configuration of this Participant. # noqa: E501 + :type: str + """ + + self._inherit_email_notification_configuration = inherit_email_notification_configuration + + @property + def last_name(self): + """Gets the last_name of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The last_name of this Participant. # noqa: E501 + :rtype: str + """ + return self._last_name + + @last_name.setter + def last_name(self, last_name): + """Sets the last_name of this Participant. + + # noqa: E501 + + :param last_name: The last_name of this Participant. # noqa: E501 + :type: str + """ + + self._last_name = last_name + + @property + def last_name_metadata(self): + """Gets the last_name_metadata of this Participant. # noqa: E501 + + + :return: The last_name_metadata of this Participant. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._last_name_metadata + + @last_name_metadata.setter + def last_name_metadata(self, last_name_metadata): + """Sets the last_name_metadata of this Participant. + + + :param last_name_metadata: The last_name_metadata of this Participant. # noqa: E501 + :type: PropertyMetadata + """ + + self._last_name_metadata = last_name_metadata + + @property + def locked_recipient_phone_auth_editable(self): + """Gets the locked_recipient_phone_auth_editable of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The locked_recipient_phone_auth_editable of this Participant. # noqa: E501 + :rtype: str + """ + return self._locked_recipient_phone_auth_editable + + @locked_recipient_phone_auth_editable.setter + def locked_recipient_phone_auth_editable(self, locked_recipient_phone_auth_editable): + """Sets the locked_recipient_phone_auth_editable of this Participant. + + # noqa: E501 + + :param locked_recipient_phone_auth_editable: The locked_recipient_phone_auth_editable of this Participant. # noqa: E501 + :type: str + """ + + self._locked_recipient_phone_auth_editable = locked_recipient_phone_auth_editable + + @property + def locked_recipient_sms_editable(self): + """Gets the locked_recipient_sms_editable of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The locked_recipient_sms_editable of this Participant. # noqa: E501 + :rtype: str + """ + return self._locked_recipient_sms_editable + + @locked_recipient_sms_editable.setter + def locked_recipient_sms_editable(self, locked_recipient_sms_editable): + """Sets the locked_recipient_sms_editable of this Participant. + + # noqa: E501 + + :param locked_recipient_sms_editable: The locked_recipient_sms_editable of this Participant. # noqa: E501 + :type: str + """ + + self._locked_recipient_sms_editable = locked_recipient_sms_editable + + @property + def name(self): + """Gets the name of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The name of this Participant. # noqa: E501 + :rtype: str + """ + return self._name + + @name.setter + def name(self, name): + """Sets the name of this Participant. + + # noqa: E501 + + :param name: The name of this Participant. # noqa: E501 + :type: str + """ + + self._name = name + + @property + def name_metadata(self): + """Gets the name_metadata of this Participant. # noqa: E501 + + + :return: The name_metadata of this Participant. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._name_metadata + + @name_metadata.setter + def name_metadata(self, name_metadata): + """Sets the name_metadata of this Participant. + + + :param name_metadata: The name_metadata of this Participant. # noqa: E501 + :type: PropertyMetadata + """ + + self._name_metadata = name_metadata + + @property + def note(self): + """Gets the note of this Participant. # noqa: E501 + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 + + :return: The note of this Participant. # noqa: E501 + :rtype: str + """ + return self._note + + @note.setter + def note(self, note): + """Sets the note of this Participant. + + Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. # noqa: E501 + + :param note: The note of this Participant. # noqa: E501 + :type: str + """ + + self._note = note + + @property + def note_metadata(self): + """Gets the note_metadata of this Participant. # noqa: E501 + + + :return: The note_metadata of this Participant. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._note_metadata + + @note_metadata.setter + def note_metadata(self, note_metadata): + """Sets the note_metadata of this Participant. + + + :param note_metadata: The note_metadata of this Participant. # noqa: E501 + :type: PropertyMetadata + """ + + self._note_metadata = note_metadata + + @property + def participate_for(self): + """Gets the participate_for of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The participate_for of this Participant. # noqa: E501 + :rtype: str + """ + return self._participate_for + + @participate_for.setter + def participate_for(self, participate_for): + """Sets the participate_for of this Participant. + + # noqa: E501 + + :param participate_for: The participate_for of this Participant. # noqa: E501 + :type: str + """ + + self._participate_for = participate_for + + @property + def participate_for_guid(self): + """Gets the participate_for_guid of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The participate_for_guid of this Participant. # noqa: E501 + :rtype: str + """ + return self._participate_for_guid + + @participate_for_guid.setter + def participate_for_guid(self, participate_for_guid): + """Sets the participate_for_guid of this Participant. + + # noqa: E501 + + :param participate_for_guid: The participate_for_guid of this Participant. # noqa: E501 + :type: str + """ + + self._participate_for_guid = participate_for_guid + + @property + def phone_authentication(self): + """Gets the phone_authentication of this Participant. # noqa: E501 + + + :return: The phone_authentication of this Participant. # noqa: E501 + :rtype: RecipientPhoneAuthentication + """ + return self._phone_authentication + + @phone_authentication.setter + def phone_authentication(self, phone_authentication): + """Sets the phone_authentication of this Participant. + + + :param phone_authentication: The phone_authentication of this Participant. # noqa: E501 + :type: RecipientPhoneAuthentication + """ + + self._phone_authentication = phone_authentication + + @property + def phone_number(self): + """Gets the phone_number of this Participant. # noqa: E501 + + + :return: The phone_number of this Participant. # noqa: E501 + :rtype: RecipientPhoneNumber + """ + return self._phone_number + + @phone_number.setter + def phone_number(self, phone_number): + """Sets the phone_number of this Participant. + + + :param phone_number: The phone_number of this Participant. # noqa: E501 + :type: RecipientPhoneNumber + """ + + self._phone_number = phone_number + + @property + def recipient_attachments(self): + """Gets the recipient_attachments of this Participant. # noqa: E501 + + Reserved: # noqa: E501 + + :return: The recipient_attachments of this Participant. # noqa: E501 + :rtype: list[RecipientAttachment] + """ + return self._recipient_attachments + + @recipient_attachments.setter + def recipient_attachments(self, recipient_attachments): + """Sets the recipient_attachments of this Participant. + + Reserved: # noqa: E501 + + :param recipient_attachments: The recipient_attachments of this Participant. # noqa: E501 + :type: list[RecipientAttachment] + """ + + self._recipient_attachments = recipient_attachments + + @property + def recipient_authentication_status(self): + """Gets the recipient_authentication_status of this Participant. # noqa: E501 + + + :return: The recipient_authentication_status of this Participant. # noqa: E501 + :rtype: AuthenticationStatus + """ + return self._recipient_authentication_status + + @recipient_authentication_status.setter + def recipient_authentication_status(self, recipient_authentication_status): + """Sets the recipient_authentication_status of this Participant. + + + :param recipient_authentication_status: The recipient_authentication_status of this Participant. # noqa: E501 + :type: AuthenticationStatus + """ + + self._recipient_authentication_status = recipient_authentication_status + + @property + def recipient_feature_metadata(self): + """Gets the recipient_feature_metadata of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The recipient_feature_metadata of this Participant. # noqa: E501 + :rtype: list[FeatureAvailableMetadata] + """ + return self._recipient_feature_metadata + + @recipient_feature_metadata.setter + def recipient_feature_metadata(self, recipient_feature_metadata): + """Sets the recipient_feature_metadata of this Participant. + + # noqa: E501 + + :param recipient_feature_metadata: The recipient_feature_metadata of this Participant. # noqa: E501 + :type: list[FeatureAvailableMetadata] + """ + + self._recipient_feature_metadata = recipient_feature_metadata + + @property + def recipient_id(self): + """Gets the recipient_id of this Participant. # noqa: E501 + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :return: The recipient_id of this Participant. # noqa: E501 + :rtype: str + """ + return self._recipient_id + + @recipient_id.setter + def recipient_id(self, recipient_id): + """Sets the recipient_id of this Participant. + + Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 + + :param recipient_id: The recipient_id of this Participant. # noqa: E501 + :type: str + """ + + self._recipient_id = recipient_id + + @property + def recipient_id_guid(self): + """Gets the recipient_id_guid of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The recipient_id_guid of this Participant. # noqa: E501 + :rtype: str + """ + return self._recipient_id_guid + + @recipient_id_guid.setter + def recipient_id_guid(self, recipient_id_guid): + """Sets the recipient_id_guid of this Participant. + + # noqa: E501 + + :param recipient_id_guid: The recipient_id_guid of this Participant. # noqa: E501 + :type: str + """ + + self._recipient_id_guid = recipient_id_guid + + @property + def recipient_type(self): + """Gets the recipient_type of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The recipient_type of this Participant. # noqa: E501 + :rtype: str + """ + return self._recipient_type + + @recipient_type.setter + def recipient_type(self, recipient_type): + """Sets the recipient_type of this Participant. + + # noqa: E501 + + :param recipient_type: The recipient_type of this Participant. # noqa: E501 + :type: str + """ + + self._recipient_type = recipient_type + + @property + def recipient_type_metadata(self): + """Gets the recipient_type_metadata of this Participant. # noqa: E501 + + + :return: The recipient_type_metadata of this Participant. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._recipient_type_metadata + + @recipient_type_metadata.setter + def recipient_type_metadata(self, recipient_type_metadata): + """Sets the recipient_type_metadata of this Participant. + + + :param recipient_type_metadata: The recipient_type_metadata of this Participant. # noqa: E501 + :type: PropertyMetadata + """ + + self._recipient_type_metadata = recipient_type_metadata + + @property + def require_id_lookup(self): + """Gets the require_id_lookup of this Participant. # noqa: E501 + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 + + :return: The require_id_lookup of this Participant. # noqa: E501 + :rtype: str + """ + return self._require_id_lookup + + @require_id_lookup.setter + def require_id_lookup(self, require_id_lookup): + """Sets the require_id_lookup of this Participant. + + When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. # noqa: E501 + + :param require_id_lookup: The require_id_lookup of this Participant. # noqa: E501 + :type: str + """ + + self._require_id_lookup = require_id_lookup + + @property + def require_id_lookup_metadata(self): + """Gets the require_id_lookup_metadata of this Participant. # noqa: E501 + + + :return: The require_id_lookup_metadata of this Participant. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._require_id_lookup_metadata + + @require_id_lookup_metadata.setter + def require_id_lookup_metadata(self, require_id_lookup_metadata): + """Sets the require_id_lookup_metadata of this Participant. + + + :param require_id_lookup_metadata: The require_id_lookup_metadata of this Participant. # noqa: E501 + :type: PropertyMetadata + """ + + self._require_id_lookup_metadata = require_id_lookup_metadata + + @property + def role_name(self): + """Gets the role_name of this Participant. # noqa: E501 + + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :return: The role_name of this Participant. # noqa: E501 + :rtype: str + """ + return self._role_name + + @role_name.setter + def role_name(self, role_name): + """Sets the role_name of this Participant. + + Optional element. Specifies the role name associated with the recipient.

This is required when working with template recipients. # noqa: E501 + + :param role_name: The role_name of this Participant. # noqa: E501 + :type: str + """ + + self._role_name = role_name + + @property + def routing_order(self): + """Gets the routing_order of this Participant. # noqa: E501 + + Specifies the routing order of the recipient in the envelope. # noqa: E501 + + :return: The routing_order of this Participant. # noqa: E501 + :rtype: str + """ + return self._routing_order + + @routing_order.setter + def routing_order(self, routing_order): + """Sets the routing_order of this Participant. + + Specifies the routing order of the recipient in the envelope. # noqa: E501 + + :param routing_order: The routing_order of this Participant. # noqa: E501 + :type: str + """ + + self._routing_order = routing_order + + @property + def routing_order_metadata(self): + """Gets the routing_order_metadata of this Participant. # noqa: E501 + + + :return: The routing_order_metadata of this Participant. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._routing_order_metadata + + @routing_order_metadata.setter + def routing_order_metadata(self, routing_order_metadata): + """Sets the routing_order_metadata of this Participant. + + + :param routing_order_metadata: The routing_order_metadata of this Participant. # noqa: E501 + :type: PropertyMetadata + """ + + self._routing_order_metadata = routing_order_metadata + + @property + def sent_date_time(self): + """Gets the sent_date_time of this Participant. # noqa: E501 + + The date and time the envelope was sent. # noqa: E501 + + :return: The sent_date_time of this Participant. # noqa: E501 + :rtype: str + """ + return self._sent_date_time + + @sent_date_time.setter + def sent_date_time(self, sent_date_time): + """Sets the sent_date_time of this Participant. + + The date and time the envelope was sent. # noqa: E501 + + :param sent_date_time: The sent_date_time of this Participant. # noqa: E501 + :type: str + """ + + self._sent_date_time = sent_date_time + + @property + def signed_date_time(self): + """Gets the signed_date_time of this Participant. # noqa: E501 + + Reserved: For DocuSign use only. # noqa: E501 + + :return: The signed_date_time of this Participant. # noqa: E501 + :rtype: str + """ + return self._signed_date_time + + @signed_date_time.setter + def signed_date_time(self, signed_date_time): + """Sets the signed_date_time of this Participant. + + Reserved: For DocuSign use only. # noqa: E501 + + :param signed_date_time: The signed_date_time of this Participant. # noqa: E501 + :type: str + """ + + self._signed_date_time = signed_date_time + + @property + def signing_group_id(self): + """Gets the signing_group_id of this Participant. # noqa: E501 + + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 + + :return: The signing_group_id of this Participant. # noqa: E501 + :rtype: str + """ + return self._signing_group_id + + @signing_group_id.setter + def signing_group_id(self, signing_group_id): + """Sets the signing_group_id of this Participant. + + When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). # noqa: E501 + + :param signing_group_id: The signing_group_id of this Participant. # noqa: E501 + :type: str + """ + + self._signing_group_id = signing_group_id + + @property + def signing_group_id_metadata(self): + """Gets the signing_group_id_metadata of this Participant. # noqa: E501 + + + :return: The signing_group_id_metadata of this Participant. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._signing_group_id_metadata + + @signing_group_id_metadata.setter + def signing_group_id_metadata(self, signing_group_id_metadata): + """Sets the signing_group_id_metadata of this Participant. + + + :param signing_group_id_metadata: The signing_group_id_metadata of this Participant. # noqa: E501 + :type: PropertyMetadata + """ + + self._signing_group_id_metadata = signing_group_id_metadata + + @property + def signing_group_name(self): + """Gets the signing_group_name of this Participant. # noqa: E501 + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 + + :return: The signing_group_name of this Participant. # noqa: E501 + :rtype: str + """ + return self._signing_group_name + + @signing_group_name.setter + def signing_group_name(self, signing_group_name): + """Sets the signing_group_name of this Participant. + + The display name for the signing group. Maximum Length: 100 characters. # noqa: E501 + + :param signing_group_name: The signing_group_name of this Participant. # noqa: E501 + :type: str + """ + + self._signing_group_name = signing_group_name + + @property + def signing_group_users(self): + """Gets the signing_group_users of this Participant. # noqa: E501 + + A complex type that contains information about users in the signing group. # noqa: E501 + + :return: The signing_group_users of this Participant. # noqa: E501 + :rtype: list[UserInfo] + """ + return self._signing_group_users + + @signing_group_users.setter + def signing_group_users(self, signing_group_users): + """Sets the signing_group_users of this Participant. + + A complex type that contains information about users in the signing group. # noqa: E501 + + :param signing_group_users: The signing_group_users of this Participant. # noqa: E501 + :type: list[UserInfo] + """ + + self._signing_group_users = signing_group_users + + @property + def sms_authentication(self): + """Gets the sms_authentication of this Participant. # noqa: E501 + + + :return: The sms_authentication of this Participant. # noqa: E501 + :rtype: RecipientSMSAuthentication + """ + return self._sms_authentication + + @sms_authentication.setter + def sms_authentication(self, sms_authentication): + """Sets the sms_authentication of this Participant. + + + :param sms_authentication: The sms_authentication of this Participant. # noqa: E501 + :type: RecipientSMSAuthentication + """ + + self._sms_authentication = sms_authentication + + @property + def social_authentications(self): + """Gets the social_authentications of this Participant. # noqa: E501 + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 + + :return: The social_authentications of this Participant. # noqa: E501 + :rtype: list[SocialAuthentication] + """ + return self._social_authentications + + @social_authentications.setter + def social_authentications(self, social_authentications): + """Sets the social_authentications of this Participant. + + Lists the social ID type that can be used for recipient authentication. # noqa: E501 + + :param social_authentications: The social_authentications of this Participant. # noqa: E501 + :type: list[SocialAuthentication] + """ + + self._social_authentications = social_authentications + + @property + def status(self): + """Gets the status of this Participant. # noqa: E501 + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :return: The status of this Participant. # noqa: E501 + :rtype: str + """ + return self._status + + @status.setter + def status(self, status): + """Sets the status of this Participant. + + Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + + :param status: The status of this Participant. # noqa: E501 + :type: str + """ + + self._status = status + + @property + def status_code(self): + """Gets the status_code of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The status_code of this Participant. # noqa: E501 + :rtype: str + """ + return self._status_code + + @status_code.setter + def status_code(self, status_code): + """Sets the status_code of this Participant. + + # noqa: E501 + + :param status_code: The status_code of this Participant. # noqa: E501 + :type: str + """ + + self._status_code = status_code + + @property + def suppress_emails(self): + """Gets the suppress_emails of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The suppress_emails of this Participant. # noqa: E501 + :rtype: str + """ + return self._suppress_emails + + @suppress_emails.setter + def suppress_emails(self, suppress_emails): + """Sets the suppress_emails of this Participant. + + # noqa: E501 + + :param suppress_emails: The suppress_emails of this Participant. # noqa: E501 + :type: str + """ + + self._suppress_emails = suppress_emails + + @property + def template_locked(self): + """Gets the template_locked of this Participant. # noqa: E501 + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_locked of this Participant. # noqa: E501 + :rtype: str + """ + return self._template_locked + + @template_locked.setter + def template_locked(self, template_locked): + """Sets the template_locked of this Participant. + + When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_locked: The template_locked of this Participant. # noqa: E501 + :type: str + """ + + self._template_locked = template_locked + + @property + def template_required(self): + """Gets the template_required of this Participant. # noqa: E501 + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :return: The template_required of this Participant. # noqa: E501 + :rtype: str + """ + return self._template_required + + @template_required.setter + def template_required(self, template_required): + """Sets the template_required of this Participant. + + When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 + + :param template_required: The template_required of this Participant. # noqa: E501 + :type: str + """ + + self._template_required = template_required + + @property + def total_tab_count(self): + """Gets the total_tab_count of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The total_tab_count of this Participant. # noqa: E501 + :rtype: str + """ + return self._total_tab_count + + @total_tab_count.setter + def total_tab_count(self, total_tab_count): + """Sets the total_tab_count of this Participant. + + # noqa: E501 + + :param total_tab_count: The total_tab_count of this Participant. # noqa: E501 + :type: str + """ + + self._total_tab_count = total_tab_count + + @property + def user_id(self): + """Gets the user_id of this Participant. # noqa: E501 + + # noqa: E501 + + :return: The user_id of this Participant. # noqa: E501 + :rtype: str + """ + return self._user_id + + @user_id.setter + def user_id(self, user_id): + """Sets the user_id of this Participant. + + # noqa: E501 + + :param user_id: The user_id of this Participant. # noqa: E501 + :type: str + """ + + self._user_id = user_id + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(Participant, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, Participant): + return False + + return self.to_dict() == other.to_dict() + + def __ne__(self, other): + """Returns true if both objects are not equal""" + if not isinstance(other, Participant): + return True + + return self.to_dict() != other.to_dict() diff --git a/docusign_esign/models/phone_number.py b/docusign_esign/models/phone_number.py index ceb7218f..853c70ca 100644 --- a/docusign_esign/models/phone_number.py +++ b/docusign_esign/models/phone_number.py @@ -55,6 +55,8 @@ class PhoneNumber(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', @@ -158,6 +160,8 @@ class PhoneNumber(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', @@ -266,6 +270,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conceal_value_on_document = None self._conceal_value_on_document_metadata = None self._conditional_parent_label = None @@ -368,6 +374,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) @@ -931,6 +939,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this PhoneNumber. # noqa: E501 + + # noqa: E501 + + :return: The caption of this PhoneNumber. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this PhoneNumber. + + # noqa: E501 + + :param caption: The caption of this PhoneNumber. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this PhoneNumber. # noqa: E501 + + + :return: The caption_metadata of this PhoneNumber. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this PhoneNumber. + + + :param caption_metadata: The caption_metadata of this PhoneNumber. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conceal_value_on_document(self): """Gets the conceal_value_on_document of this PhoneNumber. # noqa: E501 diff --git a/docusign_esign/models/poly_line_overlay.py b/docusign_esign/models/poly_line_overlay.py index 233606ac..06c3d8a8 100644 --- a/docusign_esign/models/poly_line_overlay.py +++ b/docusign_esign/models/poly_line_overlay.py @@ -53,6 +53,8 @@ class PolyLineOverlay(object): 'anchor_x_offset_metadata': 'PropertyMetadata', 'anchor_y_offset': 'str', 'anchor_y_offset_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -134,6 +136,8 @@ class PolyLineOverlay(object): 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 'anchor_y_offset': 'anchorYOffset', 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -220,6 +224,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_x_offset_metadata = None self._anchor_y_offset = None self._anchor_y_offset_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -300,6 +306,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -799,6 +807,50 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): self._anchor_y_offset_metadata = anchor_y_offset_metadata + @property + def caption(self): + """Gets the caption of this PolyLineOverlay. # noqa: E501 + + # noqa: E501 + + :return: The caption of this PolyLineOverlay. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this PolyLineOverlay. + + # noqa: E501 + + :param caption: The caption of this PolyLineOverlay. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this PolyLineOverlay. # noqa: E501 + + + :return: The caption_metadata of this PolyLineOverlay. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this PolyLineOverlay. + + + :param caption_metadata: The caption_metadata of this PolyLineOverlay. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this PolyLineOverlay. # noqa: E501 diff --git a/docusign_esign/models/radio.py b/docusign_esign/models/radio.py index be27e7c3..e067a80f 100644 --- a/docusign_esign/models/radio.py +++ b/docusign_esign/models/radio.py @@ -55,6 +55,8 @@ class Radio(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'error_details': 'ErrorDetails', 'font': 'str', 'font_color': 'str', @@ -111,6 +113,8 @@ class Radio(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'error_details': 'errorDetails', 'font': 'font', 'font_color': 'fontColor', @@ -172,6 +176,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._error_details = None self._font = None self._font_color = None @@ -227,6 +233,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) setattr(self, "_{}".format('font'), kwargs.get('font', None)) setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None)) @@ -743,6 +751,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this Radio. # noqa: E501 + + # noqa: E501 + + :return: The caption of this Radio. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this Radio. + + # noqa: E501 + + :param caption: The caption of this Radio. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this Radio. # noqa: E501 + + + :return: The caption_metadata of this Radio. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this Radio. + + + :param caption_metadata: The caption_metadata of this Radio. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def error_details(self): """Gets the error_details of this Radio. # noqa: E501 diff --git a/docusign_esign/models/recipient_token_client_ur_ls.py b/docusign_esign/models/recipient_token_client_ur_ls.py index f0295ba7..83d9e708 100644 --- a/docusign_esign/models/recipient_token_client_ur_ls.py +++ b/docusign_esign/models/recipient_token_client_ur_ls.py @@ -33,9 +33,29 @@ class RecipientTokenClientURLs(object): and the value is json key in definition. """ swagger_types = { + 'on_access_code_failed': 'str', + 'on_cancel': 'str', + 'on_decline': 'str', + 'on_exception': 'str', + 'on_fax_pending': 'str', + 'on_id_check_failed': 'str', + 'on_session_timeout': 'str', + 'on_signing_complete': 'str', + 'on_ttl_expired': 'str', + 'on_viewing_complete': 'str' } attribute_map = { + 'on_access_code_failed': 'OnAccessCodeFailed', + 'on_cancel': 'OnCancel', + 'on_decline': 'OnDecline', + 'on_exception': 'OnException', + 'on_fax_pending': 'OnFaxPending', + 'on_id_check_failed': 'OnIdCheckFailed', + 'on_session_timeout': 'OnSessionTimeout', + 'on_signing_complete': 'OnSigningComplete', + 'on_ttl_expired': 'OnTTLExpired', + 'on_viewing_complete': 'OnViewingComplete' } def __init__(self, _configuration=None, **kwargs): # noqa: E501 @@ -43,8 +63,260 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 if _configuration is None: _configuration = Configuration() self._configuration = _configuration + + self._on_access_code_failed = None + self._on_cancel = None + self._on_decline = None + self._on_exception = None + self._on_fax_pending = None + self._on_id_check_failed = None + self._on_session_timeout = None + self._on_signing_complete = None + self._on_ttl_expired = None + self._on_viewing_complete = None self.discriminator = None + setattr(self, "_{}".format('on_access_code_failed'), kwargs.get('on_access_code_failed', None)) + setattr(self, "_{}".format('on_cancel'), kwargs.get('on_cancel', None)) + setattr(self, "_{}".format('on_decline'), kwargs.get('on_decline', None)) + setattr(self, "_{}".format('on_exception'), kwargs.get('on_exception', None)) + setattr(self, "_{}".format('on_fax_pending'), kwargs.get('on_fax_pending', None)) + setattr(self, "_{}".format('on_id_check_failed'), kwargs.get('on_id_check_failed', None)) + setattr(self, "_{}".format('on_session_timeout'), kwargs.get('on_session_timeout', None)) + setattr(self, "_{}".format('on_signing_complete'), kwargs.get('on_signing_complete', None)) + setattr(self, "_{}".format('on_ttl_expired'), kwargs.get('on_ttl_expired', None)) + setattr(self, "_{}".format('on_viewing_complete'), kwargs.get('on_viewing_complete', None)) + + @property + def on_access_code_failed(self): + """Gets the on_access_code_failed of this RecipientTokenClientURLs. # noqa: E501 + + # noqa: E501 + + :return: The on_access_code_failed of this RecipientTokenClientURLs. # noqa: E501 + :rtype: str + """ + return self._on_access_code_failed + + @on_access_code_failed.setter + def on_access_code_failed(self, on_access_code_failed): + """Sets the on_access_code_failed of this RecipientTokenClientURLs. + + # noqa: E501 + + :param on_access_code_failed: The on_access_code_failed of this RecipientTokenClientURLs. # noqa: E501 + :type: str + """ + + self._on_access_code_failed = on_access_code_failed + + @property + def on_cancel(self): + """Gets the on_cancel of this RecipientTokenClientURLs. # noqa: E501 + + # noqa: E501 + + :return: The on_cancel of this RecipientTokenClientURLs. # noqa: E501 + :rtype: str + """ + return self._on_cancel + + @on_cancel.setter + def on_cancel(self, on_cancel): + """Sets the on_cancel of this RecipientTokenClientURLs. + + # noqa: E501 + + :param on_cancel: The on_cancel of this RecipientTokenClientURLs. # noqa: E501 + :type: str + """ + + self._on_cancel = on_cancel + + @property + def on_decline(self): + """Gets the on_decline of this RecipientTokenClientURLs. # noqa: E501 + + # noqa: E501 + + :return: The on_decline of this RecipientTokenClientURLs. # noqa: E501 + :rtype: str + """ + return self._on_decline + + @on_decline.setter + def on_decline(self, on_decline): + """Sets the on_decline of this RecipientTokenClientURLs. + + # noqa: E501 + + :param on_decline: The on_decline of this RecipientTokenClientURLs. # noqa: E501 + :type: str + """ + + self._on_decline = on_decline + + @property + def on_exception(self): + """Gets the on_exception of this RecipientTokenClientURLs. # noqa: E501 + + # noqa: E501 + + :return: The on_exception of this RecipientTokenClientURLs. # noqa: E501 + :rtype: str + """ + return self._on_exception + + @on_exception.setter + def on_exception(self, on_exception): + """Sets the on_exception of this RecipientTokenClientURLs. + + # noqa: E501 + + :param on_exception: The on_exception of this RecipientTokenClientURLs. # noqa: E501 + :type: str + """ + + self._on_exception = on_exception + + @property + def on_fax_pending(self): + """Gets the on_fax_pending of this RecipientTokenClientURLs. # noqa: E501 + + # noqa: E501 + + :return: The on_fax_pending of this RecipientTokenClientURLs. # noqa: E501 + :rtype: str + """ + return self._on_fax_pending + + @on_fax_pending.setter + def on_fax_pending(self, on_fax_pending): + """Sets the on_fax_pending of this RecipientTokenClientURLs. + + # noqa: E501 + + :param on_fax_pending: The on_fax_pending of this RecipientTokenClientURLs. # noqa: E501 + :type: str + """ + + self._on_fax_pending = on_fax_pending + + @property + def on_id_check_failed(self): + """Gets the on_id_check_failed of this RecipientTokenClientURLs. # noqa: E501 + + # noqa: E501 + + :return: The on_id_check_failed of this RecipientTokenClientURLs. # noqa: E501 + :rtype: str + """ + return self._on_id_check_failed + + @on_id_check_failed.setter + def on_id_check_failed(self, on_id_check_failed): + """Sets the on_id_check_failed of this RecipientTokenClientURLs. + + # noqa: E501 + + :param on_id_check_failed: The on_id_check_failed of this RecipientTokenClientURLs. # noqa: E501 + :type: str + """ + + self._on_id_check_failed = on_id_check_failed + + @property + def on_session_timeout(self): + """Gets the on_session_timeout of this RecipientTokenClientURLs. # noqa: E501 + + # noqa: E501 + + :return: The on_session_timeout of this RecipientTokenClientURLs. # noqa: E501 + :rtype: str + """ + return self._on_session_timeout + + @on_session_timeout.setter + def on_session_timeout(self, on_session_timeout): + """Sets the on_session_timeout of this RecipientTokenClientURLs. + + # noqa: E501 + + :param on_session_timeout: The on_session_timeout of this RecipientTokenClientURLs. # noqa: E501 + :type: str + """ + + self._on_session_timeout = on_session_timeout + + @property + def on_signing_complete(self): + """Gets the on_signing_complete of this RecipientTokenClientURLs. # noqa: E501 + + # noqa: E501 + + :return: The on_signing_complete of this RecipientTokenClientURLs. # noqa: E501 + :rtype: str + """ + return self._on_signing_complete + + @on_signing_complete.setter + def on_signing_complete(self, on_signing_complete): + """Sets the on_signing_complete of this RecipientTokenClientURLs. + + # noqa: E501 + + :param on_signing_complete: The on_signing_complete of this RecipientTokenClientURLs. # noqa: E501 + :type: str + """ + + self._on_signing_complete = on_signing_complete + + @property + def on_ttl_expired(self): + """Gets the on_ttl_expired of this RecipientTokenClientURLs. # noqa: E501 + + # noqa: E501 + + :return: The on_ttl_expired of this RecipientTokenClientURLs. # noqa: E501 + :rtype: str + """ + return self._on_ttl_expired + + @on_ttl_expired.setter + def on_ttl_expired(self, on_ttl_expired): + """Sets the on_ttl_expired of this RecipientTokenClientURLs. + + # noqa: E501 + + :param on_ttl_expired: The on_ttl_expired of this RecipientTokenClientURLs. # noqa: E501 + :type: str + """ + + self._on_ttl_expired = on_ttl_expired + + @property + def on_viewing_complete(self): + """Gets the on_viewing_complete of this RecipientTokenClientURLs. # noqa: E501 + + # noqa: E501 + + :return: The on_viewing_complete of this RecipientTokenClientURLs. # noqa: E501 + :rtype: str + """ + return self._on_viewing_complete + + @on_viewing_complete.setter + def on_viewing_complete(self, on_viewing_complete): + """Sets the on_viewing_complete of this RecipientTokenClientURLs. + + # noqa: E501 + + :param on_viewing_complete: The on_viewing_complete of this RecipientTokenClientURLs. # noqa: E501 + :type: str + """ + + self._on_viewing_complete = on_viewing_complete + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/docusign_esign/models/recipients.py b/docusign_esign/models/recipients.py index 30d1a123..a3daf248 100644 --- a/docusign_esign/models/recipients.py +++ b/docusign_esign/models/recipients.py @@ -42,6 +42,7 @@ class Recipients(object): 'in_person_signers': 'list[InPersonSigner]', 'intermediaries': 'list[Intermediary]', 'notaries': 'list[NotaryRecipient]', + 'participants': 'list[Participant]', 'recipient_count': 'str', 'seals': 'list[SealSign]', 'signers': 'list[Signer]', @@ -58,6 +59,7 @@ class Recipients(object): 'in_person_signers': 'inPersonSigners', 'intermediaries': 'intermediaries', 'notaries': 'notaries', + 'participants': 'participants', 'recipient_count': 'recipientCount', 'seals': 'seals', 'signers': 'signers', @@ -79,6 +81,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._in_person_signers = None self._intermediaries = None self._notaries = None + self._participants = None self._recipient_count = None self._seals = None self._signers = None @@ -94,6 +97,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('in_person_signers'), kwargs.get('in_person_signers', None)) setattr(self, "_{}".format('intermediaries'), kwargs.get('intermediaries', None)) setattr(self, "_{}".format('notaries'), kwargs.get('notaries', None)) + setattr(self, "_{}".format('participants'), kwargs.get('participants', None)) setattr(self, "_{}".format('recipient_count'), kwargs.get('recipient_count', None)) setattr(self, "_{}".format('seals'), kwargs.get('seals', None)) setattr(self, "_{}".format('signers'), kwargs.get('signers', None)) @@ -304,6 +308,29 @@ def notaries(self, notaries): self._notaries = notaries + @property + def participants(self): + """Gets the participants of this Recipients. # noqa: E501 + + # noqa: E501 + + :return: The participants of this Recipients. # noqa: E501 + :rtype: list[Participant] + """ + return self._participants + + @participants.setter + def participants(self, participants): + """Sets the participants of this Recipients. + + # noqa: E501 + + :param participants: The participants of this Recipients. # noqa: E501 + :type: list[Participant] + """ + + self._participants = participants + @property def recipient_count(self): """Gets the recipient_count of this Recipients. # noqa: E501 diff --git a/docusign_esign/models/sender_company.py b/docusign_esign/models/sender_company.py index d964d6c5..9c2a33bb 100644 --- a/docusign_esign/models/sender_company.py +++ b/docusign_esign/models/sender_company.py @@ -55,6 +55,8 @@ class SenderCompany(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -146,6 +148,8 @@ class SenderCompany(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -242,6 +246,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -332,6 +338,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -883,6 +891,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this SenderCompany. # noqa: E501 + + # noqa: E501 + + :return: The caption of this SenderCompany. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this SenderCompany. + + # noqa: E501 + + :param caption: The caption of this SenderCompany. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this SenderCompany. # noqa: E501 + + + :return: The caption_metadata of this SenderCompany. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this SenderCompany. + + + :param caption_metadata: The caption_metadata of this SenderCompany. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this SenderCompany. # noqa: E501 diff --git a/docusign_esign/models/sender_name.py b/docusign_esign/models/sender_name.py index 0d512222..05665ecf 100644 --- a/docusign_esign/models/sender_name.py +++ b/docusign_esign/models/sender_name.py @@ -55,6 +55,8 @@ class SenderName(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -146,6 +148,8 @@ class SenderName(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -242,6 +246,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -332,6 +338,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -883,6 +891,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this SenderName. # noqa: E501 + + # noqa: E501 + + :return: The caption of this SenderName. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this SenderName. + + # noqa: E501 + + :param caption: The caption of this SenderName. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this SenderName. # noqa: E501 + + + :return: The caption_metadata of this SenderName. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this SenderName. + + + :param caption_metadata: The caption_metadata of this SenderName. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this SenderName. # noqa: E501 diff --git a/docusign_esign/models/sign_here.py b/docusign_esign/models/sign_here.py index 653a52ef..d2596cc3 100644 --- a/docusign_esign/models/sign_here.py +++ b/docusign_esign/models/sign_here.py @@ -53,6 +53,8 @@ class SignHere(object): 'anchor_x_offset_metadata': 'PropertyMetadata', 'anchor_y_offset': 'str', 'anchor_y_offset_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -138,6 +140,8 @@ class SignHere(object): 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 'anchor_y_offset': 'anchorYOffset', 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -228,6 +232,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_x_offset_metadata = None self._anchor_y_offset = None self._anchor_y_offset_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -312,6 +318,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -815,6 +823,50 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): self._anchor_y_offset_metadata = anchor_y_offset_metadata + @property + def caption(self): + """Gets the caption of this SignHere. # noqa: E501 + + # noqa: E501 + + :return: The caption of this SignHere. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this SignHere. + + # noqa: E501 + + :param caption: The caption of this SignHere. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this SignHere. # noqa: E501 + + + :return: The caption_metadata of this SignHere. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this SignHere. + + + :param caption_metadata: The caption_metadata of this SignHere. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this SignHere. # noqa: E501 diff --git a/docusign_esign/models/signer_attachment.py b/docusign_esign/models/signer_attachment.py index 996d6ce6..84cec645 100644 --- a/docusign_esign/models/signer_attachment.py +++ b/docusign_esign/models/signer_attachment.py @@ -53,6 +53,8 @@ class SignerAttachment(object): 'anchor_x_offset_metadata': 'PropertyMetadata', 'anchor_y_offset': 'str', 'anchor_y_offset_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -134,6 +136,8 @@ class SignerAttachment(object): 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 'anchor_y_offset': 'anchorYOffset', 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -220,6 +224,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_x_offset_metadata = None self._anchor_y_offset = None self._anchor_y_offset_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -300,6 +306,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -799,6 +807,50 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): self._anchor_y_offset_metadata = anchor_y_offset_metadata + @property + def caption(self): + """Gets the caption of this SignerAttachment. # noqa: E501 + + # noqa: E501 + + :return: The caption of this SignerAttachment. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this SignerAttachment. + + # noqa: E501 + + :param caption: The caption of this SignerAttachment. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this SignerAttachment. # noqa: E501 + + + :return: The caption_metadata of this SignerAttachment. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this SignerAttachment. + + + :param caption_metadata: The caption_metadata of this SignerAttachment. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this SignerAttachment. # noqa: E501 diff --git a/docusign_esign/models/smart_section.py b/docusign_esign/models/smart_section.py index 6a3a2b73..1203207d 100644 --- a/docusign_esign/models/smart_section.py +++ b/docusign_esign/models/smart_section.py @@ -53,6 +53,8 @@ class SmartSection(object): 'anchor_x_offset_metadata': 'PropertyMetadata', 'anchor_y_offset': 'str', 'anchor_y_offset_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'case_sensitive': 'bool', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', @@ -140,6 +142,8 @@ class SmartSection(object): 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 'anchor_y_offset': 'anchorYOffset', 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'case_sensitive': 'caseSensitive', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', @@ -232,6 +236,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_x_offset_metadata = None self._anchor_y_offset = None self._anchor_y_offset_metadata = None + self._caption = None + self._caption_metadata = None self._case_sensitive = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None @@ -318,6 +324,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('case_sensitive'), kwargs.get('case_sensitive', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) @@ -823,6 +831,50 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): self._anchor_y_offset_metadata = anchor_y_offset_metadata + @property + def caption(self): + """Gets the caption of this SmartSection. # noqa: E501 + + # noqa: E501 + + :return: The caption of this SmartSection. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this SmartSection. + + # noqa: E501 + + :param caption: The caption of this SmartSection. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this SmartSection. # noqa: E501 + + + :return: The caption_metadata of this SmartSection. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this SmartSection. + + + :param caption_metadata: The caption_metadata of this SmartSection. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def case_sensitive(self): """Gets the case_sensitive of this SmartSection. # noqa: E501 diff --git a/docusign_esign/models/ssn.py b/docusign_esign/models/ssn.py index 3c60cf50..275a48c2 100644 --- a/docusign_esign/models/ssn.py +++ b/docusign_esign/models/ssn.py @@ -55,6 +55,8 @@ class Ssn(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', @@ -172,6 +174,8 @@ class Ssn(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', @@ -294,6 +298,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conceal_value_on_document = None self._conceal_value_on_document_metadata = None self._conditional_parent_label = None @@ -410,6 +416,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) @@ -987,6 +995,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this Ssn. # noqa: E501 + + # noqa: E501 + + :return: The caption of this Ssn. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this Ssn. + + # noqa: E501 + + :param caption: The caption of this Ssn. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this Ssn. # noqa: E501 + + + :return: The caption_metadata of this Ssn. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this Ssn. + + + :param caption_metadata: The caption_metadata of this Ssn. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conceal_value_on_document(self): """Gets the conceal_value_on_document of this Ssn. # noqa: E501 diff --git a/docusign_esign/models/tab_group.py b/docusign_esign/models/tab_group.py index ad073472..0e107e49 100644 --- a/docusign_esign/models/tab_group.py +++ b/docusign_esign/models/tab_group.py @@ -53,6 +53,8 @@ class TabGroup(object): 'anchor_x_offset_metadata': 'PropertyMetadata', 'anchor_y_offset': 'str', 'anchor_y_offset_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -137,6 +139,8 @@ class TabGroup(object): 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 'anchor_y_offset': 'anchorYOffset', 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -226,6 +230,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_x_offset_metadata = None self._anchor_y_offset = None self._anchor_y_offset_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -309,6 +315,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -811,6 +819,50 @@ def anchor_y_offset_metadata(self, anchor_y_offset_metadata): self._anchor_y_offset_metadata = anchor_y_offset_metadata + @property + def caption(self): + """Gets the caption of this TabGroup. # noqa: E501 + + # noqa: E501 + + :return: The caption of this TabGroup. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this TabGroup. + + # noqa: E501 + + :param caption: The caption of this TabGroup. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this TabGroup. # noqa: E501 + + + :return: The caption_metadata of this TabGroup. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this TabGroup. + + + :param caption_metadata: The caption_metadata of this TabGroup. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this TabGroup. # noqa: E501 diff --git a/docusign_esign/models/template_recipients.py b/docusign_esign/models/template_recipients.py index 6bd435d3..e01b2fad 100644 --- a/docusign_esign/models/template_recipients.py +++ b/docusign_esign/models/template_recipients.py @@ -42,6 +42,7 @@ class TemplateRecipients(object): 'in_person_signers': 'list[InPersonSigner]', 'intermediaries': 'list[Intermediary]', 'notaries': 'list[NotaryRecipient]', + 'participants': 'list[Participant]', 'recipient_count': 'str', 'seals': 'list[SealSign]', 'signers': 'list[Signer]', @@ -58,6 +59,7 @@ class TemplateRecipients(object): 'in_person_signers': 'inPersonSigners', 'intermediaries': 'intermediaries', 'notaries': 'notaries', + 'participants': 'participants', 'recipient_count': 'recipientCount', 'seals': 'seals', 'signers': 'signers', @@ -79,6 +81,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._in_person_signers = None self._intermediaries = None self._notaries = None + self._participants = None self._recipient_count = None self._seals = None self._signers = None @@ -94,6 +97,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('in_person_signers'), kwargs.get('in_person_signers', None)) setattr(self, "_{}".format('intermediaries'), kwargs.get('intermediaries', None)) setattr(self, "_{}".format('notaries'), kwargs.get('notaries', None)) + setattr(self, "_{}".format('participants'), kwargs.get('participants', None)) setattr(self, "_{}".format('recipient_count'), kwargs.get('recipient_count', None)) setattr(self, "_{}".format('seals'), kwargs.get('seals', None)) setattr(self, "_{}".format('signers'), kwargs.get('signers', None)) @@ -304,6 +308,29 @@ def notaries(self, notaries): self._notaries = notaries + @property + def participants(self): + """Gets the participants of this TemplateRecipients. # noqa: E501 + + # noqa: E501 + + :return: The participants of this TemplateRecipients. # noqa: E501 + :rtype: list[Participant] + """ + return self._participants + + @participants.setter + def participants(self, participants): + """Sets the participants of this TemplateRecipients. + + # noqa: E501 + + :param participants: The participants of this TemplateRecipients. # noqa: E501 + :type: list[Participant] + """ + + self._participants = participants + @property def recipient_count(self): """Gets the recipient_count of this TemplateRecipients. # noqa: E501 diff --git a/docusign_esign/models/text.py b/docusign_esign/models/text.py index c8558867..c2263f1a 100644 --- a/docusign_esign/models/text.py +++ b/docusign_esign/models/text.py @@ -55,6 +55,8 @@ class Text(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', @@ -176,6 +178,8 @@ class Text(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', @@ -302,6 +306,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conceal_value_on_document = None self._conceal_value_on_document_metadata = None self._conditional_parent_label = None @@ -422,6 +428,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) @@ -1003,6 +1011,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this Text. # noqa: E501 + + # noqa: E501 + + :return: The caption of this Text. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this Text. + + # noqa: E501 + + :param caption: The caption of this Text. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this Text. # noqa: E501 + + + :return: The caption_metadata of this Text. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this Text. + + + :param caption_metadata: The caption_metadata of this Text. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conceal_value_on_document(self): """Gets the conceal_value_on_document of this Text. # noqa: E501 diff --git a/docusign_esign/models/title.py b/docusign_esign/models/title.py index 0f28bc37..75d853ec 100644 --- a/docusign_esign/models/title.py +++ b/docusign_esign/models/title.py @@ -55,6 +55,8 @@ class Title(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', @@ -158,6 +160,8 @@ class Title(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', @@ -266,6 +270,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conceal_value_on_document = None self._conceal_value_on_document_metadata = None self._conditional_parent_label = None @@ -368,6 +374,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) @@ -931,6 +939,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this Title. # noqa: E501 + + # noqa: E501 + + :return: The caption of this Title. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this Title. + + # noqa: E501 + + :param caption: The caption of this Title. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this Title. # noqa: E501 + + + :return: The caption_metadata of this Title. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this Title. + + + :param caption_metadata: The caption_metadata of this Title. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conceal_value_on_document(self): """Gets the conceal_value_on_document of this Title. # noqa: E501 diff --git a/docusign_esign/models/user_settings_information.py b/docusign_esign/models/user_settings_information.py index 919b6835..3e881ef2 100644 --- a/docusign_esign/models/user_settings_information.py +++ b/docusign_esign/models/user_settings_information.py @@ -86,6 +86,8 @@ class UserSettingsInformation(object): 'disable_other_actions_metadata': 'SettingsMetadata', 'enable_ds_pro': 'str', 'enable_ds_pro_metadata': 'SettingsMetadata', + 'enable_key_terms_suggestions_by_document_type': 'str', + 'enable_key_terms_suggestions_by_document_type_metadata': 'SettingsMetadata', 'enable_sequential_signing_api': 'str', 'enable_sequential_signing_api_metadata': 'SettingsMetadata', 'enable_sequential_signing_ui': 'str', @@ -212,6 +214,8 @@ class UserSettingsInformation(object): 'disable_other_actions_metadata': 'disableOtherActionsMetadata', 'enable_ds_pro': 'enableDSPro', 'enable_ds_pro_metadata': 'enableDSProMetadata', + 'enable_key_terms_suggestions_by_document_type': 'enableKeyTermsSuggestionsByDocumentType', + 'enable_key_terms_suggestions_by_document_type_metadata': 'enableKeyTermsSuggestionsByDocumentTypeMetadata', 'enable_sequential_signing_api': 'enableSequentialSigningAPI', 'enable_sequential_signing_api_metadata': 'enableSequentialSigningAPIMetadata', 'enable_sequential_signing_ui': 'enableSequentialSigningUI', @@ -343,6 +347,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._disable_other_actions_metadata = None self._enable_ds_pro = None self._enable_ds_pro_metadata = None + self._enable_key_terms_suggestions_by_document_type = None + self._enable_key_terms_suggestions_by_document_type_metadata = None self._enable_sequential_signing_api = None self._enable_sequential_signing_api_metadata = None self._enable_sequential_signing_ui = None @@ -468,6 +474,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('disable_other_actions_metadata'), kwargs.get('disable_other_actions_metadata', None)) setattr(self, "_{}".format('enable_ds_pro'), kwargs.get('enable_ds_pro', None)) setattr(self, "_{}".format('enable_ds_pro_metadata'), kwargs.get('enable_ds_pro_metadata', None)) + setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None)) + setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None)) setattr(self, "_{}".format('enable_sequential_signing_api'), kwargs.get('enable_sequential_signing_api', None)) setattr(self, "_{}".format('enable_sequential_signing_api_metadata'), kwargs.get('enable_sequential_signing_api_metadata', None)) setattr(self, "_{}".format('enable_sequential_signing_ui'), kwargs.get('enable_sequential_signing_ui', None)) @@ -1706,6 +1714,50 @@ def enable_ds_pro_metadata(self, enable_ds_pro_metadata): self._enable_ds_pro_metadata = enable_ds_pro_metadata + @property + def enable_key_terms_suggestions_by_document_type(self): + """Gets the enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_key_terms_suggestions_by_document_type + + @enable_key_terms_suggestions_by_document_type.setter + def enable_key_terms_suggestions_by_document_type(self, enable_key_terms_suggestions_by_document_type): + """Sets the enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. + + # noqa: E501 + + :param enable_key_terms_suggestions_by_document_type: The enable_key_terms_suggestions_by_document_type of this UserSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_key_terms_suggestions_by_document_type = enable_key_terms_suggestions_by_document_type + + @property + def enable_key_terms_suggestions_by_document_type_metadata(self): + """Gets the enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. # noqa: E501 + + + :return: The enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_key_terms_suggestions_by_document_type_metadata + + @enable_key_terms_suggestions_by_document_type_metadata.setter + def enable_key_terms_suggestions_by_document_type_metadata(self, enable_key_terms_suggestions_by_document_type_metadata): + """Sets the enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. + + + :param enable_key_terms_suggestions_by_document_type_metadata: The enable_key_terms_suggestions_by_document_type_metadata of this UserSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_key_terms_suggestions_by_document_type_metadata = enable_key_terms_suggestions_by_document_type_metadata + @property def enable_sequential_signing_api(self): """Gets the enable_sequential_signing_api of this UserSettingsInformation. # noqa: E501 diff --git a/docusign_esign/models/view.py b/docusign_esign/models/view.py index d5d4e1e4..0f6948db 100644 --- a/docusign_esign/models/view.py +++ b/docusign_esign/models/view.py @@ -57,6 +57,8 @@ class View(object): 'bold_metadata': 'PropertyMetadata', 'button_text': 'str', 'button_text_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', @@ -149,6 +151,8 @@ class View(object): 'bold_metadata': 'boldMetadata', 'button_text': 'buttonText', 'button_text_metadata': 'buttonTextMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', @@ -246,6 +250,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._bold_metadata = None self._button_text = None self._button_text_metadata = None + self._caption = None + self._caption_metadata = None self._conditional_parent_label = None self._conditional_parent_label_metadata = None self._conditional_parent_value = None @@ -337,6 +343,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) setattr(self, "_{}".format('button_text'), kwargs.get('button_text', None)) setattr(self, "_{}".format('button_text_metadata'), kwargs.get('button_text_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) @@ -931,6 +939,50 @@ def button_text_metadata(self, button_text_metadata): self._button_text_metadata = button_text_metadata + @property + def caption(self): + """Gets the caption of this View. # noqa: E501 + + # noqa: E501 + + :return: The caption of this View. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this View. + + # noqa: E501 + + :param caption: The caption of this View. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this View. # noqa: E501 + + + :return: The caption_metadata of this View. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this View. + + + :param caption_metadata: The caption_metadata of this View. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conditional_parent_label(self): """Gets the conditional_parent_label of this View. # noqa: E501 diff --git a/docusign_esign/models/zip.py b/docusign_esign/models/zip.py index fd6e5151..b3ca718f 100644 --- a/docusign_esign/models/zip.py +++ b/docusign_esign/models/zip.py @@ -55,6 +55,8 @@ class Zip(object): 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', + 'caption': 'str', + 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', @@ -174,6 +176,8 @@ class Zip(object): 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', + 'caption': 'caption', + 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', @@ -298,6 +302,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_y_offset_metadata = None self._bold = None self._bold_metadata = None + self._caption = None + self._caption_metadata = None self._conceal_value_on_document = None self._conceal_value_on_document_metadata = None self._conditional_parent_label = None @@ -416,6 +422,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) + setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) + setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) @@ -995,6 +1003,50 @@ def bold_metadata(self, bold_metadata): self._bold_metadata = bold_metadata + @property + def caption(self): + """Gets the caption of this Zip. # noqa: E501 + + # noqa: E501 + + :return: The caption of this Zip. # noqa: E501 + :rtype: str + """ + return self._caption + + @caption.setter + def caption(self, caption): + """Sets the caption of this Zip. + + # noqa: E501 + + :param caption: The caption of this Zip. # noqa: E501 + :type: str + """ + + self._caption = caption + + @property + def caption_metadata(self): + """Gets the caption_metadata of this Zip. # noqa: E501 + + + :return: The caption_metadata of this Zip. # noqa: E501 + :rtype: PropertyMetadata + """ + return self._caption_metadata + + @caption_metadata.setter + def caption_metadata(self, caption_metadata): + """Sets the caption_metadata of this Zip. + + + :param caption_metadata: The caption_metadata of this Zip. # noqa: E501 + :type: PropertyMetadata + """ + + self._caption_metadata = caption_metadata + @property def conceal_value_on_document(self): """Gets the conceal_value_on_document of this Zip. # noqa: E501 diff --git a/requirements.txt b/requirements.txt index 15341f10..30a801ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ six >= 1.8.0 python_dateutil >= 2.5.3 setuptools >= 21.0.0 urllib3 >= 1.15 -PyJWT>=1.7.1,<2 +PyJWT>=1.7.1 cryptography>=2.5 nose>=1.3.7 diff --git a/setup.py b/setup.py index 16f0da42..753cfdee 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ from setuptools import setup, find_packages, Command, os # noqa: H301 NAME = "docusign-esign" -VERSION = "3.15.0" +VERSION = "3.16.0" # To install the library, run the following # # python setup.py install @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools -REQUIRES = ["urllib3 >= 1.15", "six >= 1.8.0", "certifi >= 14.05.14", "python-dateutil >= 2.5.3", "setuptools >= 21.0.0", "PyJWT>=1.7.1,<2", "cryptography>=2.5", "nose>=1.3.7"] +REQUIRES = ["urllib3 >= 1.15", "six >= 1.8.0", "certifi >= 14.05.14", "python-dateutil >= 2.5.3", "setuptools >= 21.0.0", "PyJWT>=1.7.1", "cryptography>=2.5", "nose>=1.3.7"] class CleanCommand(Command): """Custom clean command to tidy up the project root."""