cybersource_rest_client 0.0.75 → 0.0.77

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 (210) hide show
  1. checksums.yaml +4 -4
  2. data/lib/AuthenticationSDK/authentication/jwt/JwtToken.rb +6 -17
  3. data/lib/AuthenticationSDK/core/MerchantConfig.rb +132 -54
  4. data/lib/AuthenticationSDK/util/Cache.rb +135 -30
  5. data/lib/AuthenticationSDK/util/CacheValue.rb +18 -0
  6. data/lib/AuthenticationSDK/util/CertificateUtility.rb +124 -0
  7. data/lib/AuthenticationSDK/util/Constants.rb +6 -0
  8. data/lib/AuthenticationSDK/util/JWEUtility.rb +1 -2
  9. data/lib/AuthenticationSDK/util/MLEUtility.rb +26 -35
  10. data/lib/AuthenticationSDK/util/Utility.rb +1 -16
  11. data/lib/cybersource_rest_client/api/batches_api.rb +17 -17
  12. data/lib/cybersource_rest_client/api/billing_agreements_api.rb +6 -6
  13. data/lib/cybersource_rest_client/api/bin_lookup_api.rb +2 -2
  14. data/lib/cybersource_rest_client/api/capture_api.rb +2 -2
  15. data/lib/cybersource_rest_client/api/chargeback_details_api.rb +2 -2
  16. data/lib/cybersource_rest_client/api/chargeback_summaries_api.rb +2 -2
  17. data/lib/cybersource_rest_client/api/conversion_details_api.rb +2 -2
  18. data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +6 -6
  19. data/lib/cybersource_rest_client/api/credit_api.rb +2 -2
  20. data/lib/cybersource_rest_client/api/customer_api.rb +8 -8
  21. data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +10 -10
  22. data/lib/cybersource_rest_client/api/customer_shipping_address_api.rb +10 -10
  23. data/lib/cybersource_rest_client/api/decision_manager_api.rb +10 -10
  24. data/lib/cybersource_rest_client/api/device_de_association_api.rb +7 -7
  25. data/lib/cybersource_rest_client/api/device_search_api.rb +10 -10
  26. data/lib/cybersource_rest_client/api/download_dtd_api.rb +2 -2
  27. data/lib/cybersource_rest_client/api/download_xsd_api.rb +2 -2
  28. data/lib/cybersource_rest_client/api/emv_tag_details_api.rb +4 -4
  29. data/lib/cybersource_rest_client/api/flex_api_api.rb +2 -2
  30. data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +12 -12
  31. data/lib/cybersource_rest_client/api/interchange_clearing_level_details_api.rb +2 -2
  32. data/lib/cybersource_rest_client/api/invoice_settings_api.rb +4 -4
  33. data/lib/cybersource_rest_client/api/invoices_api.rb +87 -12
  34. data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +18 -17
  35. data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +4 -4
  36. data/lib/cybersource_rest_client/api/microform_integration_api.rb +2 -2
  37. data/lib/cybersource_rest_client/api/net_fundings_api.rb +2 -2
  38. data/lib/cybersource_rest_client/api/notification_of_changes_api.rb +2 -2
  39. data/lib/cybersource_rest_client/api/orders_api.rb +4 -4
  40. data/lib/cybersource_rest_client/api/payer_authentication_api.rb +6 -6
  41. data/lib/cybersource_rest_client/api/payment_batch_summaries_api.rb +2 -2
  42. data/lib/cybersource_rest_client/api/payment_instrument_api.rb +8 -8
  43. data/lib/cybersource_rest_client/api/payment_links_api.rb +12 -12
  44. data/lib/cybersource_rest_client/api/payment_tokens_api.rb +2 -2
  45. data/lib/cybersource_rest_client/api/payments_api.rb +12 -12
  46. data/lib/cybersource_rest_client/api/payouts_api.rb +2 -2
  47. data/lib/cybersource_rest_client/api/plans_api.rb +16 -16
  48. data/lib/cybersource_rest_client/api/purchase_and_refund_details_api.rb +2 -2
  49. data/lib/cybersource_rest_client/api/push_funds_api.rb +2 -2
  50. data/lib/cybersource_rest_client/api/refund_api.rb +4 -4
  51. data/lib/cybersource_rest_client/api/report_definitions_api.rb +4 -4
  52. data/lib/cybersource_rest_client/api/report_downloads_api.rb +2 -2
  53. data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +10 -10
  54. data/lib/cybersource_rest_client/api/reports_api.rb +6 -6
  55. data/lib/cybersource_rest_client/api/retrieval_details_api.rb +2 -2
  56. data/lib/cybersource_rest_client/api/retrieval_summaries_api.rb +2 -2
  57. data/lib/cybersource_rest_client/api/reversal_api.rb +4 -4
  58. data/lib/cybersource_rest_client/api/search_transactions_api.rb +4 -4
  59. data/lib/cybersource_rest_client/api/secure_file_share_api.rb +4 -4
  60. data/lib/cybersource_rest_client/api/subscriptions_api.rb +16 -16
  61. data/lib/cybersource_rest_client/api/subscriptions_follow_ons_api.rb +4 -4
  62. data/lib/cybersource_rest_client/api/taxes_api.rb +4 -4
  63. data/lib/cybersource_rest_client/api/token_api.rb +4 -4
  64. data/lib/cybersource_rest_client/api/tokenized_card_api.rb +6 -6
  65. data/lib/cybersource_rest_client/api/transaction_batches_api.rb +8 -8
  66. data/lib/cybersource_rest_client/api/transaction_details_api.rb +2 -2
  67. data/lib/cybersource_rest_client/api/transient_token_data_api.rb +4 -4
  68. data/lib/cybersource_rest_client/api/unified_checkout_capture_context_api.rb +2 -2
  69. data/lib/cybersource_rest_client/api/user_management_api.rb +2 -2
  70. data/lib/cybersource_rest_client/api/user_management_search_api.rb +2 -2
  71. data/lib/cybersource_rest_client/api/verification_api.rb +4 -4
  72. data/lib/cybersource_rest_client/api/void_api.rb +10 -10
  73. data/lib/cybersource_rest_client/api_client.rb +3 -1
  74. data/lib/cybersource_rest_client/ethon_extensions.rb +38 -0
  75. data/lib/cybersource_rest_client/models/create_order_request.rb +269 -269
  76. data/lib/cybersource_rest_client/models/create_webhook.rb +16 -3
  77. data/lib/cybersource_rest_client/models/inline_response_200_10.rb +47 -49
  78. data/lib/cybersource_rest_client/models/{inline_response_200_8__links.rb → inline_response_200_10__links.rb} +18 -17
  79. data/lib/cybersource_rest_client/models/{inline_response_200_9__links_report.rb → inline_response_200_10__links_report.rb} +1 -1
  80. data/lib/cybersource_rest_client/models/{inline_response_200_9_billing.rb → inline_response_200_10_billing.rb} +1 -1
  81. data/lib/cybersource_rest_client/models/inline_response_200_11.rb +292 -0
  82. data/lib/cybersource_rest_client/models/{inline_response_200_10_records.rb → inline_response_200_11_records.rb} +3 -3
  83. data/lib/cybersource_rest_client/models/{inline_response_200_10_response_record.rb → inline_response_200_11_response_record.rb} +2 -2
  84. data/lib/cybersource_rest_client/models/{inline_response_200_10_response_record_additional_updates.rb → inline_response_200_11_response_record_additional_updates.rb} +1 -1
  85. data/lib/cybersource_rest_client/models/{inline_response_200_10_source_record.rb → inline_response_200_11_source_record.rb} +1 -1
  86. data/lib/cybersource_rest_client/models/inline_response_200_2.rb +253 -253
  87. data/lib/cybersource_rest_client/models/inline_response_200_4.rb +12 -10
  88. data/lib/cybersource_rest_client/models/inline_response_200_5.rb +129 -51
  89. data/lib/cybersource_rest_client/models/inline_response_200_6.rb +55 -10
  90. data/lib/cybersource_rest_client/models/{inline_response_200_5_devices.rb → inline_response_200_6_devices.rb} +1 -1
  91. data/lib/cybersource_rest_client/models/inline_response_200_7.rb +10 -55
  92. data/lib/cybersource_rest_client/models/inline_response_200_8.rb +33 -37
  93. data/lib/cybersource_rest_client/models/{inline_response_200_7_devices.rb → inline_response_200_8_devices.rb} +2 -2
  94. data/lib/cybersource_rest_client/models/{inline_response_200_7_payment_processor_to_terminal_map.rb → inline_response_200_8_payment_processor_to_terminal_map.rb} +1 -1
  95. data/lib/cybersource_rest_client/models/inline_response_200_9.rb +47 -86
  96. data/lib/cybersource_rest_client/models/{inline_response_200_8__embedded.rb → inline_response_200_9__embedded.rb} +2 -2
  97. data/lib/cybersource_rest_client/models/{inline_response_200_8__embedded__links.rb → inline_response_200_9__embedded__links.rb} +2 -2
  98. data/lib/cybersource_rest_client/models/{inline_response_200_8__embedded__links_reports.rb → inline_response_200_9__embedded__links_reports.rb} +1 -1
  99. data/lib/cybersource_rest_client/models/{inline_response_200_8__embedded_batches.rb → inline_response_200_9__embedded_batches.rb} +3 -3
  100. data/lib/cybersource_rest_client/models/{inline_response_200_8__embedded_totals.rb → inline_response_200_9__embedded_totals.rb} +1 -1
  101. data/lib/cybersource_rest_client/models/inline_response_200_9__links.rb +16 -17
  102. data/lib/cybersource_rest_client/models/inline_response_201.rb +227 -227
  103. data/lib/cybersource_rest_client/models/inline_response_201_1.rb +218 -218
  104. data/lib/cybersource_rest_client/models/inline_response_201_2.rb +248 -248
  105. data/lib/cybersource_rest_client/models/inline_response_201_2_payout_information.rb +216 -216
  106. data/lib/cybersource_rest_client/models/inline_response_201_2_payout_information_pull_funds.rb +213 -213
  107. data/lib/cybersource_rest_client/models/inline_response_201_2_payout_information_push_funds.rb +417 -417
  108. data/lib/cybersource_rest_client/models/inline_response_201_3.rb +281 -281
  109. data/lib/cybersource_rest_client/models/inline_response_201_3_integration_information.rb +192 -192
  110. data/lib/cybersource_rest_client/models/inline_response_201_3_integration_information_tenant_configurations.rb +253 -253
  111. data/lib/cybersource_rest_client/models/inline_response_201_3_organization_information.rb +217 -217
  112. data/lib/cybersource_rest_client/models/inline_response_201_3_product_information_setups.rb +214 -214
  113. data/lib/cybersource_rest_client/models/inline_response_201_3_registration_information.rb +222 -222
  114. data/lib/cybersource_rest_client/models/inline_response_201_3_setups.rb +219 -219
  115. data/lib/cybersource_rest_client/models/inline_response_201_3_setups_commerce_solutions.rb +209 -209
  116. data/lib/cybersource_rest_client/models/inline_response_201_3_setups_payments.rb +369 -369
  117. data/lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_alternative_payment_methods.rb +221 -221
  118. data/lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_alternative_payment_methods_configuration_status.rb +200 -200
  119. data/lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_card_processing.rb +199 -199
  120. data/lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_card_processing_configuration_status.rb +255 -255
  121. data/lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_card_processing_subscription_status.rb +234 -234
  122. data/lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_digital_payments.rb +189 -189
  123. data/lib/cybersource_rest_client/models/inline_response_201_3_setups_risk.rb +199 -199
  124. data/lib/cybersource_rest_client/models/inline_response_201_3_setups_value_added_services.rb +209 -209
  125. data/lib/cybersource_rest_client/models/inline_response_201_4.rb +222 -222
  126. data/lib/cybersource_rest_client/models/inline_response_201_4_key_information.rb +300 -300
  127. data/lib/cybersource_rest_client/models/inline_response_201_4_key_information_error_information.rb +202 -202
  128. data/lib/cybersource_rest_client/models/inline_response_201_4_key_information_error_information_details.rb +201 -201
  129. data/lib/cybersource_rest_client/models/inline_response_201_5.rb +314 -312
  130. data/lib/cybersource_rest_client/models/inline_response_201_6.rb +277 -277
  131. data/lib/cybersource_rest_client/models/inline_response_201_6_payloads.rb +189 -189
  132. data/lib/cybersource_rest_client/models/inline_response_201_6_payloads_test_payload.rb +190 -190
  133. data/lib/cybersource_rest_client/models/inline_response_201_7.rb +202 -202
  134. data/lib/cybersource_rest_client/models/inline_response_201_order_information.rb +189 -189
  135. data/lib/cybersource_rest_client/models/inline_response_201_order_information_ship_to.rb +315 -315
  136. data/lib/cybersource_rest_client/models/inline_response_201_payment_information.rb +199 -199
  137. data/lib/cybersource_rest_client/models/inline_response_201_payment_information_e_wallet.rb +196 -196
  138. data/lib/cybersource_rest_client/models/inline_response_201_payment_information_tokenized_payment_method.rb +213 -213
  139. data/lib/cybersource_rest_client/models/invoicing_v2_invoice_settings_get200_response_invoice_settings_information.rb +18 -5
  140. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post201_response_invoice_information.rb +18 -5
  141. data/lib/cybersource_rest_client/models/{notificationsubscriptionsv2webhooks_security_policy_1_config.rb → invoicing_v2_invoices_post201_response_invoice_information_custom_labels.rb} +57 -34
  142. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_publish200_response.rb +268 -0
  143. data/lib/cybersource_rest_client/models/invoicingv2invoice_settings_invoice_settings_information.rb +18 -5
  144. data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_retry_policy.rb +2 -0
  145. data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy.rb +1 -1
  146. data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_config.rb +16 -17
  147. data/lib/cybersource_rest_client/models/{notificationsubscriptionsv2webhooks_security_policy_1_config_additional_config.rb → notificationsubscriptionsv2webhooks_security_policy_config_additional_config.rb} +1 -1
  148. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_installment_information.rb +609 -609
  149. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_card.rb +269 -269
  150. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +364 -364
  151. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +309 -309
  152. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_payment_method.rb +213 -213
  153. data/lib/cybersource_rest_client/models/pts_v2_retrieve_payment_token_get400_response.rb +252 -252
  154. data/lib/cybersource_rest_client/models/pts_v2_retrieve_payment_token_get502_response.rb +240 -240
  155. data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_card.rb +258 -258
  156. data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_tokenized_card.rb +275 -275
  157. data/lib/cybersource_rest_client/models/ptsv2intents_event_information.rb +212 -212
  158. data/lib/cybersource_rest_client/models/ptsv2intents_order_information_ship_to.rb +354 -354
  159. data/lib/cybersource_rest_client/models/ptsv2intents_payment_information.rb +220 -220
  160. data/lib/cybersource_rest_client/models/ptsv2intents_payment_information_e_wallet.rb +196 -196
  161. data/lib/cybersource_rest_client/models/ptsv2intents_payment_information_tokenized_payment_method.rb +241 -241
  162. data/lib/cybersource_rest_client/models/ptsv2intents_processing_information.rb +351 -351
  163. data/lib/cybersource_rest_client/models/ptsv2intents_recipient_information.rb +245 -245
  164. data/lib/cybersource_rest_client/models/ptsv2intents_sender_information.rb +277 -277
  165. data/lib/cybersource_rest_client/models/ptsv2intents_sender_information_account.rb +190 -190
  166. data/lib/cybersource_rest_client/models/ptsv2intents_travel_information.rb +211 -211
  167. data/lib/cybersource_rest_client/models/ptsv2intents_travel_information_agency.rb +245 -245
  168. data/lib/cybersource_rest_client/models/ptsv2intentsid_payment_information.rb +189 -189
  169. data/lib/cybersource_rest_client/models/ptsv2paymentreferences_order_information_amount_details.rb +417 -417
  170. data/lib/cybersource_rest_client/models/ptsv2paymentreferences_payment_information_card.rb +275 -275
  171. data/lib/cybersource_rest_client/models/ptsv2payments_installment_information.rb +461 -433
  172. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +668 -668
  173. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb +716 -716
  174. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +356 -356
  175. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb +445 -445
  176. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_type_method.rb +1 -1
  177. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +377 -377
  178. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_payment_method.rb +196 -196
  179. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_installment_information.rb +604 -604
  180. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_payment_information_payment_type_method.rb +1 -1
  181. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_card.rb +377 -377
  182. data/lib/cybersource_rest_client/models/ptsv2paymenttokens_payment_information.rb +199 -199
  183. data/lib/cybersource_rest_client/models/ptsv2paymenttokens_processing_information.rb +192 -192
  184. data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information_card.rb +258 -258
  185. data/lib/cybersource_rest_client/models/request.rb +199 -199
  186. data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_card.rb +241 -241
  187. data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_tokenized_card.rb +258 -258
  188. data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_tokenized_card.rb +351 -351
  189. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_card.rb +268 -268
  190. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_tokenized_card.rb +299 -299
  191. data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_card.rb +259 -259
  192. data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_tokenized_card.rb +259 -259
  193. data/lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information_card.rb +224 -224
  194. data/lib/cybersource_rest_client/models/tms_bin_lookup_issuer_information.rb +264 -264
  195. data/lib/cybersource_rest_client/models/tms_bin_lookup_payment_account_information_card.rb +277 -277
  196. data/lib/cybersource_rest_client/models/tms_bin_lookup_payment_account_information_card_brands.rb +213 -213
  197. data/lib/cybersource_rest_client/models/tms_bin_lookup_payment_account_information_features.rb +430 -430
  198. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response.rb +11 -1
  199. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_bank_account_validation.rb +211 -0
  200. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_brands.rb +201 -201
  201. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_card.rb +365 -365
  202. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information.rb +16 -5
  203. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +15 -5
  204. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_card.rb +218 -218
  205. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processor_information.rb +245 -245
  206. data/lib/cybersource_rest_client/models/update_order_request.rb +229 -229
  207. data/lib/cybersource_rest_client/models/update_webhook.rb +19 -19
  208. data/lib/cybersource_rest_client.rb +20 -18
  209. metadata +25 -20
  210. data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_1.rb +0 -201
@@ -70,8 +70,8 @@ module CyberSource
70
70
  post_body = @api_client.object_to_http_body(check_payer_auth_enrollment_request)
71
71
  sdk_tracker = SdkTracker.new
72
72
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CheckPayerAuthEnrollmentRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
73
- is_mle_supported_by_cybs_for_api = true
74
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["check_payer_auth_enrollment","check_payer_auth_enrollment_with_http_info"])
73
+ inbound_mle_status = "optional"
74
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["check_payer_auth_enrollment","check_payer_auth_enrollment_with_http_info"])
75
75
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
76
76
  end
77
77
  auth_names = []
@@ -143,8 +143,8 @@ module CyberSource
143
143
  post_body = @api_client.object_to_http_body(payer_auth_setup_request)
144
144
  sdk_tracker = SdkTracker.new
145
145
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PayerAuthSetupRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
146
- is_mle_supported_by_cybs_for_api = true
147
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["payer_auth_setup","payer_auth_setup_with_http_info"])
146
+ inbound_mle_status = "optional"
147
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["payer_auth_setup","payer_auth_setup_with_http_info"])
148
148
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
149
149
  end
150
150
  auth_names = []
@@ -216,8 +216,8 @@ module CyberSource
216
216
  post_body = @api_client.object_to_http_body(validate_request)
217
217
  sdk_tracker = SdkTracker.new
218
218
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'ValidateRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
219
- is_mle_supported_by_cybs_for_api = true
220
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["validate_authentication_results","validate_authentication_results_with_http_info"])
219
+ inbound_mle_status = "optional"
220
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["validate_authentication_results","validate_authentication_results_with_http_info"])
221
221
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
222
222
  end
223
223
  auth_names = []
@@ -96,8 +96,8 @@ module CyberSource
96
96
  else
97
97
  post_body = nil
98
98
  end
99
- is_mle_supported_by_cybs_for_api = false
100
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_payment_batch_summary","get_payment_batch_summary_with_http_info"])
99
+ inbound_mle_status = "false"
100
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_payment_batch_summary","get_payment_batch_summary_with_http_info"])
101
101
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
102
102
  end
103
103
  auth_names = []
@@ -75,8 +75,8 @@ module CyberSource
75
75
  else
76
76
  post_body = nil
77
77
  end
78
- is_mle_supported_by_cybs_for_api = false
79
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["delete_payment_instrument","delete_payment_instrument_with_http_info"])
78
+ inbound_mle_status = "false"
79
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["delete_payment_instrument","delete_payment_instrument_with_http_info"])
80
80
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
81
81
  end
82
82
  auth_names = []
@@ -155,8 +155,8 @@ module CyberSource
155
155
  else
156
156
  post_body = nil
157
157
  end
158
- is_mle_supported_by_cybs_for_api = false
159
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_payment_instrument","get_payment_instrument_with_http_info"])
158
+ inbound_mle_status = "false"
159
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_payment_instrument","get_payment_instrument_with_http_info"])
160
160
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
161
161
  end
162
162
  auth_names = []
@@ -243,8 +243,8 @@ module CyberSource
243
243
  post_body = @api_client.object_to_http_body(patch_payment_instrument_request)
244
244
  sdk_tracker = SdkTracker.new
245
245
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PatchPaymentInstrumentRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
246
- is_mle_supported_by_cybs_for_api = false
247
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["patch_payment_instrument","patch_payment_instrument_with_http_info"])
246
+ inbound_mle_status = "false"
247
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["patch_payment_instrument","patch_payment_instrument_with_http_info"])
248
248
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
249
249
  end
250
250
  auth_names = []
@@ -322,8 +322,8 @@ module CyberSource
322
322
  post_body = @api_client.object_to_http_body(post_payment_instrument_request)
323
323
  sdk_tracker = SdkTracker.new
324
324
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PostPaymentInstrumentRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
325
- is_mle_supported_by_cybs_for_api = false
326
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["post_payment_instrument","post_payment_instrument_with_http_info"])
325
+ inbound_mle_status = "false"
326
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["post_payment_instrument","post_payment_instrument_with_http_info"])
327
327
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
328
328
  end
329
329
  auth_names = []
@@ -20,7 +20,7 @@ module CyberSource
20
20
  @api_client.set_configuration(config)
21
21
  end
22
22
  # Create a Payment Link
23
- # Create a new payment link.
23
+ # Pay by Link is an easy and fast way to securely sell products or receive donations online. This solution is ideal for distributing the same payment link to multiple customers. Links for making purchases are referred to as fixed-price links, and links for making donations are referred to as customer-set price links.
24
24
  #
25
25
  # @param create_payment_link_request
26
26
  # @param [Hash] opts the optional parameters
@@ -32,7 +32,7 @@ module CyberSource
32
32
  end
33
33
 
34
34
  # Create a Payment Link
35
- # Create a new payment link.
35
+ # Pay by Link is an easy and fast way to securely sell products or receive donations online. This solution is ideal for distributing the same payment link to multiple customers. Links for making purchases are referred to as fixed-price links, and links for making donations are referred to as customer-set price links.
36
36
  # @param create_payment_link_request
37
37
  # @param [Hash] opts the optional parameters
38
38
  # @return [Array<(PblPaymentLinksPost201Response, Fixnum, Hash)>] PblPaymentLinksPost201Response data, response status code and response headers
@@ -70,8 +70,8 @@ module CyberSource
70
70
  post_body = @api_client.object_to_http_body(create_payment_link_request)
71
71
  sdk_tracker = SdkTracker.new
72
72
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreatePaymentLinkRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
73
- is_mle_supported_by_cybs_for_api = false
74
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["create_payment_link","create_payment_link_with_http_info"])
73
+ inbound_mle_status = "false"
74
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_payment_link","create_payment_link_with_http_info"])
75
75
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
76
76
  end
77
77
  auth_names = []
@@ -156,8 +156,8 @@ module CyberSource
156
156
  else
157
157
  post_body = nil
158
158
  end
159
- is_mle_supported_by_cybs_for_api = false
160
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_all_payment_links","get_all_payment_links_with_http_info"])
159
+ inbound_mle_status = "false"
160
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_all_payment_links","get_all_payment_links_with_http_info"])
161
161
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
162
162
  end
163
163
  auth_names = []
@@ -231,8 +231,8 @@ module CyberSource
231
231
  else
232
232
  post_body = nil
233
233
  end
234
- is_mle_supported_by_cybs_for_api = false
235
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_payment_link","get_payment_link_with_http_info"])
234
+ inbound_mle_status = "false"
235
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_payment_link","get_payment_link_with_http_info"])
236
236
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
237
237
  end
238
238
  auth_names = []
@@ -254,7 +254,7 @@ module CyberSource
254
254
  return data, status_code, headers
255
255
  end
256
256
  # Update a Payment Link
257
- # You can update all information except the payment link number until any payment is received for a payment link.
257
+ # You can update all information except the payment link number for a payment link. Changes made to amount/price will apply to new payments made using the payment link.
258
258
  #
259
259
  # @param id The purchase number.
260
260
  # @param update_payment_link_request Updating the purchase or donation link does not resend the link automatically. You must resend the purchase or donation link separately.
@@ -267,7 +267,7 @@ module CyberSource
267
267
  end
268
268
 
269
269
  # Update a Payment Link
270
- # You can update all information except the payment link number until any payment is received for a payment link.
270
+ # You can update all information except the payment link number for a payment link. Changes made to amount/price will apply to new payments made using the payment link.
271
271
  # @param id The purchase number.
272
272
  # @param update_payment_link_request Updating the purchase or donation link does not resend the link automatically. You must resend the purchase or donation link separately.
273
273
  # @param [Hash] opts the optional parameters
@@ -310,8 +310,8 @@ module CyberSource
310
310
  post_body = @api_client.object_to_http_body(update_payment_link_request)
311
311
  sdk_tracker = SdkTracker.new
312
312
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'UpdatePaymentLinkRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
313
- is_mle_supported_by_cybs_for_api = false
314
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["update_payment_link","update_payment_link_with_http_info"])
313
+ inbound_mle_status = "false"
314
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["update_payment_link","update_payment_link_with_http_info"])
315
315
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
316
316
  end
317
317
  auth_names = []
@@ -70,8 +70,8 @@ module CyberSource
70
70
  post_body = @api_client.object_to_http_body(request)
71
71
  sdk_tracker = SdkTracker.new
72
72
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'Request', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
73
- is_mle_supported_by_cybs_for_api = false
74
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["retrieve_or_delete_payment_token","retrieve_or_delete_payment_token_with_http_info"])
73
+ inbound_mle_status = "false"
74
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["retrieve_or_delete_payment_token","retrieve_or_delete_payment_token_with_http_info"])
75
75
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
76
76
  end
77
77
  auth_names = []
@@ -76,8 +76,8 @@ module CyberSource
76
76
  post_body = @api_client.object_to_http_body(order_payment_request)
77
77
  sdk_tracker = SdkTracker.new
78
78
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'OrderPaymentRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
79
- is_mle_supported_by_cybs_for_api = true
80
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["create_order_request","create_order_request_with_http_info"])
79
+ inbound_mle_status = "optional"
80
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_order_request","create_order_request_with_http_info"])
81
81
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
82
82
  end
83
83
  auth_names = []
@@ -149,8 +149,8 @@ module CyberSource
149
149
  post_body = @api_client.object_to_http_body(create_payment_request)
150
150
  sdk_tracker = SdkTracker.new
151
151
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreatePaymentRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
152
- is_mle_supported_by_cybs_for_api = true
153
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["create_payment","create_payment_with_http_info"])
152
+ inbound_mle_status = "optional"
153
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_payment","create_payment_with_http_info"])
154
154
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
155
155
  end
156
156
  auth_names = []
@@ -222,8 +222,8 @@ module CyberSource
222
222
  post_body = @api_client.object_to_http_body(create_session_req)
223
223
  sdk_tracker = SdkTracker.new
224
224
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateSessionReq', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
225
- is_mle_supported_by_cybs_for_api = true
226
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["create_session_request","create_session_request_with_http_info"])
225
+ inbound_mle_status = "optional"
226
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_session_request","create_session_request_with_http_info"])
227
227
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
228
228
  end
229
229
  auth_names = []
@@ -301,8 +301,8 @@ module CyberSource
301
301
  post_body = @api_client.object_to_http_body(increment_auth_request)
302
302
  sdk_tracker = SdkTracker.new
303
303
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'IncrementAuthRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
304
- is_mle_supported_by_cybs_for_api = true
305
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["increment_auth","increment_auth_with_http_info"])
304
+ inbound_mle_status = "optional"
305
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["increment_auth","increment_auth_with_http_info"])
306
306
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
307
307
  end
308
308
  auth_names = []
@@ -380,8 +380,8 @@ module CyberSource
380
380
  post_body = @api_client.object_to_http_body(refresh_payment_status_request)
381
381
  sdk_tracker = SdkTracker.new
382
382
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'RefreshPaymentStatusRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
383
- is_mle_supported_by_cybs_for_api = true
384
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["refresh_payment_status","refresh_payment_status_with_http_info"])
383
+ inbound_mle_status = "optional"
384
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["refresh_payment_status","refresh_payment_status_with_http_info"])
385
385
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
386
386
  end
387
387
  auth_names = []
@@ -459,8 +459,8 @@ module CyberSource
459
459
  post_body = @api_client.object_to_http_body(create_session_request)
460
460
  sdk_tracker = SdkTracker.new
461
461
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateSessionRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
462
- is_mle_supported_by_cybs_for_api = true
463
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["update_session_req","update_session_req_with_http_info"])
462
+ inbound_mle_status = "optional"
463
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["update_session_req","update_session_req_with_http_info"])
464
464
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
465
465
  end
466
466
  auth_names = []
@@ -70,8 +70,8 @@ module CyberSource
70
70
  post_body = @api_client.object_to_http_body(oct_create_payment_request)
71
71
  sdk_tracker = SdkTracker.new
72
72
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'OctCreatePaymentRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
73
- is_mle_supported_by_cybs_for_api = true
74
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["oct_create_payment","oct_create_payment_with_http_info"])
73
+ inbound_mle_status = "optional"
74
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["oct_create_payment","oct_create_payment_with_http_info"])
75
75
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
76
76
  end
77
77
  auth_names = []
@@ -72,8 +72,8 @@ module CyberSource
72
72
  else
73
73
  post_body = nil
74
74
  end
75
- is_mle_supported_by_cybs_for_api = false
76
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["activate_plan","activate_plan_with_http_info"])
75
+ inbound_mle_status = "false"
76
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["activate_plan","activate_plan_with_http_info"])
77
77
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
78
78
  end
79
79
  auth_names = []
@@ -145,8 +145,8 @@ module CyberSource
145
145
  post_body = @api_client.object_to_http_body(create_plan_request)
146
146
  sdk_tracker = SdkTracker.new
147
147
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreatePlanRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
148
- is_mle_supported_by_cybs_for_api = false
149
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["create_plan","create_plan_with_http_info"])
148
+ inbound_mle_status = "false"
149
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_plan","create_plan_with_http_info"])
150
150
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
151
151
  end
152
152
  auth_names = []
@@ -220,8 +220,8 @@ module CyberSource
220
220
  else
221
221
  post_body = nil
222
222
  end
223
- is_mle_supported_by_cybs_for_api = false
224
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["deactivate_plan","deactivate_plan_with_http_info"])
223
+ inbound_mle_status = "false"
224
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["deactivate_plan","deactivate_plan_with_http_info"])
225
225
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
226
226
  end
227
227
  auth_names = []
@@ -295,8 +295,8 @@ module CyberSource
295
295
  else
296
296
  post_body = nil
297
297
  end
298
- is_mle_supported_by_cybs_for_api = false
299
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["delete_plan","delete_plan_with_http_info"])
298
+ inbound_mle_status = "false"
299
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["delete_plan","delete_plan_with_http_info"])
300
300
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
301
301
  end
302
302
  auth_names = []
@@ -370,8 +370,8 @@ module CyberSource
370
370
  else
371
371
  post_body = nil
372
372
  end
373
- is_mle_supported_by_cybs_for_api = false
374
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_plan","get_plan_with_http_info"])
373
+ inbound_mle_status = "false"
374
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_plan","get_plan_with_http_info"])
375
375
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
376
376
  end
377
377
  auth_names = []
@@ -439,8 +439,8 @@ module CyberSource
439
439
  else
440
440
  post_body = nil
441
441
  end
442
- is_mle_supported_by_cybs_for_api = false
443
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_plan_code","get_plan_code_with_http_info"])
442
+ inbound_mle_status = "false"
443
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_plan_code","get_plan_code_with_http_info"])
444
444
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
445
445
  end
446
446
  auth_names = []
@@ -523,8 +523,8 @@ module CyberSource
523
523
  else
524
524
  post_body = nil
525
525
  end
526
- is_mle_supported_by_cybs_for_api = false
527
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_plans","get_plans_with_http_info"])
526
+ inbound_mle_status = "false"
527
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_plans","get_plans_with_http_info"])
528
528
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
529
529
  end
530
530
  auth_names = []
@@ -602,8 +602,8 @@ module CyberSource
602
602
  post_body = @api_client.object_to_http_body(update_plan_request)
603
603
  sdk_tracker = SdkTracker.new
604
604
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'UpdatePlanRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
605
- is_mle_supported_by_cybs_for_api = false
606
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["update_plan","update_plan_with_http_info"])
605
+ inbound_mle_status = "false"
606
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["update_plan","update_plan_with_http_info"])
607
607
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
608
608
  end
609
609
  auth_names = []
@@ -102,8 +102,8 @@ module CyberSource
102
102
  else
103
103
  post_body = nil
104
104
  end
105
- is_mle_supported_by_cybs_for_api = false
106
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_purchase_and_refund_details","get_purchase_and_refund_details_with_http_info"])
105
+ inbound_mle_status = "false"
106
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_purchase_and_refund_details","get_purchase_and_refund_details_with_http_info"])
107
107
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
108
108
  end
109
109
  auth_names = []
@@ -112,8 +112,8 @@ module CyberSource
112
112
  post_body = @api_client.object_to_http_body(push_funds_request)
113
113
  sdk_tracker = SdkTracker.new
114
114
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PushFundsRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
115
- is_mle_supported_by_cybs_for_api = true
116
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["create_push_funds_transfer","create_push_funds_transfer_with_http_info"])
115
+ inbound_mle_status = "optional"
116
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_push_funds_transfer","create_push_funds_transfer_with_http_info"])
117
117
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
118
118
  end
119
119
  auth_names = []
@@ -76,8 +76,8 @@ module CyberSource
76
76
  post_body = @api_client.object_to_http_body(refund_capture_request)
77
77
  sdk_tracker = SdkTracker.new
78
78
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'RefundCaptureRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
79
- is_mle_supported_by_cybs_for_api = true
80
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["refund_capture","refund_capture_with_http_info"])
79
+ inbound_mle_status = "optional"
80
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["refund_capture","refund_capture_with_http_info"])
81
81
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
82
82
  end
83
83
  auth_names = []
@@ -155,8 +155,8 @@ module CyberSource
155
155
  post_body = @api_client.object_to_http_body(refund_payment_request)
156
156
  sdk_tracker = SdkTracker.new
157
157
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'RefundPaymentRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
158
- is_mle_supported_by_cybs_for_api = true
159
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["refund_payment","refund_payment_with_http_info"])
158
+ inbound_mle_status = "optional"
159
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["refund_payment","refund_payment_with_http_info"])
160
160
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
161
161
  end
162
162
  auth_names = []
@@ -85,8 +85,8 @@ module CyberSource
85
85
  else
86
86
  post_body = nil
87
87
  end
88
- is_mle_supported_by_cybs_for_api = false
89
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_resource_info_by_report_definition","get_resource_info_by_report_definition_with_http_info"])
88
+ inbound_mle_status = "false"
89
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_resource_info_by_report_definition","get_resource_info_by_report_definition_with_http_info"])
90
90
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
91
91
  end
92
92
  auth_names = []
@@ -164,8 +164,8 @@ module CyberSource
164
164
  else
165
165
  post_body = nil
166
166
  end
167
- is_mle_supported_by_cybs_for_api = false
168
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_resource_v2_info","get_resource_v2_info_with_http_info"])
167
+ inbound_mle_status = "false"
168
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_resource_v2_info","get_resource_v2_info_with_http_info"])
169
169
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
170
170
  end
171
171
  auth_names = []
@@ -87,8 +87,8 @@ module CyberSource
87
87
  else
88
88
  post_body = nil
89
89
  end
90
- is_mle_supported_by_cybs_for_api = false
91
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["download_report","download_report_with_http_info"])
90
+ inbound_mle_status = "false"
91
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["download_report","download_report_with_http_info"])
92
92
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
93
93
  end
94
94
  auth_names = []
@@ -77,8 +77,8 @@ module CyberSource
77
77
  post_body = @api_client.object_to_http_body(predefined_subscription_request_bean)
78
78
  sdk_tracker = SdkTracker.new
79
79
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PredefinedSubscriptionRequestBean', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
80
- is_mle_supported_by_cybs_for_api = false
81
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["create_standard_or_classic_subscription","create_standard_or_classic_subscription_with_http_info"])
80
+ inbound_mle_status = "false"
81
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_standard_or_classic_subscription","create_standard_or_classic_subscription_with_http_info"])
82
82
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
83
83
  end
84
84
  auth_names = []
@@ -156,8 +156,8 @@ module CyberSource
156
156
  post_body = @api_client.object_to_http_body(create_report_subscription_request)
157
157
  sdk_tracker = SdkTracker.new
158
158
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateReportSubscriptionRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
159
- is_mle_supported_by_cybs_for_api = false
160
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["create_subscription","create_subscription_with_http_info"])
159
+ inbound_mle_status = "false"
160
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_subscription","create_subscription_with_http_info"])
161
161
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
162
162
  end
163
163
  auth_names = []
@@ -241,8 +241,8 @@ module CyberSource
241
241
  else
242
242
  post_body = nil
243
243
  end
244
- is_mle_supported_by_cybs_for_api = false
245
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["delete_subscription","delete_subscription_with_http_info"])
244
+ inbound_mle_status = "false"
245
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["delete_subscription","delete_subscription_with_http_info"])
246
246
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
247
247
  end
248
248
  auth_names = []
@@ -316,8 +316,8 @@ module CyberSource
316
316
  else
317
317
  post_body = nil
318
318
  end
319
- is_mle_supported_by_cybs_for_api = false
320
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_all_subscriptions","get_all_subscriptions_with_http_info"])
319
+ inbound_mle_status = "false"
320
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_all_subscriptions","get_all_subscriptions_with_http_info"])
321
321
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
322
322
  end
323
323
  auth_names = []
@@ -402,8 +402,8 @@ module CyberSource
402
402
  else
403
403
  post_body = nil
404
404
  end
405
- is_mle_supported_by_cybs_for_api = false
406
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_subscription","get_subscription_with_http_info"])
405
+ inbound_mle_status = "false"
406
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_subscription","get_subscription_with_http_info"])
407
407
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
408
408
  end
409
409
  auth_names = []
@@ -77,8 +77,8 @@ module CyberSource
77
77
  post_body = @api_client.object_to_http_body(create_adhoc_report_request)
78
78
  sdk_tracker = SdkTracker.new
79
79
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateAdhocReportRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
80
- is_mle_supported_by_cybs_for_api = false
81
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["create_report","create_report_with_http_info"])
80
+ inbound_mle_status = "false"
81
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_report","create_report_with_http_info"])
82
82
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
83
83
  end
84
84
  auth_names = []
@@ -158,8 +158,8 @@ module CyberSource
158
158
  else
159
159
  post_body = nil
160
160
  end
161
- is_mle_supported_by_cybs_for_api = false
162
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_report_by_report_id","get_report_by_report_id_with_http_info"])
161
+ inbound_mle_status = "false"
162
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_report_by_report_id","get_report_by_report_id_with_http_info"])
163
163
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
164
164
  end
165
165
  auth_names = []
@@ -270,8 +270,8 @@ module CyberSource
270
270
  else
271
271
  post_body = nil
272
272
  end
273
- is_mle_supported_by_cybs_for_api = false
274
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["search_reports","search_reports_with_http_info"])
273
+ inbound_mle_status = "false"
274
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["search_reports","search_reports_with_http_info"])
275
275
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
276
276
  end
277
277
  auth_names = []
@@ -87,8 +87,8 @@ module CyberSource
87
87
  else
88
88
  post_body = nil
89
89
  end
90
- is_mle_supported_by_cybs_for_api = false
91
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_retrieval_details","get_retrieval_details_with_http_info"])
90
+ inbound_mle_status = "false"
91
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_retrieval_details","get_retrieval_details_with_http_info"])
92
92
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
93
93
  end
94
94
  auth_names = []
@@ -87,8 +87,8 @@ module CyberSource
87
87
  else
88
88
  post_body = nil
89
89
  end
90
- is_mle_supported_by_cybs_for_api = false
91
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_retrieval_summary","get_retrieval_summary_with_http_info"])
90
+ inbound_mle_status = "false"
91
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_retrieval_summary","get_retrieval_summary_with_http_info"])
92
92
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
93
93
  end
94
94
  auth_names = []
@@ -76,8 +76,8 @@ module CyberSource
76
76
  post_body = @api_client.object_to_http_body(auth_reversal_request)
77
77
  sdk_tracker = SdkTracker.new
78
78
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'AuthReversalRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
79
- is_mle_supported_by_cybs_for_api = true
80
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["auth_reversal","auth_reversal_with_http_info"])
79
+ inbound_mle_status = "optional"
80
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["auth_reversal","auth_reversal_with_http_info"])
81
81
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
82
82
  end
83
83
  auth_names = []
@@ -149,8 +149,8 @@ module CyberSource
149
149
  post_body = @api_client.object_to_http_body(mit_reversal_request)
150
150
  sdk_tracker = SdkTracker.new
151
151
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'MitReversalRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
152
- is_mle_supported_by_cybs_for_api = true
153
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["mit_reversal","mit_reversal_with_http_info"])
152
+ inbound_mle_status = "optional"
153
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["mit_reversal","mit_reversal_with_http_info"])
154
154
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
155
155
  end
156
156
  auth_names = []
@@ -70,8 +70,8 @@ module CyberSource
70
70
  post_body = @api_client.object_to_http_body(create_search_request)
71
71
  sdk_tracker = SdkTracker.new
72
72
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateSearchRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
73
- is_mle_supported_by_cybs_for_api = false
74
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["create_search","create_search_with_http_info"])
73
+ inbound_mle_status = "false"
74
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_search","create_search_with_http_info"])
75
75
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
76
76
  end
77
77
  auth_names = []
@@ -145,8 +145,8 @@ module CyberSource
145
145
  else
146
146
  post_body = nil
147
147
  end
148
- is_mle_supported_by_cybs_for_api = false
149
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_search","get_search_with_http_info"])
148
+ inbound_mle_status = "false"
149
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_search","get_search_with_http_info"])
150
150
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
151
151
  end
152
152
  auth_names = []
@@ -79,8 +79,8 @@ module CyberSource
79
79
  else
80
80
  post_body = nil
81
81
  end
82
- is_mle_supported_by_cybs_for_api = false
83
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_file","get_file_with_http_info"])
82
+ inbound_mle_status = "false"
83
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_file","get_file_with_http_info"])
84
84
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
85
85
  end
86
86
  auth_names = []
@@ -175,8 +175,8 @@ module CyberSource
175
175
  else
176
176
  post_body = nil
177
177
  end
178
- is_mle_supported_by_cybs_for_api = false
179
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_file_detail","get_file_detail_with_http_info"])
178
+ inbound_mle_status = "false"
179
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_file_detail","get_file_detail_with_http_info"])
180
180
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
181
181
  end
182
182
  auth_names = []