cybersource_rest_client 0.0.80 → 0.0.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. checksums.yaml +4 -4
  2. data/lib/AuthenticationSDK/authentication/jwt/JwtToken.rb +17 -7
  3. data/lib/AuthenticationSDK/core/Authorization.rb +2 -2
  4. data/lib/AuthenticationSDK/core/MerchantConfig.rb +277 -23
  5. data/lib/AuthenticationSDK/util/Cache.rb +144 -8
  6. data/lib/AuthenticationSDK/util/CachedMLEKId.rb +17 -0
  7. data/lib/AuthenticationSDK/util/CertificateUtility.rb +109 -29
  8. data/lib/AuthenticationSDK/util/Constants.rb +4 -0
  9. data/lib/AuthenticationSDK/util/MLEUtility.rb +167 -11
  10. data/lib/AuthenticationSDK/util/Utility.rb +37 -1
  11. data/lib/cybersource_rest_client/api/bank_account_validation_api.rb +6 -2
  12. data/lib/cybersource_rest_client/api/batches_api.rb +24 -8
  13. data/lib/cybersource_rest_client/api/billing_agreements_api.rb +18 -6
  14. data/lib/cybersource_rest_client/api/bin_lookup_api.rb +6 -2
  15. data/lib/cybersource_rest_client/api/capture_api.rb +6 -2
  16. data/lib/cybersource_rest_client/api/chargeback_details_api.rb +6 -2
  17. data/lib/cybersource_rest_client/api/chargeback_summaries_api.rb +6 -2
  18. data/lib/cybersource_rest_client/api/conversion_details_api.rb +6 -2
  19. data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +18 -6
  20. data/lib/cybersource_rest_client/api/credit_api.rb +6 -2
  21. data/lib/cybersource_rest_client/api/customer_api.rb +24 -8
  22. data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +30 -10
  23. data/lib/cybersource_rest_client/api/customer_shipping_address_api.rb +30 -10
  24. data/lib/cybersource_rest_client/api/decision_manager_api.rb +30 -10
  25. data/lib/cybersource_rest_client/api/device_de_association_api.rb +12 -4
  26. data/lib/cybersource_rest_client/api/device_search_api.rb +12 -4
  27. data/lib/cybersource_rest_client/api/download_dtd_api.rb +6 -2
  28. data/lib/cybersource_rest_client/api/download_xsd_api.rb +6 -2
  29. data/lib/cybersource_rest_client/api/emv_tag_details_api.rb +12 -4
  30. data/lib/cybersource_rest_client/api/enrollment_api.rb +104 -0
  31. data/lib/cybersource_rest_client/api/flex_api_api.rb +6 -2
  32. data/lib/cybersource_rest_client/api/instructions_api.rb +452 -0
  33. data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +36 -12
  34. data/lib/cybersource_rest_client/api/interchange_clearing_level_details_api.rb +6 -2
  35. data/lib/cybersource_rest_client/api/invoice_settings_api.rb +12 -4
  36. data/lib/cybersource_rest_client/api/invoices_api.rb +42 -14
  37. data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +42 -14
  38. data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +12 -4
  39. data/lib/cybersource_rest_client/api/merchant_defined_fields_api.rb +24 -8
  40. data/lib/cybersource_rest_client/api/microform_integration_api.rb +6 -2
  41. data/lib/cybersource_rest_client/api/net_fundings_api.rb +6 -2
  42. data/lib/cybersource_rest_client/api/notification_of_changes_api.rb +6 -2
  43. data/lib/cybersource_rest_client/api/offers_api.rb +12 -4
  44. data/lib/cybersource_rest_client/api/orders_api.rb +12 -4
  45. data/lib/cybersource_rest_client/api/payer_authentication_api.rb +18 -6
  46. data/lib/cybersource_rest_client/api/payment_batch_summaries_api.rb +6 -2
  47. data/lib/cybersource_rest_client/api/payment_instrument_api.rb +24 -8
  48. data/lib/cybersource_rest_client/api/payment_links_api.rb +24 -8
  49. data/lib/cybersource_rest_client/api/payment_tokens_api.rb +6 -2
  50. data/lib/cybersource_rest_client/api/payments_api.rb +36 -12
  51. data/lib/cybersource_rest_client/api/payouts_api.rb +6 -2
  52. data/lib/cybersource_rest_client/api/plans_api.rb +48 -16
  53. data/lib/cybersource_rest_client/api/purchase_and_refund_details_api.rb +6 -2
  54. data/lib/cybersource_rest_client/api/push_funds_api.rb +6 -2
  55. data/lib/cybersource_rest_client/api/refund_api.rb +12 -4
  56. data/lib/cybersource_rest_client/api/report_definitions_api.rb +12 -4
  57. data/lib/cybersource_rest_client/api/report_downloads_api.rb +6 -2
  58. data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +30 -10
  59. data/lib/cybersource_rest_client/api/reports_api.rb +18 -6
  60. data/lib/cybersource_rest_client/api/retrieval_details_api.rb +6 -2
  61. data/lib/cybersource_rest_client/api/retrieval_summaries_api.rb +6 -2
  62. data/lib/cybersource_rest_client/api/reversal_api.rb +12 -4
  63. data/lib/cybersource_rest_client/api/search_transactions_api.rb +12 -4
  64. data/lib/cybersource_rest_client/api/secure_file_share_api.rb +12 -4
  65. data/lib/cybersource_rest_client/api/subscriptions_api.rb +48 -16
  66. data/lib/cybersource_rest_client/api/subscriptions_follow_ons_api.rb +12 -4
  67. data/lib/cybersource_rest_client/api/taxes_api.rb +12 -4
  68. data/lib/cybersource_rest_client/api/token_api.rb +12 -4
  69. data/lib/cybersource_rest_client/api/tokenize_api.rb +6 -2
  70. data/lib/cybersource_rest_client/api/tokenized_card_api.rb +24 -8
  71. data/lib/cybersource_rest_client/api/transaction_batches_api.rb +24 -8
  72. data/lib/cybersource_rest_client/api/transaction_details_api.rb +6 -2
  73. data/lib/cybersource_rest_client/api/transient_token_data_api.rb +12 -4
  74. data/lib/cybersource_rest_client/api/unified_checkout_capture_context_api.rb +6 -2
  75. data/lib/cybersource_rest_client/api/user_management_api.rb +6 -2
  76. data/lib/cybersource_rest_client/api/user_management_search_api.rb +6 -2
  77. data/lib/cybersource_rest_client/api/verification_api.rb +12 -4
  78. data/lib/cybersource_rest_client/api/void_api.rb +30 -10
  79. data/lib/cybersource_rest_client/api_client.rb +20 -3
  80. data/lib/cybersource_rest_client/models/acpv1instructions_decline_threshold.rb +232 -0
  81. data/lib/cybersource_rest_client/models/acpv1instructions_mandates.rb +405 -0
  82. data/lib/cybersource_rest_client/models/acpv1instructions_recurring_payment_information.rb +191 -0
  83. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconf_processor_info_payment_instrument_verifi_results.rb +213 -0
  84. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_confirmation_data.rb +229 -0
  85. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_merchant_information.rb +258 -0
  86. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_order_information.rb +377 -0
  87. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_order_information_shipping_details.rb +206 -0
  88. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information.rb +425 -0
  89. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb +190 -0
  90. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_attachments.rb +258 -0
  91. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_client_reference_information.rb +215 -0
  92. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_mandate_reference_data.rb +205 -0
  93. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_merchant_information.rb +334 -0
  94. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_merchant_information_merchant_descriptor.rb +250 -0
  95. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information.rb +228 -0
  96. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb +354 -0
  97. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items.rb +367 -0
  98. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items_additional_info.rb +231 -0
  99. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items_policies.rb +346 -0
  100. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_line_items.rb +190 -0
  101. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_ship_to.rb +686 -0
  102. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_payment_options.rb +217 -0
  103. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_transaction_data.rb +348 -0
  104. data/lib/cybersource_rest_client/models/acpv1tokens_assurance_data.rb +313 -0
  105. data/lib/cybersource_rest_client/models/acpv1tokens_authenticated_identities.rb +237 -0
  106. data/lib/cybersource_rest_client/models/acpv1tokens_authentication_context.rb +191 -0
  107. data/lib/cybersource_rest_client/models/acpv1tokens_bill_to.rb +400 -0
  108. data/lib/cybersource_rest_client/models/acpv1tokens_buyer_information.rb +229 -0
  109. data/lib/cybersource_rest_client/models/acpv1tokens_buyer_information_personal_identification.rb +212 -0
  110. data/lib/cybersource_rest_client/models/acpv1tokens_consent_data.rb +297 -0
  111. data/lib/cybersource_rest_client/models/acpv1tokens_consumer_identity.rb +268 -0
  112. data/lib/cybersource_rest_client/models/acpv1tokens_device_information.rb +378 -0
  113. data/lib/cybersource_rest_client/models/acpv1tokens_device_information_device_data.rb +302 -0
  114. data/lib/cybersource_rest_client/models/acpv1tokens_enrollment_reference_data.rb +207 -0
  115. data/lib/cybersource_rest_client/models/acpv1tokens_payment_information.rb +215 -0
  116. data/lib/cybersource_rest_client/models/acpv1tokens_payment_information_customer.rb +197 -0
  117. data/lib/cybersource_rest_client/models/acpv1tokens_payment_information_instrument_identifier.rb +206 -0
  118. data/lib/cybersource_rest_client/models/acpv1tokens_payment_information_payment_instrument.rb +197 -0
  119. data/lib/cybersource_rest_client/models/agentic_cancel_purchase_intent_request.rb +257 -0
  120. data/lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400.rb +189 -0
  121. data/lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400_error.rb +238 -0
  122. data/lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400_error_detail.rb +224 -0
  123. data/lib/cybersource_rest_client/models/agentic_card_enrollment_request.rb +325 -0
  124. data/lib/cybersource_rest_client/models/agentic_card_enrollment_response200.rb +206 -0
  125. data/lib/cybersource_rest_client/models/agentic_card_enrollment_response202.rb +219 -0
  126. data/lib/cybersource_rest_client/models/agentic_confirm_transaction_events_request.rb +247 -0
  127. data/lib/cybersource_rest_client/models/agentic_confirm_transaction_events_response202.rb +195 -0
  128. data/lib/cybersource_rest_client/models/agentic_create_purchase_intent_request.rb +327 -0
  129. data/lib/cybersource_rest_client/models/agentic_create_purchase_intent_response200.rb +222 -0
  130. data/lib/cybersource_rest_client/models/agentic_pending_purchase_intent_response202.rb +241 -0
  131. data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_request.rb +247 -0
  132. data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200.rb +200 -0
  133. data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200_transaction_response_complete.rb +244 -0
  134. data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200_transaction_response_with_pending_events.rb +235 -0
  135. data/lib/cybersource_rest_client/models/agentic_update_purchase_intent_request.rb +315 -0
  136. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information.rb +36 -1
  137. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_localized_names.rb +254 -0
  138. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information.rb +22 -5
  139. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information_service.rb +39 -5
  140. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information.rb +246 -0
  141. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit.rb +189 -0
  142. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline.rb +889 -0
  143. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline_ancillary_information.rb +259 -0
  144. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline_ancillary_information_service.rb +213 -0
  145. data/lib/cybersource_rest_client/models/refund_capture_request.rb +1 -1
  146. data/lib/cybersource_rest_client/models/refund_payment_request.rb +1 -1
  147. data/lib/cybersource_rest_client/models/upv1capturecontexts_data.rb +4 -2
  148. data/lib/cybersource_rest_client/models/upv1capturecontexts_data_merchant_defined_information.rb +3 -2
  149. data/lib/cybersource_rest_client/utilities/jwe_utility.rb +1 -1
  150. data/lib/cybersource_rest_client.rb +64 -0
  151. metadata +68 -3
  152. /data/lib/AuthenticationSDK/util/{JWEUtility.rb → AuthJWEUtility.rb} +0 -0
@@ -76,7 +76,7 @@ module CyberSource
76
76
  post_body = @api_client.object_to_http_body(create_subscription_request)
77
77
  sdk_tracker = SdkTracker.new
78
78
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateSubscriptionRequest1', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
79
- inbound_mle_status = "false"
79
+ inbound_mle_status = "false"
80
80
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_follow_on_subscription","create_follow_on_subscription_with_http_info"])
81
81
  begin
82
82
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -84,6 +84,9 @@ module CyberSource
84
84
  raise
85
85
  end
86
86
  end
87
+
88
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["create_follow_on_subscription","create_follow_on_subscription_with_http_info"])
89
+
87
90
  auth_names = []
88
91
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
89
92
  :header_params => header_params,
@@ -91,7 +94,8 @@ module CyberSource
91
94
  :form_params => form_params,
92
95
  :body => post_body,
93
96
  :auth_names => auth_names,
94
- :return_type => 'CreateSubscriptionResponse')
97
+ :return_type => 'CreateSubscriptionResponse',
98
+ :isResponseMLEForApi => is_response_mle_for_api)
95
99
  if @api_client.config.debugging
96
100
  begin
97
101
  raise
@@ -155,7 +159,7 @@ module CyberSource
155
159
  else
156
160
  post_body = nil
157
161
  end
158
- inbound_mle_status = "false"
162
+ inbound_mle_status = "false"
159
163
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_follow_on_subscription","get_follow_on_subscription_with_http_info"])
160
164
  begin
161
165
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -163,6 +167,9 @@ module CyberSource
163
167
  raise
164
168
  end
165
169
  end
170
+
171
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["get_follow_on_subscription","get_follow_on_subscription_with_http_info"])
172
+
166
173
  auth_names = []
167
174
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
168
175
  :header_params => header_params,
@@ -170,7 +177,8 @@ module CyberSource
170
177
  :form_params => form_params,
171
178
  :body => post_body,
172
179
  :auth_names => auth_names,
173
- :return_type => 'GetSubscriptionResponse1')
180
+ :return_type => 'GetSubscriptionResponse1',
181
+ :isResponseMLEForApi => is_response_mle_for_api)
174
182
  if @api_client.config.debugging
175
183
  begin
176
184
  raise
@@ -70,7 +70,7 @@ module CyberSource
70
70
  post_body = @api_client.object_to_http_body(tax_request)
71
71
  sdk_tracker = SdkTracker.new
72
72
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'TaxRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
73
- inbound_mle_status = "false"
73
+ inbound_mle_status = "false"
74
74
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["calculate_tax","calculate_tax_with_http_info"])
75
75
  begin
76
76
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -78,6 +78,9 @@ module CyberSource
78
78
  raise
79
79
  end
80
80
  end
81
+
82
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["calculate_tax","calculate_tax_with_http_info"])
83
+
81
84
  auth_names = []
82
85
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
83
86
  :header_params => header_params,
@@ -85,7 +88,8 @@ module CyberSource
85
88
  :form_params => form_params,
86
89
  :body => post_body,
87
90
  :auth_names => auth_names,
88
- :return_type => 'VasV2PaymentsPost201Response')
91
+ :return_type => 'VasV2PaymentsPost201Response',
92
+ :isResponseMLEForApi => is_response_mle_for_api)
89
93
  if @api_client.config.debugging
90
94
  begin
91
95
  raise
@@ -153,7 +157,7 @@ module CyberSource
153
157
  post_body = @api_client.object_to_http_body(void_tax_request)
154
158
  sdk_tracker = SdkTracker.new
155
159
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'VoidTaxRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
156
- inbound_mle_status = "false"
160
+ inbound_mle_status = "false"
157
161
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["void_tax","void_tax_with_http_info"])
158
162
  begin
159
163
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -161,6 +165,9 @@ module CyberSource
161
165
  raise
162
166
  end
163
167
  end
168
+
169
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["void_tax","void_tax_with_http_info"])
170
+
164
171
  auth_names = []
165
172
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
166
173
  :header_params => header_params,
@@ -168,7 +175,8 @@ module CyberSource
168
175
  :form_params => form_params,
169
176
  :body => post_body,
170
177
  :auth_names => auth_names,
171
- :return_type => 'VasV2TaxVoid200Response')
178
+ :return_type => 'VasV2TaxVoid200Response',
179
+ :isResponseMLEForApi => is_response_mle_for_api)
172
180
  if @api_client.config.debugging
173
181
  begin
174
182
  raise
@@ -92,7 +92,7 @@ module CyberSource
92
92
  else
93
93
  post_body = nil
94
94
  end
95
- inbound_mle_status = "false"
95
+ inbound_mle_status = "false"
96
96
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_card_art_asset","get_card_art_asset_with_http_info"])
97
97
  begin
98
98
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -100,6 +100,9 @@ module CyberSource
100
100
  raise
101
101
  end
102
102
  end
103
+
104
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["get_card_art_asset","get_card_art_asset_with_http_info"])
105
+
103
106
  auth_names = []
104
107
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
105
108
  :header_params => header_params,
@@ -107,7 +110,8 @@ module CyberSource
107
110
  :form_params => form_params,
108
111
  :body => post_body,
109
112
  :auth_names => auth_names,
110
- :return_type => 'InlineResponse2001')
113
+ :return_type => 'InlineResponse2001',
114
+ :isResponseMLEForApi => is_response_mle_for_api)
111
115
  if @api_client.config.debugging
112
116
  begin
113
117
  raise
@@ -178,7 +182,7 @@ module CyberSource
178
182
  post_body = @api_client.object_to_http_body(post_payment_credentials_request)
179
183
  sdk_tracker = SdkTracker.new
180
184
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PostPaymentCredentialsRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
181
- inbound_mle_status = "optional"
185
+ inbound_mle_status = "optional"
182
186
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["post_token_payment_credentials","post_token_payment_credentials_with_http_info"])
183
187
  begin
184
188
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -186,6 +190,9 @@ module CyberSource
186
190
  raise
187
191
  end
188
192
  end
193
+
194
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["post_token_payment_credentials","post_token_payment_credentials_with_http_info"])
195
+
189
196
  auth_names = []
190
197
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
191
198
  :header_params => header_params,
@@ -193,7 +200,8 @@ module CyberSource
193
200
  :form_params => form_params,
194
201
  :body => post_body,
195
202
  :auth_names => auth_names,
196
- :return_type => 'String')
203
+ :return_type => 'String',
204
+ :isResponseMLEForApi => is_response_mle_for_api)
197
205
  if @api_client.config.debugging
198
206
  begin
199
207
  raise
@@ -73,7 +73,7 @@ module CyberSource
73
73
  post_body = @api_client.object_to_http_body(post_tokenize_request)
74
74
  sdk_tracker = SdkTracker.new
75
75
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PostTokenizeRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
76
- inbound_mle_status = "mandatory"
76
+ inbound_mle_status = "mandatory"
77
77
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["tokenize","tokenize_with_http_info"])
78
78
  begin
79
79
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -81,6 +81,9 @@ module CyberSource
81
81
  raise
82
82
  end
83
83
  end
84
+
85
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["tokenize","tokenize_with_http_info"])
86
+
84
87
  auth_names = []
85
88
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
86
89
  :header_params => header_params,
@@ -88,7 +91,8 @@ module CyberSource
88
91
  :form_params => form_params,
89
92
  :body => post_body,
90
93
  :auth_names => auth_names,
91
- :return_type => 'InlineResponse200')
94
+ :return_type => 'InlineResponse200',
95
+ :isResponseMLEForApi => is_response_mle_for_api)
92
96
  if @api_client.config.debugging
93
97
  begin
94
98
  raise
@@ -75,7 +75,7 @@ module CyberSource
75
75
  else
76
76
  post_body = nil
77
77
  end
78
- inbound_mle_status = "false"
78
+ inbound_mle_status = "false"
79
79
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["delete_tokenized_card","delete_tokenized_card_with_http_info"])
80
80
  begin
81
81
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -83,13 +83,17 @@ module CyberSource
83
83
  raise
84
84
  end
85
85
  end
86
+
87
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["delete_tokenized_card","delete_tokenized_card_with_http_info"])
88
+
86
89
  auth_names = []
87
90
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
88
91
  :header_params => header_params,
89
92
  :query_params => query_params,
90
93
  :form_params => form_params,
91
94
  :body => post_body,
92
- :auth_names => auth_names)
95
+ :auth_names => auth_names,
96
+ :isResponseMLEForApi => is_response_mle_for_api)
93
97
  if @api_client.config.debugging
94
98
  begin
95
99
  raise
@@ -156,7 +160,7 @@ module CyberSource
156
160
  else
157
161
  post_body = nil
158
162
  end
159
- inbound_mle_status = "false"
163
+ inbound_mle_status = "false"
160
164
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_tokenized_card","get_tokenized_card_with_http_info"])
161
165
  begin
162
166
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -164,6 +168,9 @@ module CyberSource
164
168
  raise
165
169
  end
166
170
  end
171
+
172
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["get_tokenized_card","get_tokenized_card_with_http_info"])
173
+
167
174
  auth_names = []
168
175
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
169
176
  :header_params => header_params,
@@ -171,7 +178,8 @@ module CyberSource
171
178
  :form_params => form_params,
172
179
  :body => post_body,
173
180
  :auth_names => auth_names,
174
- :return_type => 'TokenizedcardRequest')
181
+ :return_type => 'TokenizedcardRequest',
182
+ :isResponseMLEForApi => is_response_mle_for_api)
175
183
  if @api_client.config.debugging
176
184
  begin
177
185
  raise
@@ -246,7 +254,7 @@ module CyberSource
246
254
  post_body = @api_client.object_to_http_body(post_issuer_life_cycle_simulation_request)
247
255
  sdk_tracker = SdkTracker.new
248
256
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PostIssuerLifeCycleSimulationRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
249
- inbound_mle_status = "false"
257
+ inbound_mle_status = "false"
250
258
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["post_issuer_life_cycle_simulation","post_issuer_life_cycle_simulation_with_http_info"])
251
259
  begin
252
260
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -254,13 +262,17 @@ module CyberSource
254
262
  raise
255
263
  end
256
264
  end
265
+
266
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["post_issuer_life_cycle_simulation","post_issuer_life_cycle_simulation_with_http_info"])
267
+
257
268
  auth_names = []
258
269
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
259
270
  :header_params => header_params,
260
271
  :query_params => query_params,
261
272
  :form_params => form_params,
262
273
  :body => post_body,
263
- :auth_names => auth_names)
274
+ :auth_names => auth_names,
275
+ :isResponseMLEForApi => is_response_mle_for_api)
264
276
  if @api_client.config.debugging
265
277
  begin
266
278
  raise
@@ -325,7 +337,7 @@ module CyberSource
325
337
  post_body = @api_client.object_to_http_body(tokenizedcard_request)
326
338
  sdk_tracker = SdkTracker.new
327
339
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'TokenizedcardRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
328
- inbound_mle_status = "optional"
340
+ inbound_mle_status = "optional"
329
341
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["post_tokenized_card","post_tokenized_card_with_http_info"])
330
342
  begin
331
343
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -333,6 +345,9 @@ module CyberSource
333
345
  raise
334
346
  end
335
347
  end
348
+
349
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["post_tokenized_card","post_tokenized_card_with_http_info"])
350
+
336
351
  auth_names = []
337
352
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
338
353
  :header_params => header_params,
@@ -340,7 +355,8 @@ module CyberSource
340
355
  :form_params => form_params,
341
356
  :body => post_body,
342
357
  :auth_names => auth_names,
343
- :return_type => 'TokenizedcardRequest')
358
+ :return_type => 'TokenizedcardRequest',
359
+ :isResponseMLEForApi => is_response_mle_for_api)
344
360
  if @api_client.config.debugging
345
361
  begin
346
362
  raise
@@ -78,7 +78,7 @@ module CyberSource
78
78
  else
79
79
  post_body = nil
80
80
  end
81
- inbound_mle_status = "false"
81
+ inbound_mle_status = "false"
82
82
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_transaction_batch_details","get_transaction_batch_details_with_http_info"])
83
83
  begin
84
84
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -86,13 +86,17 @@ module CyberSource
86
86
  raise
87
87
  end
88
88
  end
89
+
90
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["get_transaction_batch_details","get_transaction_batch_details_with_http_info"])
91
+
89
92
  auth_names = []
90
93
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
91
94
  :header_params => header_params,
92
95
  :query_params => query_params,
93
96
  :form_params => form_params,
94
97
  :body => post_body,
95
- :auth_names => auth_names)
98
+ :auth_names => auth_names,
99
+ :isResponseMLEForApi => is_response_mle_for_api)
96
100
  if @api_client.config.debugging
97
101
  begin
98
102
  raise
@@ -156,7 +160,7 @@ module CyberSource
156
160
  else
157
161
  post_body = nil
158
162
  end
159
- inbound_mle_status = "false"
163
+ inbound_mle_status = "false"
160
164
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_transaction_batch_id","get_transaction_batch_id_with_http_info"])
161
165
  begin
162
166
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -164,6 +168,9 @@ module CyberSource
164
168
  raise
165
169
  end
166
170
  end
171
+
172
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["get_transaction_batch_id","get_transaction_batch_id_with_http_info"])
173
+
167
174
  auth_names = []
168
175
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
169
176
  :header_params => header_params,
@@ -171,7 +178,8 @@ module CyberSource
171
178
  :form_params => form_params,
172
179
  :body => post_body,
173
180
  :auth_names => auth_names,
174
- :return_type => 'PtsV1TransactionBatchesIdGet200Response')
181
+ :return_type => 'PtsV1TransactionBatchesIdGet200Response',
182
+ :isResponseMLEForApi => is_response_mle_for_api)
175
183
  if @api_client.config.debugging
176
184
  begin
177
185
  raise
@@ -243,7 +251,7 @@ module CyberSource
243
251
  else
244
252
  post_body = nil
245
253
  end
246
- inbound_mle_status = "false"
254
+ inbound_mle_status = "false"
247
255
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_transaction_batches","get_transaction_batches_with_http_info"])
248
256
  begin
249
257
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -251,6 +259,9 @@ module CyberSource
251
259
  raise
252
260
  end
253
261
  end
262
+
263
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["get_transaction_batches","get_transaction_batches_with_http_info"])
264
+
254
265
  auth_names = []
255
266
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
256
267
  :header_params => header_params,
@@ -258,7 +269,8 @@ module CyberSource
258
269
  :form_params => form_params,
259
270
  :body => post_body,
260
271
  :auth_names => auth_names,
261
- :return_type => 'PtsV1TransactionBatchesGet200Response')
272
+ :return_type => 'PtsV1TransactionBatchesGet200Response',
273
+ :isResponseMLEForApi => is_response_mle_for_api)
262
274
  if @api_client.config.debugging
263
275
  begin
264
276
  raise
@@ -328,7 +340,7 @@ module CyberSource
328
340
  else
329
341
  post_body = nil
330
342
  end
331
- inbound_mle_status = "false"
343
+ inbound_mle_status = "false"
332
344
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["upload_transaction_batch","upload_transaction_batch_with_http_info"])
333
345
  begin
334
346
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -336,13 +348,17 @@ module CyberSource
336
348
  raise
337
349
  end
338
350
  end
351
+
352
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["upload_transaction_batch","upload_transaction_batch_with_http_info"])
353
+
339
354
  auth_names = []
340
355
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
341
356
  :header_params => header_params,
342
357
  :query_params => query_params,
343
358
  :form_params => form_params,
344
359
  :body => post_body,
345
- :auth_names => auth_names)
360
+ :auth_names => auth_names,
361
+ :isResponseMLEForApi => is_response_mle_for_api)
346
362
  if @api_client.config.debugging
347
363
  begin
348
364
  raise
@@ -72,7 +72,7 @@ module CyberSource
72
72
  else
73
73
  post_body = nil
74
74
  end
75
- inbound_mle_status = "false"
75
+ inbound_mle_status = "false"
76
76
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_transaction","get_transaction_with_http_info"])
77
77
  begin
78
78
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -80,6 +80,9 @@ module CyberSource
80
80
  raise
81
81
  end
82
82
  end
83
+
84
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["get_transaction","get_transaction_with_http_info"])
85
+
83
86
  auth_names = []
84
87
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
85
88
  :header_params => header_params,
@@ -87,7 +90,8 @@ module CyberSource
87
90
  :form_params => form_params,
88
91
  :body => post_body,
89
92
  :auth_names => auth_names,
90
- :return_type => 'TssV2TransactionsGet200Response')
93
+ :return_type => 'TssV2TransactionsGet200Response',
94
+ :isResponseMLEForApi => is_response_mle_for_api)
91
95
  if @api_client.config.debugging
92
96
  begin
93
97
  raise
@@ -72,7 +72,7 @@ module CyberSource
72
72
  else
73
73
  post_body = nil
74
74
  end
75
- inbound_mle_status = "false"
75
+ inbound_mle_status = "false"
76
76
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_payment_credentials_for_transient_token","get_payment_credentials_for_transient_token_with_http_info"])
77
77
  begin
78
78
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -80,6 +80,9 @@ module CyberSource
80
80
  raise
81
81
  end
82
82
  end
83
+
84
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["get_payment_credentials_for_transient_token","get_payment_credentials_for_transient_token_with_http_info"])
85
+
83
86
  auth_names = []
84
87
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
85
88
  :header_params => header_params,
@@ -87,7 +90,8 @@ module CyberSource
87
90
  :form_params => form_params,
88
91
  :body => post_body,
89
92
  :auth_names => auth_names,
90
- :return_type => 'String')
93
+ :return_type => 'String',
94
+ :isResponseMLEForApi => is_response_mle_for_api)
91
95
  if @api_client.config.debugging
92
96
  begin
93
97
  raise
@@ -151,7 +155,7 @@ module CyberSource
151
155
  else
152
156
  post_body = nil
153
157
  end
154
- inbound_mle_status = "false"
158
+ inbound_mle_status = "false"
155
159
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_transaction_for_transient_token","get_transaction_for_transient_token_with_http_info"])
156
160
  begin
157
161
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -159,13 +163,17 @@ module CyberSource
159
163
  raise
160
164
  end
161
165
  end
166
+
167
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["get_transaction_for_transient_token","get_transaction_for_transient_token_with_http_info"])
168
+
162
169
  auth_names = []
163
170
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
164
171
  :header_params => header_params,
165
172
  :query_params => query_params,
166
173
  :form_params => form_params,
167
174
  :body => post_body,
168
- :auth_names => auth_names)
175
+ :auth_names => auth_names,
176
+ :isResponseMLEForApi => is_response_mle_for_api)
169
177
  if @api_client.config.debugging
170
178
  begin
171
179
  raise
@@ -70,7 +70,7 @@ module CyberSource
70
70
  post_body = @api_client.object_to_http_body(generate_unified_checkout_capture_context_request)
71
71
  sdk_tracker = SdkTracker.new
72
72
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'GenerateUnifiedCheckoutCaptureContextRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
73
- inbound_mle_status = "false"
73
+ inbound_mle_status = "false"
74
74
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["generate_unified_checkout_capture_context","generate_unified_checkout_capture_context_with_http_info"])
75
75
  begin
76
76
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -78,6 +78,9 @@ module CyberSource
78
78
  raise
79
79
  end
80
80
  end
81
+
82
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["generate_unified_checkout_capture_context","generate_unified_checkout_capture_context_with_http_info"])
83
+
81
84
  auth_names = []
82
85
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
83
86
  :header_params => header_params,
@@ -85,7 +88,8 @@ module CyberSource
85
88
  :form_params => form_params,
86
89
  :body => post_body,
87
90
  :auth_names => auth_names,
88
- :return_type => 'String')
91
+ :return_type => 'String',
92
+ :isResponseMLEForApi => is_response_mle_for_api)
89
93
  if @api_client.config.debugging
90
94
  begin
91
95
  raise
@@ -78,7 +78,7 @@ module CyberSource
78
78
  else
79
79
  post_body = nil
80
80
  end
81
- inbound_mle_status = "false"
81
+ inbound_mle_status = "false"
82
82
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_users","get_users_with_http_info"])
83
83
  begin
84
84
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -86,6 +86,9 @@ module CyberSource
86
86
  raise
87
87
  end
88
88
  end
89
+
90
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["get_users","get_users_with_http_info"])
91
+
89
92
  auth_names = []
90
93
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
91
94
  :header_params => header_params,
@@ -93,7 +96,8 @@ module CyberSource
93
96
  :form_params => form_params,
94
97
  :body => post_body,
95
98
  :auth_names => auth_names,
96
- :return_type => 'UmsV1UsersGet200Response')
99
+ :return_type => 'UmsV1UsersGet200Response',
100
+ :isResponseMLEForApi => is_response_mle_for_api)
97
101
  if @api_client.config.debugging
98
102
  begin
99
103
  raise
@@ -70,7 +70,7 @@ module CyberSource
70
70
  post_body = @api_client.object_to_http_body(search_request)
71
71
  sdk_tracker = SdkTracker.new
72
72
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'SearchRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
73
- inbound_mle_status = "false"
73
+ inbound_mle_status = "false"
74
74
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["search_users","search_users_with_http_info"])
75
75
  begin
76
76
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -78,6 +78,9 @@ module CyberSource
78
78
  raise
79
79
  end
80
80
  end
81
+
82
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["search_users","search_users_with_http_info"])
83
+
81
84
  auth_names = []
82
85
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
83
86
  :header_params => header_params,
@@ -85,7 +88,8 @@ module CyberSource
85
88
  :form_params => form_params,
86
89
  :body => post_body,
87
90
  :auth_names => auth_names,
88
- :return_type => 'UmsV1UsersGet200Response')
91
+ :return_type => 'UmsV1UsersGet200Response',
92
+ :isResponseMLEForApi => is_response_mle_for_api)
89
93
  if @api_client.config.debugging
90
94
  begin
91
95
  raise
@@ -70,7 +70,7 @@ module CyberSource
70
70
  post_body = @api_client.object_to_http_body(validate_export_compliance_request)
71
71
  sdk_tracker = SdkTracker.new
72
72
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'ValidateExportComplianceRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
73
- inbound_mle_status = "false"
73
+ inbound_mle_status = "false"
74
74
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["validate_export_compliance","validate_export_compliance_with_http_info"])
75
75
  begin
76
76
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -78,6 +78,9 @@ module CyberSource
78
78
  raise
79
79
  end
80
80
  end
81
+
82
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["validate_export_compliance","validate_export_compliance_with_http_info"])
83
+
81
84
  auth_names = []
82
85
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
83
86
  :header_params => header_params,
@@ -85,7 +88,8 @@ module CyberSource
85
88
  :form_params => form_params,
86
89
  :body => post_body,
87
90
  :auth_names => auth_names,
88
- :return_type => 'RiskV1ExportComplianceInquiriesPost201Response')
91
+ :return_type => 'RiskV1ExportComplianceInquiriesPost201Response',
92
+ :isResponseMLEForApi => is_response_mle_for_api)
89
93
  if @api_client.config.debugging
90
94
  begin
91
95
  raise
@@ -147,7 +151,7 @@ module CyberSource
147
151
  post_body = @api_client.object_to_http_body(verify_customer_address_request)
148
152
  sdk_tracker = SdkTracker.new
149
153
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'VerifyCustomerAddressRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
150
- inbound_mle_status = "false"
154
+ inbound_mle_status = "false"
151
155
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["verify_customer_address","verify_customer_address_with_http_info"])
152
156
  begin
153
157
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -155,6 +159,9 @@ module CyberSource
155
159
  raise
156
160
  end
157
161
  end
162
+
163
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["verify_customer_address","verify_customer_address_with_http_info"])
164
+
158
165
  auth_names = []
159
166
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
160
167
  :header_params => header_params,
@@ -162,7 +169,8 @@ module CyberSource
162
169
  :form_params => form_params,
163
170
  :body => post_body,
164
171
  :auth_names => auth_names,
165
- :return_type => 'RiskV1AddressVerificationsPost201Response')
172
+ :return_type => 'RiskV1AddressVerificationsPost201Response',
173
+ :isResponseMLEForApi => is_response_mle_for_api)
166
174
  if @api_client.config.debugging
167
175
  begin
168
176
  raise