diff --git a/CyberSource/api/batches_api.py b/CyberSource/api/batches_api.py index 332224e0..d44d6c6c 100644 --- a/CyberSource/api/batches_api.py +++ b/CyberSource/api/batches_api.py @@ -149,8 +149,8 @@ def get_batch_report_with_http_info(self, batch_id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_batch_report,get_batch_report_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_batch_report,get_batch_report_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -272,8 +272,8 @@ def get_batch_status_with_http_info(self, batch_id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_batch_status,get_batch_status_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_batch_status,get_batch_status_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -401,8 +401,8 @@ def get_batches_list_with_http_info(self, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_batches_list,get_batches_list_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_batches_list,get_batches_list_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -520,8 +520,8 @@ def post_batch_with_http_info(self, body, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'body', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "post_batch,post_batch_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "post_batch,post_batch_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/billing_agreements_api.py b/CyberSource/api/billing_agreements_api.py index 2696b56e..62a6e50d 100644 --- a/CyberSource/api/billing_agreements_api.py +++ b/CyberSource/api/billing_agreements_api.py @@ -155,8 +155,8 @@ def billing_agreements_de_registration_with_http_info(self, modify_billing_agree body_params = sdkTracker.insert_developer_id_tracker(body_params, 'modify_billing_agreement', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "billing_agreements_de_registration,billing_agreements_de_registration_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "billing_agreements_de_registration,billing_agreements_de_registration_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -284,8 +284,8 @@ def billing_agreements_intimation_with_http_info(self, intimate_billing_agreemen body_params = sdkTracker.insert_developer_id_tracker(body_params, 'intimate_billing_agreement', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "billing_agreements_intimation,billing_agreements_intimation_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "billing_agreements_intimation,billing_agreements_intimation_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -403,8 +403,8 @@ def billing_agreements_registration_with_http_info(self, create_billing_agreemen body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_billing_agreement', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "billing_agreements_registration,billing_agreements_registration_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "billing_agreements_registration,billing_agreements_registration_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/bin_lookup_api.py b/CyberSource/api/bin_lookup_api.py index c229ddc2..34bfbfef 100644 --- a/CyberSource/api/bin_lookup_api.py +++ b/CyberSource/api/bin_lookup_api.py @@ -148,8 +148,8 @@ def get_account_info_with_http_info(self, create_bin_lookup_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_bin_lookup_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_account_info,get_account_info_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_account_info,get_account_info_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/capture_api.py b/CyberSource/api/capture_api.py index f537af3e..8d8cd028 100644 --- a/CyberSource/api/capture_api.py +++ b/CyberSource/api/capture_api.py @@ -155,8 +155,8 @@ def capture_payment_with_http_info(self, capture_payment_request, id, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'capture_payment_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "capture_payment,capture_payment_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "capture_payment,capture_payment_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/chargeback_details_api.py b/CyberSource/api/chargeback_details_api.py index c3d9177a..24a50c3d 100644 --- a/CyberSource/api/chargeback_details_api.py +++ b/CyberSource/api/chargeback_details_api.py @@ -161,8 +161,8 @@ def get_chargeback_details_with_http_info(self, start_time, end_time, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_chargeback_details,get_chargeback_details_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_chargeback_details,get_chargeback_details_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/chargeback_summaries_api.py b/CyberSource/api/chargeback_summaries_api.py index 4961ba10..6c309804 100644 --- a/CyberSource/api/chargeback_summaries_api.py +++ b/CyberSource/api/chargeback_summaries_api.py @@ -161,8 +161,8 @@ def get_chargeback_summaries_with_http_info(self, start_time, end_time, **kwargs body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_chargeback_summaries,get_chargeback_summaries_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_chargeback_summaries,get_chargeback_summaries_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/conversion_details_api.py b/CyberSource/api/conversion_details_api.py index b7f213bd..61332df4 100644 --- a/CyberSource/api/conversion_details_api.py +++ b/CyberSource/api/conversion_details_api.py @@ -161,8 +161,8 @@ def get_conversion_detail_with_http_info(self, start_time, end_time, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_conversion_detail,get_conversion_detail_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_conversion_detail,get_conversion_detail_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/create_new_webhooks_api.py b/CyberSource/api/create_new_webhooks_api.py index ac8d2d38..9ceedce6 100644 --- a/CyberSource/api/create_new_webhooks_api.py +++ b/CyberSource/api/create_new_webhooks_api.py @@ -149,8 +149,8 @@ def find_products_to_subscribe_with_http_info(self, organization_id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "find_products_to_subscribe,find_products_to_subscribe_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "find_products_to_subscribe,find_products_to_subscribe_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -263,8 +263,8 @@ def notification_subscriptions_v2_webhooks_post_with_http_info(self, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_webhook', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "notification_subscriptions_v2_webhooks_post,notification_subscriptions_v2_webhooks_post_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "notification_subscriptions_v2_webhooks_post,notification_subscriptions_v2_webhooks_post_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -399,8 +399,8 @@ def save_sym_egress_key_with_http_info(self, v_c_sender_organization_id, v_c_per body_params = sdkTracker.insert_developer_id_tracker(body_params, 'save_sym_egress_key', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "save_sym_egress_key,save_sym_egress_key_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "save_sym_egress_key,save_sym_egress_key_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/credit_api.py b/CyberSource/api/credit_api.py index d2ccd77c..9278b6b2 100644 --- a/CyberSource/api/credit_api.py +++ b/CyberSource/api/credit_api.py @@ -145,8 +145,8 @@ def create_credit_with_http_info(self, create_credit_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_credit_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_credit,create_credit_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_credit,create_credit_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/customer_api.py b/CyberSource/api/customer_api.py index 2952ead8..9d4791d2 100644 --- a/CyberSource/api/customer_api.py +++ b/CyberSource/api/customer_api.py @@ -153,8 +153,8 @@ def delete_customer_with_http_info(self, customer_id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "delete_customer,delete_customer_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "delete_customer,delete_customer_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -280,8 +280,8 @@ def get_customer_with_http_info(self, customer_id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_customer,get_customer_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_customer,get_customer_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -417,8 +417,8 @@ def patch_customer_with_http_info(self, customer_id, patch_customer_request, **k body_params = sdkTracker.insert_developer_id_tracker(body_params, 'patch_customer_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "patch_customer,patch_customer_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "patch_customer,patch_customer_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -540,8 +540,8 @@ def post_customer_with_http_info(self, post_customer_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'post_customer_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "post_customer,post_customer_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "post_customer,post_customer_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/customer_payment_instrument_api.py b/CyberSource/api/customer_payment_instrument_api.py index 37be2b2b..e871d5bd 100644 --- a/CyberSource/api/customer_payment_instrument_api.py +++ b/CyberSource/api/customer_payment_instrument_api.py @@ -163,8 +163,8 @@ def delete_customer_payment_instrument_with_http_info(self, customer_id, payment body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "delete_customer_payment_instrument,delete_customer_payment_instrument_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "delete_customer_payment_instrument,delete_customer_payment_instrument_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -300,8 +300,8 @@ def get_customer_payment_instrument_with_http_info(self, customer_id, payment_in body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_customer_payment_instrument,get_customer_payment_instrument_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_customer_payment_instrument,get_customer_payment_instrument_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -435,8 +435,8 @@ def get_customer_payment_instruments_list_with_http_info(self, customer_id, **kw body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_customer_payment_instruments_list,get_customer_payment_instruments_list_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_customer_payment_instruments_list,get_customer_payment_instruments_list_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -582,8 +582,8 @@ def patch_customers_payment_instrument_with_http_info(self, customer_id, payment body_params = sdkTracker.insert_developer_id_tracker(body_params, 'patch_customer_payment_instrument_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "patch_customers_payment_instrument,patch_customers_payment_instrument_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "patch_customers_payment_instrument,patch_customers_payment_instrument_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -715,8 +715,8 @@ def post_customer_payment_instrument_with_http_info(self, customer_id, post_cust body_params = sdkTracker.insert_developer_id_tracker(body_params, 'post_customer_payment_instrument_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "post_customer_payment_instrument,post_customer_payment_instrument_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "post_customer_payment_instrument,post_customer_payment_instrument_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/customer_shipping_address_api.py b/CyberSource/api/customer_shipping_address_api.py index c524482d..cce46b26 100644 --- a/CyberSource/api/customer_shipping_address_api.py +++ b/CyberSource/api/customer_shipping_address_api.py @@ -163,8 +163,8 @@ def delete_customer_shipping_address_with_http_info(self, customer_id, shipping_ body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "delete_customer_shipping_address,delete_customer_shipping_address_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "delete_customer_shipping_address,delete_customer_shipping_address_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -300,8 +300,8 @@ def get_customer_shipping_address_with_http_info(self, customer_id, shipping_add body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_customer_shipping_address,get_customer_shipping_address_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_customer_shipping_address,get_customer_shipping_address_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -435,8 +435,8 @@ def get_customer_shipping_addresses_list_with_http_info(self, customer_id, **kwa body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_customer_shipping_addresses_list,get_customer_shipping_addresses_list_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_customer_shipping_addresses_list,get_customer_shipping_addresses_list_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -582,8 +582,8 @@ def patch_customers_shipping_address_with_http_info(self, customer_id, shipping_ body_params = sdkTracker.insert_developer_id_tracker(body_params, 'patch_customer_shipping_address_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "patch_customers_shipping_address,patch_customers_shipping_address_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "patch_customers_shipping_address,patch_customers_shipping_address_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -715,8 +715,8 @@ def post_customer_shipping_address_with_http_info(self, customer_id, post_custom body_params = sdkTracker.insert_developer_id_tracker(body_params, 'post_customer_shipping_address_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "post_customer_shipping_address,post_customer_shipping_address_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "post_customer_shipping_address,post_customer_shipping_address_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/decision_manager_api.py b/CyberSource/api/decision_manager_api.py index b3430da5..96d2cfbe 100644 --- a/CyberSource/api/decision_manager_api.py +++ b/CyberSource/api/decision_manager_api.py @@ -155,8 +155,8 @@ def action_decision_manager_case_with_http_info(self, id, case_management_action body_params = sdkTracker.insert_developer_id_tracker(body_params, 'case_management_actions_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "action_decision_manager_case,action_decision_manager_case_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "action_decision_manager_case,action_decision_manager_case_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -284,8 +284,8 @@ def add_negative_with_http_info(self, type, add_negative_list_request, **kwargs) body_params = sdkTracker.insert_developer_id_tracker(body_params, 'add_negative_list_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "add_negative,add_negative_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "add_negative,add_negative_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -413,8 +413,8 @@ def comment_decision_manager_case_with_http_info(self, id, case_management_comme body_params = sdkTracker.insert_developer_id_tracker(body_params, 'case_management_comments_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "comment_decision_manager_case,comment_decision_manager_case_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "comment_decision_manager_case,comment_decision_manager_case_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -532,8 +532,8 @@ def create_bundled_decision_manager_case_with_http_info(self, create_bundled_dec body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_bundled_decision_manager_case_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_bundled_decision_manager_case,create_bundled_decision_manager_case_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_bundled_decision_manager_case,create_bundled_decision_manager_case_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -661,8 +661,8 @@ def fraud_update_with_http_info(self, id, fraud_marking_action_request, **kwargs body_params = sdkTracker.insert_developer_id_tracker(body_params, 'fraud_marking_action_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "fraud_update,fraud_update_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "fraud_update,fraud_update_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/device_de_association_api.py b/CyberSource/api/device_de_association_api.py index 0093d1e9..2a1f961a 100644 --- a/CyberSource/api/device_de_association_api.py +++ b/CyberSource/api/device_de_association_api.py @@ -145,8 +145,8 @@ def delete_terminal_association_with_http_info(self, de_association_request_body body_params = sdkTracker.insert_developer_id_tracker(body_params, 'de_association_request_body', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "delete_terminal_association,delete_terminal_association_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "delete_terminal_association,delete_terminal_association_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -264,8 +264,8 @@ def post_de_associate_v3_terminal_with_http_info(self, device_de_associate_v3_re body_params = sdkTracker.insert_developer_id_tracker(body_params, 'device_de_associate_v3_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "post_de_associate_v3_terminal,post_de_associate_v3_terminal_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "post_de_associate_v3_terminal,post_de_associate_v3_terminal_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/device_search_api.py b/CyberSource/api/device_search_api.py index 784d784f..e6644b99 100644 --- a/CyberSource/api/device_search_api.py +++ b/CyberSource/api/device_search_api.py @@ -145,8 +145,8 @@ def post_search_query_with_http_info(self, post_device_search_request, **kwargs) body_params = sdkTracker.insert_developer_id_tracker(body_params, 'post_device_search_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "post_search_query,post_search_query_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "post_search_query,post_search_query_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -264,8 +264,8 @@ def post_search_query_v3_with_http_info(self, post_device_search_request_v3, **k body_params = sdkTracker.insert_developer_id_tracker(body_params, 'post_device_search_request_v3', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "post_search_query_v3,post_search_query_v3_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "post_search_query_v3,post_search_query_v3_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/download_dtd_api.py b/CyberSource/api/download_dtd_api.py index 96dbf71f..03af1078 100644 --- a/CyberSource/api/download_dtd_api.py +++ b/CyberSource/api/download_dtd_api.py @@ -149,8 +149,8 @@ def get_dtdv2_with_http_info(self, report_definition_name_version, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_dtdv2,get_dtdv2_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_dtdv2,get_dtdv2_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/download_xsd_api.py b/CyberSource/api/download_xsd_api.py index 955fc215..6f573d32 100644 --- a/CyberSource/api/download_xsd_api.py +++ b/CyberSource/api/download_xsd_api.py @@ -149,8 +149,8 @@ def get_xsdv2_with_http_info(self, report_definition_name_version, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_xsdv2,get_xsdv2_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_xsdv2,get_xsdv2_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/emv_tag_details_api.py b/CyberSource/api/emv_tag_details_api.py index cdb3a551..382124b1 100644 --- a/CyberSource/api/emv_tag_details_api.py +++ b/CyberSource/api/emv_tag_details_api.py @@ -138,8 +138,8 @@ def get_emv_tags_with_http_info(self, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_emv_tags,get_emv_tags_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_emv_tags,get_emv_tags_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -257,8 +257,8 @@ def parse_emv_tags_with_http_info(self, body, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'body', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "parse_emv_tags,parse_emv_tags_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "parse_emv_tags,parse_emv_tags_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/flex_api_api.py b/CyberSource/api/flex_api_api.py index e1188a21..a5e74408 100644 --- a/CyberSource/api/flex_api_api.py +++ b/CyberSource/api/flex_api_api.py @@ -145,8 +145,8 @@ def generate_flex_api_capture_context_with_http_info(self, generate_flex_api_cap body_params = sdkTracker.insert_developer_id_tracker(body_params, 'generate_flex_api_capture_context_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "generate_flex_api_capture_context,generate_flex_api_capture_context_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "generate_flex_api_capture_context,generate_flex_api_capture_context_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/instrument_identifier_api.py b/CyberSource/api/instrument_identifier_api.py index d40f73db..9bae3f9b 100644 --- a/CyberSource/api/instrument_identifier_api.py +++ b/CyberSource/api/instrument_identifier_api.py @@ -153,8 +153,8 @@ def delete_instrument_identifier_with_http_info(self, instrument_identifier_id, body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "delete_instrument_identifier,delete_instrument_identifier_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "delete_instrument_identifier,delete_instrument_identifier_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -284,8 +284,8 @@ def get_instrument_identifier_with_http_info(self, instrument_identifier_id, **k body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_instrument_identifier,get_instrument_identifier_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_instrument_identifier,get_instrument_identifier_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -423,8 +423,8 @@ def get_instrument_identifier_payment_instruments_list_with_http_info(self, inst body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_instrument_identifier_payment_instruments_list,get_instrument_identifier_payment_instruments_list_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_instrument_identifier_payment_instruments_list,get_instrument_identifier_payment_instruments_list_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -564,8 +564,8 @@ def patch_instrument_identifier_with_http_info(self, instrument_identifier_id, p body_params = sdkTracker.insert_developer_id_tracker(body_params, 'patch_instrument_identifier_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "patch_instrument_identifier,patch_instrument_identifier_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "patch_instrument_identifier,patch_instrument_identifier_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -691,8 +691,8 @@ def post_instrument_identifier_with_http_info(self, post_instrument_identifier_r body_params = sdkTracker.insert_developer_id_tracker(body_params, 'post_instrument_identifier_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "post_instrument_identifier,post_instrument_identifier_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "post_instrument_identifier,post_instrument_identifier_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -824,8 +824,8 @@ def post_instrument_identifier_enrollment_with_http_info(self, instrument_identi body_params = sdkTracker.insert_developer_id_tracker(body_params, 'post_instrument_identifier_enrollment_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "post_instrument_identifier_enrollment,post_instrument_identifier_enrollment_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "post_instrument_identifier_enrollment,post_instrument_identifier_enrollment_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/interchange_clearing_level_details_api.py b/CyberSource/api/interchange_clearing_level_details_api.py index 59c5e801..e7423619 100644 --- a/CyberSource/api/interchange_clearing_level_details_api.py +++ b/CyberSource/api/interchange_clearing_level_details_api.py @@ -161,8 +161,8 @@ def get_interchange_clearing_level_details_with_http_info(self, start_time, end_ body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_interchange_clearing_level_details,get_interchange_clearing_level_details_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_interchange_clearing_level_details,get_interchange_clearing_level_details_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/invoice_settings_api.py b/CyberSource/api/invoice_settings_api.py index 474e370c..54bb5ad9 100644 --- a/CyberSource/api/invoice_settings_api.py +++ b/CyberSource/api/invoice_settings_api.py @@ -138,8 +138,8 @@ def get_invoice_settings_with_http_info(self, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_invoice_settings,get_invoice_settings_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_invoice_settings,get_invoice_settings_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -257,8 +257,8 @@ def update_invoice_settings_with_http_info(self, invoice_settings_request, **kwa body_params = sdkTracker.insert_developer_id_tracker(body_params, 'invoice_settings_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "update_invoice_settings,update_invoice_settings_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "update_invoice_settings,update_invoice_settings_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/invoices_api.py b/CyberSource/api/invoices_api.py index 00fcb070..1f7a99c8 100644 --- a/CyberSource/api/invoices_api.py +++ b/CyberSource/api/invoices_api.py @@ -145,8 +145,8 @@ def create_invoice_with_http_info(self, create_invoice_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_invoice_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_invoice,create_invoice_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_invoice,create_invoice_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -280,8 +280,8 @@ def get_all_invoices_with_http_info(self, offset, limit, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_all_invoices,get_all_invoices_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_all_invoices,get_all_invoices_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -403,8 +403,8 @@ def get_invoice_with_http_info(self, id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_invoice,get_invoice_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_invoice,get_invoice_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -526,8 +526,8 @@ def perform_cancel_action_with_http_info(self, id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "perform_cancel_action,perform_cancel_action_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "perform_cancel_action,perform_cancel_action_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -649,8 +649,8 @@ def perform_send_action_with_http_info(self, id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "perform_send_action,perform_send_action_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "perform_send_action,perform_send_action_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -778,8 +778,8 @@ def update_invoice_with_http_info(self, id, update_invoice_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'update_invoice_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "update_invoice,update_invoice_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "update_invoice,update_invoice_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/manage_webhooks_api.py b/CyberSource/api/manage_webhooks_api.py index fdb7a5d6..fa1cda06 100644 --- a/CyberSource/api/manage_webhooks_api.py +++ b/CyberSource/api/manage_webhooks_api.py @@ -149,8 +149,8 @@ def delete_webhook_subscription_with_http_info(self, webhook_id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "delete_webhook_subscription,delete_webhook_subscription_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "delete_webhook_subscription,delete_webhook_subscription_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -272,8 +272,8 @@ def get_webhook_subscription_by_id_with_http_info(self, webhook_id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_webhook_subscription_by_id,get_webhook_subscription_by_id_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_webhook_subscription_by_id,get_webhook_subscription_by_id_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -402,8 +402,8 @@ def get_webhook_subscriptions_by_org_with_http_info(self, organization_id, **kwa body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_webhook_subscriptions_by_org,get_webhook_subscriptions_by_org_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_webhook_subscriptions_by_org,get_webhook_subscriptions_by_org_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -525,8 +525,8 @@ def notification_subscriptions_v1_webhooks_webhook_id_post_with_http_info(self, body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "notification_subscriptions_v1_webhooks_webhook_id_post,notification_subscriptions_v1_webhooks_webhook_id_post_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "notification_subscriptions_v1_webhooks_webhook_id_post,notification_subscriptions_v1_webhooks_webhook_id_post_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -649,8 +649,8 @@ def notification_subscriptions_v2_webhooks_webhook_id_patch_with_http_info(self, body_params = sdkTracker.insert_developer_id_tracker(body_params, 'update_webhook', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "notification_subscriptions_v2_webhooks_webhook_id_patch,notification_subscriptions_v2_webhooks_webhook_id_patch_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "notification_subscriptions_v2_webhooks_webhook_id_patch,notification_subscriptions_v2_webhooks_webhook_id_patch_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -773,8 +773,8 @@ def notification_subscriptions_v2_webhooks_webhook_id_status_put_with_http_info( body_params = sdkTracker.insert_developer_id_tracker(body_params, 'update_status', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "notification_subscriptions_v2_webhooks_webhook_id_status_put,notification_subscriptions_v2_webhooks_webhook_id_status_put_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "notification_subscriptions_v2_webhooks_webhook_id_status_put,notification_subscriptions_v2_webhooks_webhook_id_status_put_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -914,8 +914,8 @@ def save_asym_egress_key_with_http_info(self, v_c_sender_organization_id, v_c_pe body_params = sdkTracker.insert_developer_id_tracker(body_params, 'save_asym_egress_key', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "save_asym_egress_key,save_asym_egress_key_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "save_asym_egress_key,save_asym_egress_key_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/merchant_boarding_api.py b/CyberSource/api/merchant_boarding_api.py index 29293534..84c51df7 100644 --- a/CyberSource/api/merchant_boarding_api.py +++ b/CyberSource/api/merchant_boarding_api.py @@ -149,8 +149,8 @@ def get_registration_with_http_info(self, registration_id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_registration,get_registration_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_registration,get_registration_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -272,8 +272,8 @@ def post_registration_with_http_info(self, post_registration_body, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'post_registration_body', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "post_registration,post_registration_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "post_registration,post_registration_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/microform_integration_api.py b/CyberSource/api/microform_integration_api.py index 95079508..5b9fc775 100644 --- a/CyberSource/api/microform_integration_api.py +++ b/CyberSource/api/microform_integration_api.py @@ -145,8 +145,8 @@ def generate_capture_context_with_http_info(self, generate_capture_context_reque body_params = sdkTracker.insert_developer_id_tracker(body_params, 'generate_capture_context_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "generate_capture_context,generate_capture_context_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "generate_capture_context,generate_capture_context_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/net_fundings_api.py b/CyberSource/api/net_fundings_api.py index 76c0cfd2..110b32ee 100644 --- a/CyberSource/api/net_fundings_api.py +++ b/CyberSource/api/net_fundings_api.py @@ -165,8 +165,8 @@ def get_net_funding_details_with_http_info(self, start_time, end_time, **kwargs) body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_net_funding_details,get_net_funding_details_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_net_funding_details,get_net_funding_details_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/notification_of_changes_api.py b/CyberSource/api/notification_of_changes_api.py index 14375d1a..206fd2d8 100644 --- a/CyberSource/api/notification_of_changes_api.py +++ b/CyberSource/api/notification_of_changes_api.py @@ -157,8 +157,8 @@ def get_notification_of_change_report_with_http_info(self, start_time, end_time, body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_notification_of_change_report,get_notification_of_change_report_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_notification_of_change_report,get_notification_of_change_report_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/orders_api.py b/CyberSource/api/orders_api.py index 1d994d14..59758ea1 100644 --- a/CyberSource/api/orders_api.py +++ b/CyberSource/api/orders_api.py @@ -145,8 +145,8 @@ def create_order_with_http_info(self, create_order_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_order_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_order,create_order_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_order,create_order_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -274,8 +274,8 @@ def update_order_with_http_info(self, id, update_order_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'update_order_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "update_order,update_order_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "update_order,update_order_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/payer_authentication_api.py b/CyberSource/api/payer_authentication_api.py index 3f1c3e51..424a1940 100644 --- a/CyberSource/api/payer_authentication_api.py +++ b/CyberSource/api/payer_authentication_api.py @@ -145,8 +145,8 @@ def check_payer_auth_enrollment_with_http_info(self, check_payer_auth_enrollment body_params = sdkTracker.insert_developer_id_tracker(body_params, 'check_payer_auth_enrollment_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "check_payer_auth_enrollment,check_payer_auth_enrollment_with_http_info"): + inbound_mle_status = "False" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "check_payer_auth_enrollment,check_payer_auth_enrollment_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -264,8 +264,8 @@ def payer_auth_setup_with_http_info(self, payer_auth_setup_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'payer_auth_setup_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "payer_auth_setup,payer_auth_setup_with_http_info"): + inbound_mle_status = "optional" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "payer_auth_setup,payer_auth_setup_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -383,8 +383,8 @@ def validate_authentication_results_with_http_info(self, validate_request, **kwa body_params = sdkTracker.insert_developer_id_tracker(body_params, 'validate_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "validate_authentication_results,validate_authentication_results_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "validate_authentication_results,validate_authentication_results_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/payment_batch_summaries_api.py b/CyberSource/api/payment_batch_summaries_api.py index c6b63c8c..595e85d1 100644 --- a/CyberSource/api/payment_batch_summaries_api.py +++ b/CyberSource/api/payment_batch_summaries_api.py @@ -173,8 +173,8 @@ def get_payment_batch_summary_with_http_info(self, start_time, end_time, **kwarg body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_payment_batch_summary,get_payment_batch_summary_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_payment_batch_summary,get_payment_batch_summary_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/payment_instrument_api.py b/CyberSource/api/payment_instrument_api.py index 01421314..07542064 100644 --- a/CyberSource/api/payment_instrument_api.py +++ b/CyberSource/api/payment_instrument_api.py @@ -153,8 +153,8 @@ def delete_payment_instrument_with_http_info(self, payment_instrument_id, **kwar body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "delete_payment_instrument,delete_payment_instrument_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "delete_payment_instrument,delete_payment_instrument_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -284,8 +284,8 @@ def get_payment_instrument_with_http_info(self, payment_instrument_id, **kwargs) body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_payment_instrument,get_payment_instrument_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_payment_instrument,get_payment_instrument_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -425,8 +425,8 @@ def patch_payment_instrument_with_http_info(self, payment_instrument_id, patch_p body_params = sdkTracker.insert_developer_id_tracker(body_params, 'patch_payment_instrument_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "patch_payment_instrument,patch_payment_instrument_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "patch_payment_instrument,patch_payment_instrument_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -552,8 +552,8 @@ def post_payment_instrument_with_http_info(self, post_payment_instrument_request body_params = sdkTracker.insert_developer_id_tracker(body_params, 'post_payment_instrument_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "post_payment_instrument,post_payment_instrument_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "post_payment_instrument,post_payment_instrument_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/payment_links_api.py b/CyberSource/api/payment_links_api.py index 48d2d1d9..b1008152 100644 --- a/CyberSource/api/payment_links_api.py +++ b/CyberSource/api/payment_links_api.py @@ -145,8 +145,8 @@ def create_payment_link_with_http_info(self, create_payment_link_request, **kwar body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_payment_link_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_payment_link,create_payment_link_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_payment_link,create_payment_link_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -280,8 +280,8 @@ def get_all_payment_links_with_http_info(self, offset, limit, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_all_payment_links,get_all_payment_links_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_all_payment_links,get_all_payment_links_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -403,8 +403,8 @@ def get_payment_link_with_http_info(self, id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_payment_link,get_payment_link_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_payment_link,get_payment_link_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -532,8 +532,8 @@ def update_payment_link_with_http_info(self, id, update_payment_link_request, ** body_params = sdkTracker.insert_developer_id_tracker(body_params, 'update_payment_link_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "update_payment_link,update_payment_link_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "update_payment_link,update_payment_link_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/payments_api.py b/CyberSource/api/payments_api.py index 45b3d69a..2fac9acb 100644 --- a/CyberSource/api/payments_api.py +++ b/CyberSource/api/payments_api.py @@ -155,8 +155,8 @@ def create_order_request_with_http_info(self, order_payment_request, id, **kwarg body_params = sdkTracker.insert_developer_id_tracker(body_params, 'order_payment_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_order_request,create_order_request_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_order_request,create_order_request_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -274,8 +274,8 @@ def create_payment_with_http_info(self, create_payment_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_payment_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_payment,create_payment_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_payment,create_payment_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -393,8 +393,8 @@ def create_session_request_with_http_info(self, create_session_req, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_session_req', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_session_request,create_session_request_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_session_request,create_session_request_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -522,8 +522,8 @@ def increment_auth_with_http_info(self, id, increment_auth_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'increment_auth_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "increment_auth,increment_auth_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "increment_auth,increment_auth_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -651,8 +651,8 @@ def refresh_payment_status_with_http_info(self, id, refresh_payment_status_reque body_params = sdkTracker.insert_developer_id_tracker(body_params, 'refresh_payment_status_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "refresh_payment_status,refresh_payment_status_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "refresh_payment_status,refresh_payment_status_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -780,8 +780,8 @@ def update_session_req_with_http_info(self, create_session_request, id, **kwargs body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_session_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "update_session_req,update_session_req_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "update_session_req,update_session_req_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/payouts_api.py b/CyberSource/api/payouts_api.py index 07e2445b..87cbcadc 100644 --- a/CyberSource/api/payouts_api.py +++ b/CyberSource/api/payouts_api.py @@ -145,8 +145,8 @@ def oct_create_payment_with_http_info(self, oct_create_payment_request, **kwargs body_params = sdkTracker.insert_developer_id_tracker(body_params, 'oct_create_payment_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "oct_create_payment,oct_create_payment_with_http_info"): + inbound_mle_status = "" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "oct_create_payment,oct_create_payment_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/plans_api.py b/CyberSource/api/plans_api.py index 3db85285..1aa0dadf 100644 --- a/CyberSource/api/plans_api.py +++ b/CyberSource/api/plans_api.py @@ -149,8 +149,8 @@ def activate_plan_with_http_info(self, id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "activate_plan,activate_plan_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "activate_plan,activate_plan_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -268,8 +268,8 @@ def create_plan_with_http_info(self, create_plan_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_plan_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_plan,create_plan_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_plan,create_plan_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -391,8 +391,8 @@ def deactivate_plan_with_http_info(self, id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "deactivate_plan,deactivate_plan_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "deactivate_plan,deactivate_plan_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -514,8 +514,8 @@ def delete_plan_with_http_info(self, id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "delete_plan,delete_plan_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "delete_plan,delete_plan_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -637,8 +637,8 @@ def get_plan_with_http_info(self, id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_plan,get_plan_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_plan,get_plan_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -749,8 +749,8 @@ def get_plan_code_with_http_info(self, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_plan_code,get_plan_code_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_plan_code,get_plan_code_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -882,8 +882,8 @@ def get_plans_with_http_info(self, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_plans,get_plans_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_plans,get_plans_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -1011,8 +1011,8 @@ def update_plan_with_http_info(self, id, update_plan_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'update_plan_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "update_plan,update_plan_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "update_plan,update_plan_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/purchase_and_refund_details_api.py b/CyberSource/api/purchase_and_refund_details_api.py index 32db6cfb..e1f7615a 100644 --- a/CyberSource/api/purchase_and_refund_details_api.py +++ b/CyberSource/api/purchase_and_refund_details_api.py @@ -181,8 +181,8 @@ def get_purchase_and_refund_details_with_http_info(self, start_time, end_time, * body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_purchase_and_refund_details,get_purchase_and_refund_details_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_purchase_and_refund_details,get_purchase_and_refund_details_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/push_funds_api.py b/CyberSource/api/push_funds_api.py index 208fd018..da1b681e 100644 --- a/CyberSource/api/push_funds_api.py +++ b/CyberSource/api/push_funds_api.py @@ -199,8 +199,8 @@ def create_push_funds_transfer_with_http_info(self, push_funds_request, content_ body_params = sdkTracker.insert_developer_id_tracker(body_params, 'push_funds_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_push_funds_transfer,create_push_funds_transfer_with_http_info"): + inbound_mle_status = "mandatory" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_push_funds_transfer,create_push_funds_transfer_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/refund_api.py b/CyberSource/api/refund_api.py index bef40923..905e9c06 100644 --- a/CyberSource/api/refund_api.py +++ b/CyberSource/api/refund_api.py @@ -155,8 +155,8 @@ def refund_capture_with_http_info(self, refund_capture_request, id, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'refund_capture_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "refund_capture,refund_capture_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "refund_capture,refund_capture_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -284,8 +284,8 @@ def refund_payment_with_http_info(self, refund_payment_request, id, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'refund_payment_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "refund_payment,refund_payment_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "refund_payment,refund_payment_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/report_definitions_api.py b/CyberSource/api/report_definitions_api.py index e10a878c..bc28bf5c 100644 --- a/CyberSource/api/report_definitions_api.py +++ b/CyberSource/api/report_definitions_api.py @@ -161,8 +161,8 @@ def get_resource_info_by_report_definition_with_http_info(self, report_definitio body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_resource_info_by_report_definition,get_resource_info_by_report_definition_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_resource_info_by_report_definition,get_resource_info_by_report_definition_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -282,8 +282,8 @@ def get_resource_v2_info_with_http_info(self, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_resource_v2_info,get_resource_v2_info_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_resource_v2_info,get_resource_v2_info_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/report_downloads_api.py b/CyberSource/api/report_downloads_api.py index 624a77b7..da3e216d 100644 --- a/CyberSource/api/report_downloads_api.py +++ b/CyberSource/api/report_downloads_api.py @@ -161,8 +161,8 @@ def download_report_with_http_info(self, report_date, report_name, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "download_report,download_report_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "download_report,download_report_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/report_subscriptions_api.py b/CyberSource/api/report_subscriptions_api.py index a2b449c2..9ab27e48 100644 --- a/CyberSource/api/report_subscriptions_api.py +++ b/CyberSource/api/report_subscriptions_api.py @@ -149,8 +149,8 @@ def create_standard_or_classic_subscription_with_http_info(self, predefined_subs body_params = sdkTracker.insert_developer_id_tracker(body_params, 'predefined_subscription_request_bean', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_standard_or_classic_subscription,create_standard_or_classic_subscription_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_standard_or_classic_subscription,create_standard_or_classic_subscription_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -272,8 +272,8 @@ def create_subscription_with_http_info(self, create_report_subscription_request, body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_report_subscription_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_subscription,create_subscription_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_subscription,create_subscription_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -399,8 +399,8 @@ def delete_subscription_with_http_info(self, report_name, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "delete_subscription,delete_subscription_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "delete_subscription,delete_subscription_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -516,8 +516,8 @@ def get_all_subscriptions_with_http_info(self, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_all_subscriptions,get_all_subscriptions_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_all_subscriptions,get_all_subscriptions_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -643,8 +643,8 @@ def get_subscription_with_http_info(self, report_name, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_subscription,get_subscription_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_subscription,get_subscription_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/reports_api.py b/CyberSource/api/reports_api.py index 120d5ec2..5b3de1ef 100644 --- a/CyberSource/api/reports_api.py +++ b/CyberSource/api/reports_api.py @@ -149,8 +149,8 @@ def create_report_with_http_info(self, create_adhoc_report_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_adhoc_report_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_report,create_report_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_report,create_report_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -276,8 +276,8 @@ def get_report_by_report_id_with_http_info(self, report_id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_report_by_report_id,get_report_by_report_id_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_report_by_report_id,get_report_by_report_id_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -440,8 +440,8 @@ def search_reports_with_http_info(self, start_time, end_time, time_query_type, * body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "search_reports,search_reports_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "search_reports,search_reports_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/retrieval_details_api.py b/CyberSource/api/retrieval_details_api.py index 7922a3f7..45a88a3b 100644 --- a/CyberSource/api/retrieval_details_api.py +++ b/CyberSource/api/retrieval_details_api.py @@ -161,8 +161,8 @@ def get_retrieval_details_with_http_info(self, start_time, end_time, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_retrieval_details,get_retrieval_details_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_retrieval_details,get_retrieval_details_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/retrieval_summaries_api.py b/CyberSource/api/retrieval_summaries_api.py index aa15de46..d74c864f 100644 --- a/CyberSource/api/retrieval_summaries_api.py +++ b/CyberSource/api/retrieval_summaries_api.py @@ -161,8 +161,8 @@ def get_retrieval_summary_with_http_info(self, start_time, end_time, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_retrieval_summary,get_retrieval_summary_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_retrieval_summary,get_retrieval_summary_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/reversal_api.py b/CyberSource/api/reversal_api.py index addb1e42..87e402ae 100644 --- a/CyberSource/api/reversal_api.py +++ b/CyberSource/api/reversal_api.py @@ -155,8 +155,8 @@ def auth_reversal_with_http_info(self, id, auth_reversal_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'auth_reversal_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "auth_reversal,auth_reversal_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "auth_reversal,auth_reversal_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -274,8 +274,8 @@ def mit_reversal_with_http_info(self, mit_reversal_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'mit_reversal_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "mit_reversal,mit_reversal_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "mit_reversal,mit_reversal_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/search_transactions_api.py b/CyberSource/api/search_transactions_api.py index bd1409e9..86245ea6 100644 --- a/CyberSource/api/search_transactions_api.py +++ b/CyberSource/api/search_transactions_api.py @@ -145,8 +145,8 @@ def create_search_with_http_info(self, create_search_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_search_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_search,create_search_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_search,create_search_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -268,8 +268,8 @@ def get_search_with_http_info(self, search_id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_search,get_search_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_search,get_search_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/secure_file_share_api.py b/CyberSource/api/secure_file_share_api.py index 61248b8d..b52f319d 100644 --- a/CyberSource/api/secure_file_share_api.py +++ b/CyberSource/api/secure_file_share_api.py @@ -153,8 +153,8 @@ def get_file_with_http_info(self, file_id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_file,get_file_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_file,get_file_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -292,8 +292,8 @@ def get_file_detail_with_http_info(self, start_date, end_date, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_file_detail,get_file_detail_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_file_detail,get_file_detail_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/subscriptions_api.py b/CyberSource/api/subscriptions_api.py index fdec6531..3968915e 100644 --- a/CyberSource/api/subscriptions_api.py +++ b/CyberSource/api/subscriptions_api.py @@ -153,8 +153,8 @@ def activate_subscription_with_http_info(self, id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "activate_subscription,activate_subscription_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "activate_subscription,activate_subscription_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -276,8 +276,8 @@ def cancel_subscription_with_http_info(self, id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "cancel_subscription,cancel_subscription_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "cancel_subscription,cancel_subscription_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -395,8 +395,8 @@ def create_subscription_with_http_info(self, create_subscription_request, **kwar body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_subscription_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_subscription,create_subscription_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_subscription,create_subscription_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -524,8 +524,8 @@ def get_all_subscriptions_with_http_info(self, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_all_subscriptions,get_all_subscriptions_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_all_subscriptions,get_all_subscriptions_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -647,8 +647,8 @@ def get_subscription_with_http_info(self, id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_subscription,get_subscription_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_subscription,get_subscription_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -759,8 +759,8 @@ def get_subscription_code_with_http_info(self, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_subscription_code,get_subscription_code_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_subscription_code,get_subscription_code_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -882,8 +882,8 @@ def suspend_subscription_with_http_info(self, id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "suspend_subscription,suspend_subscription_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "suspend_subscription,suspend_subscription_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -1011,8 +1011,8 @@ def update_subscription_with_http_info(self, id, update_subscription, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'update_subscription', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "update_subscription,update_subscription_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "update_subscription,update_subscription_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/subscriptions_follow_ons_api.py b/CyberSource/api/subscriptions_follow_ons_api.py index 67be5fb7..0a44ec24 100644 --- a/CyberSource/api/subscriptions_follow_ons_api.py +++ b/CyberSource/api/subscriptions_follow_ons_api.py @@ -155,8 +155,8 @@ def create_follow_on_subscription_with_http_info(self, request_id, create_subscr body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_subscription_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "create_follow_on_subscription,create_follow_on_subscription_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "create_follow_on_subscription,create_follow_on_subscription_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -278,8 +278,8 @@ def get_follow_on_subscription_with_http_info(self, request_id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_follow_on_subscription,get_follow_on_subscription_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_follow_on_subscription,get_follow_on_subscription_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/taxes_api.py b/CyberSource/api/taxes_api.py index 5a058ba7..439e649f 100644 --- a/CyberSource/api/taxes_api.py +++ b/CyberSource/api/taxes_api.py @@ -145,8 +145,8 @@ def calculate_tax_with_http_info(self, tax_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'tax_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "calculate_tax,calculate_tax_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "calculate_tax,calculate_tax_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -274,8 +274,8 @@ def void_tax_with_http_info(self, void_tax_request, id, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'void_tax_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "void_tax,void_tax_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "void_tax,void_tax_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/token_api.py b/CyberSource/api/token_api.py index c2a5a22f..6c488afb 100644 --- a/CyberSource/api/token_api.py +++ b/CyberSource/api/token_api.py @@ -169,8 +169,8 @@ def get_card_art_asset_with_http_info(self, instrument_identifier_id, token_prov body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_card_art_asset,get_card_art_asset_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_card_art_asset,get_card_art_asset_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -302,8 +302,8 @@ def post_token_payment_credentials_with_http_info(self, token_id, post_payment_c body_params = sdkTracker.insert_developer_id_tracker(body_params, 'post_payment_credentials_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "post_token_payment_credentials,post_token_payment_credentials_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "post_token_payment_credentials,post_token_payment_credentials_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/tokenized_card_api.py b/CyberSource/api/tokenized_card_api.py index a47b693b..c6c0ffa1 100644 --- a/CyberSource/api/tokenized_card_api.py +++ b/CyberSource/api/tokenized_card_api.py @@ -153,8 +153,8 @@ def delete_tokenized_card_with_http_info(self, tokenized_card_id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "delete_tokenized_card,delete_tokenized_card_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "delete_tokenized_card,delete_tokenized_card_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -280,8 +280,8 @@ def get_tokenized_card_with_http_info(self, tokenized_card_id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_tokenized_card,get_tokenized_card_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_tokenized_card,get_tokenized_card_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -403,8 +403,8 @@ def post_tokenized_card_with_http_info(self, tokenizedcard_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'tokenizedcard_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "post_tokenized_card,post_tokenized_card_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "post_tokenized_card,post_tokenized_card_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/transaction_batches_api.py b/CyberSource/api/transaction_batches_api.py index 84317a81..90939d2e 100644 --- a/CyberSource/api/transaction_batches_api.py +++ b/CyberSource/api/transaction_batches_api.py @@ -157,8 +157,8 @@ def get_transaction_batch_details_with_http_info(self, id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_transaction_batch_details,get_transaction_batch_details_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_transaction_batch_details,get_transaction_batch_details_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -280,8 +280,8 @@ def get_transaction_batch_id_with_http_info(self, id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_transaction_batch_id,get_transaction_batch_id_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_transaction_batch_id,get_transaction_batch_id_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -411,8 +411,8 @@ def get_transaction_batches_with_http_info(self, start_time, end_time, **kwargs) body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_transaction_batches,get_transaction_batches_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_transaction_batches,get_transaction_batches_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -533,8 +533,8 @@ def upload_transaction_batch_with_http_info(self, file, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "upload_transaction_batch,upload_transaction_batch_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "upload_transaction_batch,upload_transaction_batch_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/transaction_details_api.py b/CyberSource/api/transaction_details_api.py index b30fa9ce..0d23742b 100644 --- a/CyberSource/api/transaction_details_api.py +++ b/CyberSource/api/transaction_details_api.py @@ -149,8 +149,8 @@ def get_transaction_with_http_info(self, id, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_transaction,get_transaction_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_transaction,get_transaction_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/transient_token_data_api.py b/CyberSource/api/transient_token_data_api.py index aaedbdd2..a612defa 100644 --- a/CyberSource/api/transient_token_data_api.py +++ b/CyberSource/api/transient_token_data_api.py @@ -149,8 +149,8 @@ def get_payment_credentials_for_transient_token_with_http_info(self, payment_cre body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_payment_credentials_for_transient_token,get_payment_credentials_for_transient_token_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_payment_credentials_for_transient_token,get_payment_credentials_for_transient_token_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -272,8 +272,8 @@ def get_transaction_for_transient_token_with_http_info(self, transient_token, ** body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_transaction_for_transient_token,get_transaction_for_transient_token_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_transaction_for_transient_token,get_transaction_for_transient_token_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/unified_checkout_capture_context_api.py b/CyberSource/api/unified_checkout_capture_context_api.py index 75711b76..6d9c733c 100644 --- a/CyberSource/api/unified_checkout_capture_context_api.py +++ b/CyberSource/api/unified_checkout_capture_context_api.py @@ -145,8 +145,8 @@ def generate_unified_checkout_capture_context_with_http_info(self, generate_unif body_params = sdkTracker.insert_developer_id_tracker(body_params, 'generate_unified_checkout_capture_context_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "generate_unified_checkout_capture_context,generate_unified_checkout_capture_context_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "generate_unified_checkout_capture_context,generate_unified_checkout_capture_context_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/user_management_api.py b/CyberSource/api/user_management_api.py index ff83f553..481b4d82 100644 --- a/CyberSource/api/user_management_api.py +++ b/CyberSource/api/user_management_api.py @@ -155,8 +155,8 @@ def get_users_with_http_info(self, **kwargs): body_params = file_post_body_and_delimiter[0] header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "get_users,get_users_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "get_users,get_users_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/user_management_search_api.py b/CyberSource/api/user_management_search_api.py index e2841ea3..1f5ca7f2 100644 --- a/CyberSource/api/user_management_search_api.py +++ b/CyberSource/api/user_management_search_api.py @@ -145,8 +145,8 @@ def search_users_with_http_info(self, search_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'search_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "search_users,search_users_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "search_users,search_users_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/verification_api.py b/CyberSource/api/verification_api.py index bbcd5485..78dbf70c 100644 --- a/CyberSource/api/verification_api.py +++ b/CyberSource/api/verification_api.py @@ -145,8 +145,8 @@ def validate_export_compliance_with_http_info(self, validate_export_compliance_r body_params = sdkTracker.insert_developer_id_tracker(body_params, 'validate_export_compliance_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "validate_export_compliance,validate_export_compliance_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "validate_export_compliance,validate_export_compliance_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -264,8 +264,8 @@ def verify_customer_address_with_http_info(self, verify_customer_address_request body_params = sdkTracker.insert_developer_id_tracker(body_params, 'verify_customer_address_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = False - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "verify_customer_address,verify_customer_address_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "verify_customer_address,verify_customer_address_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/CyberSource/api/void_api.py b/CyberSource/api/void_api.py index 4d2c9686..7842b933 100644 --- a/CyberSource/api/void_api.py +++ b/CyberSource/api/void_api.py @@ -145,8 +145,8 @@ def mit_void_with_http_info(self, mit_void_request, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'mit_void_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "mit_void,mit_void_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "mit_void,mit_void_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -274,8 +274,8 @@ def void_capture_with_http_info(self, void_capture_request, id, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'void_capture_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "void_capture,void_capture_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "void_capture,void_capture_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -403,8 +403,8 @@ def void_credit_with_http_info(self, void_credit_request, id, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'void_credit_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "void_credit,void_credit_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "void_credit,void_credit_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -532,8 +532,8 @@ def void_payment_with_http_info(self, void_payment_request, id, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'void_payment_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "void_payment,void_payment_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "void_payment,void_payment_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting @@ -661,8 +661,8 @@ def void_refund_with_http_info(self, void_refund_request, id, **kwargs): body_params = sdkTracker.insert_developer_id_tracker(body_params, 'void_refund_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId) body_params = process_body(body_params) - is_mle_supported_by_cybs_for_api = True - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "void_refund,void_refund_with_http_info"): + inbound_mle_status = "false" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "void_refund,void_refund_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting diff --git a/authenticationsdk/core/MerchantConfiguration.py b/authenticationsdk/core/MerchantConfiguration.py index 202bab91..ec1bd33a 100644 --- a/authenticationsdk/core/MerchantConfiguration.py +++ b/authenticationsdk/core/MerchantConfiguration.py @@ -51,6 +51,8 @@ def __init__(self): self.log_config = None self.__jwePEMFileDirectory = None self.useMLEGlobally = None + self.enableRequestMLEForOptionalApisGlobally = None + self.disableRequestMLEForMandatoryApisGlobally = None self.mapToControlMLEonAPI = None self.mleKeyAlias = None self.logger = LogFactory.setup_logger(self.__class__.__name__) @@ -184,14 +186,29 @@ def set_jwePEMFileDirectory(self, value): def get_jwePEMFileDirectory(self): return self.__jwePEMFileDirectory - def set_useMLEGlobally(self, value): - if not (value.get('useMLEGlobally') is None): - self.useMLEGlobally = value['useMLEGlobally'] - else: - self.useMLEGlobally = False + def set_enableRequestMLEForOptionalApisGlobally(self, value): + enable_mle = value.get('enableRequestMLEForOptionalApisGlobally') + use_mle = value.get('useMLEGlobally') + + if enable_mle is not None and use_mle is not None and enable_mle != use_mle: + raise ValueError("useMLEGlobally and enableRequestMLEForOptionalApisGlobally must have the same value.") + + self.enableRequestMLEForOptionalApisGlobally = ( + enable_mle if enable_mle is not None else (use_mle if use_mle is not None else False) + ) + + def get_enableRequestMLEForOptionalApisGlobally(self): + return self.enableRequestMLEForOptionalApisGlobally + + + def set_disableRequestMLEForMandatoryApisGlobally(self, value): + self.disableRequestMLEForMandatoryApisGlobally = ( + value.get('disableRequestMLEForMandatoryApisGlobally') + or False + ) - def get_useMLEGlobally(self): - return self.useMLEGlobally + def get_disableRequestMLEForMandatoryApisGlobally(self): + return self.disableRequestMLEForMandatoryApisGlobally def set_mapToControlMLEonAPI(self, value): map_to_control_mle_on_api = value.get('mapToControlMLEonAPI') @@ -245,7 +262,8 @@ def set_merchantconfig(self, val): self.set_refresh_token(val) self.set_log_configuration(val) self.set_jwePEMFileDirectory(val) - self.set_useMLEGlobally(val) + self.set_enableRequestMLEForOptionalApisGlobally(val) + self.set_disableRequestMLEForMandatoryApisGlobally(val) self.set_mapToControlMLEonAPI(val) self.set_mleKeyAlias(val) @@ -374,9 +392,16 @@ def validate_merchant_details(self, details, mconfig = None): authenticationsdk.util.ExceptionAuth.validate_merchant_details_log(self.logger, GlobalLabelParameters.AUTH_ERROR, self.log_config) + + use_mle = self.useMLEGlobally + enable_mle = self.enableRequestMLEForOptionalApisGlobally + + if use_mle is not None and enable_mle is not None and use_mle != enable_mle: + raise ValueError("useMLEGlobally and enableRequestMLEForOptionalApisGlobally must have the same value.") + # useMLEGlobally check for auth Type - if self.useMLEGlobally is True or self.mapToControlMLEonAPI is not None: - if self.useMLEGlobally is True and self.authentication_type.lower() != GlobalLabelParameters.JWT.lower(): + if self.enableRequestMLEForOptionalApisGlobally is True or self.mapToControlMLEonAPI is not None: + if self.enableRequestMLEForOptionalApisGlobally is True and self.authentication_type.lower() != GlobalLabelParameters.JWT.lower(): authenticationsdk.util.ExceptionAuth.validate_merchant_details_log(self.logger, GlobalLabelParameters.MLE_AUTH_ERROR, self.log_config) diff --git a/authenticationsdk/util/MLEUtility.py b/authenticationsdk/util/MLEUtility.py index 45e72a3e..25a64663 100644 --- a/authenticationsdk/util/MLEUtility.py +++ b/authenticationsdk/util/MLEUtility.py @@ -16,11 +16,16 @@ def __init__(self, message, errors=None): self.errors = errors @staticmethod - def check_is_mle_for_api(merchant_config, is_mle_supported_by_cybs_for_api, operation_ids): - + def check_is_mle_for_api(merchant_config, inbound_mle_status, operation_ids): is_mle_for_api = False - if is_mle_supported_by_cybs_for_api and merchant_config.get_useMLEGlobally(): + + if str(inbound_mle_status).lower() == "optional" and merchant_config.get_enableRequestMLEForOptionalApisGlobally(): is_mle_for_api = True + + if str(inbound_mle_status).lower() == "mandatory": + is_mle_for_api = not merchant_config.get_disableRequestMLEForMandatoryApisGlobally() + + operation_array = [op_id.strip() for op_id in operation_ids.split(",")] map_to_control_mle = merchant_config.get_mapToControlMLEonAPI() if map_to_control_mle is not None and map_to_control_mle: @@ -36,7 +41,7 @@ def encrypt_request_payload(merchant_config, request_body): return request_body logger = LogFactory.setup_logger(__name__, merchant_config.log_config) - + if merchant_config.log_config.enable_log: logger.debug(f"{GlobalLabelParameters.MESSAGE_BEFORE_MLE_REQUEST}{request_body}") diff --git a/generator/cybersource-python-template/api.mustache b/generator/cybersource-python-template/api.mustache index 0154a40b..d0e0a1a3 100644 --- a/generator/cybersource-python-template/api.mustache +++ b/generator/cybersource-python-template/api.mustache @@ -210,8 +210,8 @@ class {{classname}}(object): header_params['Content-Type'] = f"multipart/form-data; boundary={file_post_body_and_delimiter[1]}" {{/bodyParam}} - is_mle_supported_by_cybs_for_api = {{#vendorExtensions.x-devcenter-metaData.isMLEsupported}}True{{/vendorExtensions.x-devcenter-metaData.isMLEsupported}}{{^vendorExtensions.x-devcenter-metaData.isMLEsupported}}False{{/vendorExtensions.x-devcenter-metaData.isMLEsupported}} - if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, is_mle_supported_by_cybs_for_api, "{{operationId}},{{operationId}}_with_http_info"): + inbound_mle_status = "{{#vendorExtensions.x-devcenter-metaData.inboundMLEStatus}}{{vendorExtensions.x-devcenter-metaData.inboundMLEStatus}}{{/vendorExtensions.x-devcenter-metaData.inboundMLEStatus}}{{^vendorExtensions.x-devcenter-metaData.inboundMLEStatus}}false{{/vendorExtensions.x-devcenter-metaData.inboundMLEStatus}}" + if MLEUtility.check_is_mle_for_api(self.api_client.mconfig, inbound_mle_status, "{{operationId}},{{operationId}}_with_http_info"): body_params = MLEUtility.encrypt_request_payload(self.api_client.mconfig, body_params) # Authentication setting