cybersource_rest_client 0.0.72 → 0.0.74

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 (271) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cybersource_rest_client/api/batches_api.rb +9 -9
  3. data/lib/cybersource_rest_client/api/device_de_association_api.rb +168 -0
  4. data/lib/cybersource_rest_client/api/device_search_api.rb +169 -0
  5. data/lib/cybersource_rest_client/api/subscriptions_api.rb +5 -2
  6. data/lib/cybersource_rest_client/api/transaction_batches_api.rb +7 -2
  7. data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater.rb +1 -1
  8. data/lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup.rb +1 -1
  9. data/lib/cybersource_rest_client/models/commerce_solutions_products_token_management.rb +1 -1
  10. data/lib/cybersource_rest_client/models/create_invoice_request.rb +239 -239
  11. data/lib/cybersource_rest_client/models/create_payment_link_request.rb +234 -234
  12. data/lib/cybersource_rest_client/models/create_subscription_request_1.rb +229 -229
  13. data/lib/cybersource_rest_client/models/create_webhook.rb +267 -267
  14. data/lib/cybersource_rest_client/models/de_association_request_body.rb +190 -0
  15. data/lib/cybersource_rest_client/models/device_de_associate_v3_request.rb +222 -0
  16. data/lib/cybersource_rest_client/models/dmsv3devicesdeassociate_devices.rb +209 -0
  17. data/lib/cybersource_rest_client/models/generate_capture_context_request.rb +1 -1
  18. data/lib/cybersource_rest_client/models/generate_unified_checkout_capture_context_request.rb +2 -2
  19. data/lib/cybersource_rest_client/models/get_subscription_response.rb +267 -257
  20. data/lib/cybersource_rest_client/models/get_subscription_response_1.rb +219 -219
  21. data/lib/cybersource_rest_client/models/get_subscription_response_1__links.rb +199 -199
  22. data/lib/cybersource_rest_client/models/get_subscription_response_1_buyer_information.rb +214 -214
  23. data/lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument.rb +237 -237
  24. data/lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_bank_account.rb +224 -224
  25. data/lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_buyer_information.rb +236 -236
  26. data/lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_card.rb +242 -242
  27. data/lib/cybersource_rest_client/models/get_subscription_response_1_shipping_address.rb +207 -207
  28. data/lib/cybersource_rest_client/models/get_subscription_response_reactivation_information.rb +213 -0
  29. data/lib/cybersource_rest_client/models/inline_response_200.rb +226 -226
  30. data/lib/cybersource_rest_client/models/inline_response_200_1.rb +228 -228
  31. data/lib/cybersource_rest_client/models/inline_response_200_10.rb +292 -0
  32. data/lib/cybersource_rest_client/models/{inline_response_200_7_records.rb → inline_response_200_10_records.rb} +3 -3
  33. data/lib/cybersource_rest_client/models/{inline_response_200_7_response_record.rb → inline_response_200_10_response_record.rb} +2 -2
  34. data/lib/cybersource_rest_client/models/{inline_response_200_7_response_record_additional_updates.rb → inline_response_200_10_response_record_additional_updates.rb} +1 -1
  35. data/lib/cybersource_rest_client/models/{inline_response_200_7_source_record.rb → inline_response_200_10_source_record.rb} +1 -1
  36. data/lib/cybersource_rest_client/models/inline_response_200_1__embedded.rb +200 -200
  37. data/lib/cybersource_rest_client/models/inline_response_200_1__embedded_capture.rb +201 -201
  38. data/lib/cybersource_rest_client/models/inline_response_200_1__embedded_capture__links.rb +190 -190
  39. data/lib/cybersource_rest_client/models/inline_response_200_1__embedded_capture__links_self.rb +202 -202
  40. data/lib/cybersource_rest_client/models/inline_response_200_1__embedded_reversal.rb +201 -201
  41. data/lib/cybersource_rest_client/models/inline_response_200_1__embedded_reversal__links.rb +190 -190
  42. data/lib/cybersource_rest_client/models/inline_response_200_1__embedded_reversal__links_self.rb +202 -202
  43. data/lib/cybersource_rest_client/models/inline_response_200_2.rb +253 -253
  44. data/lib/cybersource_rest_client/models/inline_response_200_2_integration_information.rb +204 -204
  45. data/lib/cybersource_rest_client/models/inline_response_200_2_integration_information_tenant_configurations.rb +263 -263
  46. data/lib/cybersource_rest_client/models/inline_response_200_3.rb +213 -213
  47. data/lib/cybersource_rest_client/models/inline_response_200_4.rb +312 -312
  48. data/lib/cybersource_rest_client/models/inline_response_200_5.rb +33 -37
  49. data/lib/cybersource_rest_client/models/inline_response_200_5_devices.rb +357 -0
  50. data/lib/cybersource_rest_client/models/inline_response_200_6.rb +11 -99
  51. data/lib/cybersource_rest_client/models/inline_response_200_7.rb +50 -95
  52. data/lib/cybersource_rest_client/models/inline_response_200_7_devices.rb +371 -0
  53. data/lib/cybersource_rest_client/models/inline_response_200_7_payment_processor_to_terminal_map.rb +200 -0
  54. data/lib/cybersource_rest_client/models/inline_response_200_8.rb +251 -0
  55. data/lib/cybersource_rest_client/models/{inline_response_200_5__embedded.rb → inline_response_200_8__embedded.rb} +2 -2
  56. data/lib/cybersource_rest_client/models/{inline_response_200_5__embedded__links.rb → inline_response_200_8__embedded__links.rb} +2 -2
  57. data/lib/cybersource_rest_client/models/{inline_response_200_5__embedded__links_reports.rb → inline_response_200_8__embedded__links_reports.rb} +1 -1
  58. data/lib/cybersource_rest_client/models/{inline_response_200_5__embedded_batches.rb → inline_response_200_8__embedded_batches.rb} +3 -3
  59. data/lib/cybersource_rest_client/models/{inline_response_200_5__embedded_totals.rb → inline_response_200_8__embedded_totals.rb} +1 -1
  60. data/lib/cybersource_rest_client/models/{inline_response_200_5__links.rb → inline_response_200_8__links.rb} +1 -1
  61. data/lib/cybersource_rest_client/models/inline_response_200_9.rb +290 -0
  62. data/lib/cybersource_rest_client/models/{inline_response_200_6__links.rb → inline_response_200_9__links.rb} +2 -2
  63. data/lib/cybersource_rest_client/models/{inline_response_200_6__links_report.rb → inline_response_200_9__links_report.rb} +1 -1
  64. data/lib/cybersource_rest_client/models/{inline_response_200_6_billing.rb → inline_response_200_9_billing.rb} +1 -1
  65. data/lib/cybersource_rest_client/models/inline_response_200_content.rb +223 -223
  66. data/lib/cybersource_rest_client/models/inline_response_201_2_setups_payments.rb +11 -1
  67. data/lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_alternative_payment_methods.rb +221 -0
  68. data/lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_alternative_payment_methods_configuration_status.rb +200 -0
  69. data/lib/cybersource_rest_client/models/inline_response_201_2_setups_value_added_services.rb +15 -5
  70. data/lib/cybersource_rest_client/models/inline_response_201_4.rb +312 -312
  71. data/lib/cybersource_rest_client/models/inline_response_201_5.rb +277 -277
  72. data/lib/cybersource_rest_client/models/inline_response_201_5_payloads.rb +189 -189
  73. data/lib/cybersource_rest_client/models/inline_response_201_5_payloads_test_payload.rb +190 -190
  74. data/lib/cybersource_rest_client/models/inline_response_201_6.rb +202 -202
  75. data/lib/cybersource_rest_client/models/inline_response_202__links.rb +1 -1
  76. data/lib/cybersource_rest_client/models/inline_response_206.rb +202 -0
  77. data/lib/cybersource_rest_client/models/inline_response_400_5.rb +235 -235
  78. data/lib/cybersource_rest_client/models/inline_response_400_6.rb +258 -258
  79. data/lib/cybersource_rest_client/models/inline_response_400_6_fields.rb +213 -213
  80. data/lib/cybersource_rest_client/models/inline_response_400_7.rb +235 -235
  81. data/lib/cybersource_rest_client/models/inline_response_400_7_details.rb +201 -201
  82. data/lib/cybersource_rest_client/models/inline_response_400_8.rb +236 -0
  83. data/lib/cybersource_rest_client/models/inline_response_400_8_details.rb +212 -0
  84. data/lib/cybersource_rest_client/models/inline_response_401.rb +29 -59
  85. data/lib/cybersource_rest_client/models/inline_response_401_1.rb +253 -0
  86. data/lib/cybersource_rest_client/models/{inline_response_401__links.rb → inline_response_401_1__links.rb} +2 -2
  87. data/lib/cybersource_rest_client/models/{inline_response_401__links_self.rb → inline_response_401_1__links_self.rb} +1 -1
  88. data/lib/cybersource_rest_client/models/{inline_response_401_fields.rb → inline_response_401_1_fields.rb} +1 -1
  89. data/lib/cybersource_rest_client/models/inline_response_403_2.rb +223 -0
  90. data/lib/cybersource_rest_client/models/inline_response_404_1.rb +235 -235
  91. data/lib/cybersource_rest_client/models/inline_response_404_2.rb +211 -211
  92. data/lib/cybersource_rest_client/models/inline_response_404_2_details.rb +199 -199
  93. data/lib/cybersource_rest_client/models/inline_response_404_3.rb +223 -0
  94. data/lib/cybersource_rest_client/models/inline_response_422_1.rb +235 -235
  95. data/lib/cybersource_rest_client/models/inline_response_500_3.rb +223 -0
  96. data/lib/cybersource_rest_client/models/invoicing_v2_invoice_settings_get200_response_invoice_settings_information.rb +380 -380
  97. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response.rb +222 -222
  98. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_invoice_information.rb +201 -201
  99. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_invoices.rb +259 -259
  100. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_order_information.rb +190 -190
  101. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_order_information_amount_details.rb +214 -214
  102. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get400_response.rb +235 -235
  103. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get404_response.rb +235 -235
  104. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_cancel200_response.rb +268 -268
  105. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_get200_response.rb +280 -280
  106. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_get200_response_invoice_history.rb +211 -211
  107. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_get200_response_transaction_details.rb +208 -208
  108. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post201_response.rb +268 -268
  109. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post201_response_invoice_information.rb +265 -265
  110. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post201_response_order_information.rb +203 -203
  111. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post201_response_order_information_amount_details.rb +313 -313
  112. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_put200_response.rb +268 -268
  113. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_send200_response.rb +268 -268
  114. data/lib/cybersource_rest_client/models/invoicingv2invoice_settings_invoice_settings_information.rb +384 -384
  115. data/lib/cybersource_rest_client/models/invoicingv2invoices_client_reference_information.rb +189 -189
  116. data/lib/cybersource_rest_client/models/invoicingv2invoices_client_reference_information_partner.rb +213 -213
  117. data/lib/cybersource_rest_client/models/invoicingv2invoices_invoice_information.rb +281 -281
  118. data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information.rb +208 -208
  119. data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details.rb +314 -314
  120. data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details_freight.rb +225 -225
  121. data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details_tax_details.rb +225 -225
  122. data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_line_items.rb +333 -333
  123. data/lib/cybersource_rest_client/models/invoicingv2invoices_processing_information.rb +206 -206
  124. data/lib/cybersource_rest_client/models/invoicingv2invoicesid_invoice_information.rb +270 -270
  125. data/lib/cybersource_rest_client/models/iplv2paymentlinks_order_information.rb +213 -213
  126. data/lib/cybersource_rest_client/models/iplv2paymentlinks_order_information_amount_details.rb +245 -245
  127. data/lib/cybersource_rest_client/models/iplv2paymentlinks_order_information_line_items.rb +274 -274
  128. data/lib/cybersource_rest_client/models/iplv2paymentlinks_processing_information.rb +222 -222
  129. data/lib/cybersource_rest_client/models/iplv2paymentlinks_purchase_information.rb +206 -206
  130. data/lib/cybersource_rest_client/models/iplv2paymentlinksid_order_information.rb +208 -208
  131. data/lib/cybersource_rest_client/models/iplv2paymentlinksid_processing_information.rb +217 -217
  132. data/lib/cybersource_rest_client/models/iplv2paymentlinksid_purchase_information.rb +197 -197
  133. data/lib/cybersource_rest_client/models/model_400_upload_batch_file_response.rb +199 -199
  134. data/lib/cybersource_rest_client/models/notificationsubscriptionsv2productsorganization_id_event_types.rb +233 -233
  135. data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_products.rb +202 -202
  136. data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_products_1.rb +202 -202
  137. data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_retry_policy.rb +270 -270
  138. data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy.rb +201 -201
  139. data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_1.rb +201 -201
  140. data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_1_config.rb +223 -223
  141. data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_1_config_additional_config.rb +220 -220
  142. data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_config.rb +213 -213
  143. data/lib/cybersource_rest_client/models/payments_products.rb +379 -369
  144. data/lib/cybersource_rest_client/models/payments_products_alternative_payment_methods.rb +199 -0
  145. data/lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_additional_configurations.rb +202 -0
  146. data/lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information.rb +189 -0
  147. data/lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations.rb +203 -0
  148. data/lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations_processors.rb +193 -0
  149. data/lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_payment_methods.rb +248 -0
  150. data/lib/cybersource_rest_client/models/{payments_products_payer_authentication_subscription_information.rb → payments_products_alternative_payment_methods_subscription_information.rb} +1 -1
  151. data/lib/cybersource_rest_client/models/payments_products_currency_conversion.rb +1 -1
  152. data/lib/cybersource_rest_client/models/payments_products_payer_authentication.rb +1 -1
  153. data/lib/cybersource_rest_client/models/payments_products_payouts.rb +1 -1
  154. data/lib/cybersource_rest_client/models/payments_products_secure_acceptance.rb +1 -1
  155. data/lib/cybersource_rest_client/models/payments_products_service_fee.rb +1 -1
  156. data/lib/cybersource_rest_client/models/payments_products_tax.rb +1 -1
  157. data/lib/cybersource_rest_client/models/payments_products_unified_checkout.rb +199 -0
  158. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information.rb +189 -0
  159. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations.rb +189 -0
  160. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features.rb +189 -0
  161. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features_paze.rb +213 -0
  162. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb +225 -0
  163. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features.rb +189 -0
  164. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout.rb +190 -0
  165. data/lib/cybersource_rest_client/models/payments_products_virtual_terminal.rb +1 -1
  166. data/lib/cybersource_rest_client/models/payments_strong_auth_issuer_information.rb +281 -281
  167. data/lib/cybersource_rest_client/models/pbl_payment_links_all_get200_response.rb +222 -222
  168. data/lib/cybersource_rest_client/models/pbl_payment_links_all_get200_response_links.rb +259 -259
  169. data/lib/cybersource_rest_client/models/pbl_payment_links_all_get200_response_order_information.rb +203 -203
  170. data/lib/cybersource_rest_client/models/pbl_payment_links_all_get200_response_order_information_amount_details.rb +236 -236
  171. data/lib/cybersource_rest_client/models/pbl_payment_links_all_get200_response_order_information_line_items.rb +231 -231
  172. data/lib/cybersource_rest_client/models/pbl_payment_links_all_get200_response_processing_information.rb +191 -191
  173. data/lib/cybersource_rest_client/models/pbl_payment_links_all_get200_response_purchase_information.rb +208 -208
  174. data/lib/cybersource_rest_client/models/pbl_payment_links_all_get400_response.rb +235 -235
  175. data/lib/cybersource_rest_client/models/pbl_payment_links_all_get404_response.rb +235 -235
  176. data/lib/cybersource_rest_client/models/pbl_payment_links_get200_response.rb +258 -258
  177. data/lib/cybersource_rest_client/models/pbl_payment_links_post201_response.rb +258 -258
  178. data/lib/cybersource_rest_client/models/pbl_payment_links_post201_response__links.rb +199 -199
  179. data/lib/cybersource_rest_client/models/pbl_payment_links_post201_response_order_information.rb +203 -203
  180. data/lib/cybersource_rest_client/models/pbl_payment_links_post201_response_purchase_information.rb +219 -219
  181. data/lib/cybersource_rest_client/models/post_device_search_request.rb +223 -0
  182. data/lib/cybersource_rest_client/models/post_device_search_request_v3.rb +223 -0
  183. data/lib/cybersource_rest_client/models/post_payment_credentials_request.rb +201 -201
  184. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_error_information.rb +213 -213
  185. data/lib/cybersource_rest_client/models/pts_v2_payments_order_post201_response_order_information_amount_details.rb +213 -213
  186. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1.rb +295 -295
  187. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_error_information.rb +213 -213
  188. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_error_information_details.rb +190 -190
  189. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_issuer_information.rb +213 -213
  190. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_order_information.rb +209 -209
  191. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_order_information_amount_details.rb +196 -196
  192. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_payment_information.rb +219 -219
  193. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_payment_information_e_wallet.rb +213 -213
  194. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_processor_information.rb +289 -289
  195. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_2_order_information_amount_details.rb +196 -196
  196. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_error_information.rb +213 -213
  197. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_card.rb +1 -1
  198. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +1 -1
  199. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +1 -1
  200. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb +305 -305
  201. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_error_information.rb +213 -213
  202. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details.rb +247 -247
  203. data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_card.rb +1 -1
  204. data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_tokenized_card.rb +1 -1
  205. data/lib/cybersource_rest_client/models/ptsv2paymentreferences_buyer_information.rb +1 -1
  206. data/lib/cybersource_rest_client/models/ptsv2paymentreferences_order_information_amount_details.rb +400 -400
  207. data/lib/cybersource_rest_client/models/ptsv2paymentreferences_payment_information_card.rb +1 -1
  208. data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information.rb +1 -1
  209. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +651 -651
  210. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb +1 -1
  211. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_account_reference.rb +1 -1
  212. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +1 -1
  213. data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +1 -1
  214. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +789 -789
  215. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_buyer_information.rb +1 -1
  216. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_amount_details.rb +509 -509
  217. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_card.rb +1 -1
  218. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information_amount_details.rb +213 -213
  219. data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_amount_details.rb +223 -223
  220. data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information_card.rb +1 -1
  221. data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +328 -328
  222. data/lib/cybersource_rest_client/models/ptsv2payouts_recipient_information.rb +417 -417
  223. data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information.rb +495 -495
  224. data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information_account.rb +213 -213
  225. data/lib/cybersource_rest_client/models/rbsv1subscriptions_client_reference_information.rb +6 -6
  226. data/lib/cybersource_rest_client/models/rbsv1subscriptions_client_reference_information_partner.rb +213 -0
  227. data/lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information.rb +206 -206
  228. data/lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information_authorization_options_initiator.rb +1 -1
  229. data/lib/cybersource_rest_client/models/rbsv1subscriptions_subscription_information.rb +39 -5
  230. data/lib/cybersource_rest_client/models/risk_products.rb +15 -5
  231. data/lib/cybersource_rest_client/models/risk_products_decision_manager.rb +1 -1
  232. data/lib/cybersource_rest_client/models/risk_products_fraud_management_essentials.rb +1 -1
  233. data/lib/cybersource_rest_client/models/risk_products_portfolio_risk_controls.rb +199 -0
  234. data/lib/cybersource_rest_client/models/risk_products_portfolio_risk_controls_configuration_information.rb +189 -0
  235. data/lib/cybersource_rest_client/models/risk_products_portfolio_risk_controls_configuration_information_configurations.rb +189 -0
  236. data/lib/cybersource_rest_client/models/riskv1authenticationresults_order_information_amount_details.rb +214 -214
  237. data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_card.rb +1 -1
  238. data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_tokenized_card.rb +1 -1
  239. data/lib/cybersource_rest_client/models/riskv1authentications_order_information_amount_details.rb +232 -232
  240. data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_tokenized_card.rb +1 -1
  241. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_card.rb +1 -1
  242. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_tokenized_card.rb +1 -1
  243. data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_card.rb +1 -1
  244. data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_tokenized_card.rb +1 -1
  245. data/lib/cybersource_rest_client/models/riskv1decisions_travel_information_legs.rb +252 -241
  246. data/lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information_card.rb +1 -1
  247. data/lib/cybersource_rest_client/models/save_asym_egress_key.rb +210 -210
  248. data/lib/cybersource_rest_client/models/save_sym_egress_key.rb +210 -210
  249. data/lib/cybersource_rest_client/models/tms_bin_lookup_payment_account_information_card.rb +277 -277
  250. data/lib/cybersource_rest_client/models/tms_bin_lookup_payment_account_information_card_brands.rb +213 -213
  251. data/lib/cybersource_rest_client/models/tms_bin_lookup_payment_account_information_features.rb +430 -430
  252. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card.rb +440 -440
  253. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_card.rb +253 -253
  254. data/lib/cybersource_rest_client/models/tokenizedcard_request.rb +440 -440
  255. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_amount_details.rb +291 -291
  256. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_brands.rb +1 -1
  257. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_card.rb +1 -1
  258. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_issuer_information.rb +264 -264
  259. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +394 -383
  260. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_card.rb +1 -1
  261. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processor_information.rb +234 -234
  262. data/lib/cybersource_rest_client/models/update_invoice_request.rb +229 -229
  263. data/lib/cybersource_rest_client/models/update_payment_link_request.rb +230 -230
  264. data/lib/cybersource_rest_client/models/update_status.rb +192 -192
  265. data/lib/cybersource_rest_client/models/update_webhook.rb +269 -269
  266. data/lib/cybersource_rest_client/models/upv1capturecontexts_capture_mandate.rb +12 -1
  267. data/lib/cybersource_rest_client/models/upv1capturecontexts_complete_mandate.rb +18 -7
  268. data/lib/cybersource_rest_client/models/value_added_services_products.rb +15 -5
  269. data/lib/cybersource_rest_client/utilities/multipart/multipart_helper.rb +22 -0
  270. data/lib/cybersource_rest_client.rb +58 -17
  271. metadata +61 -19
@@ -14,17 +14,21 @@ require 'date'
14
14
  module CyberSource
15
15
  # The completeMandate object is designed to provide instructions for orchestrating payment services. Unified Checkout is capable of orchestrating a number of services on your behalf.<br><br> By providing this field in the capture context Unified Checkout will initiate services on your behalf from the browser, simplifying your integration.
16
16
  class Upv1capturecontextsCompleteMandate
17
- # This field is used to indicate how a payment should be processed. Possible values: - AUTH: Use this value when you want to authorize a payment without capturing it immediately. Payment types that initiate an immediate transfer of funds are not allowed. If a capture context request includes a payment type incompatible with this mode, a 400 error will be returned.<br><br> - CAPTURE: Use this value when you want to capture the payment immediately during the transaction. Note: Some payment types may return a PENDING status, requiring an additional status check call to determine the final outcome of the payment.<br><br>
17
+ # This field is used to indicate how a payment should be processed. Possible values: - AUTH: Use this value when you want to authorize a payment within Unified Checkout without capturing it immediately. Payment types that initiate an immediate transfer of funds are NOT allowed. If a capture context request includes a payment type incompatible with this mode, a 400 error will be returned. A merchant would need to perform their own capture via API where applicable.<br><br> - CAPTURE: Use this value when you want to perform a sale within Unified Checkout and capture the payment immediately during the transaction. Note: Some payment types may return a PENDING status, requiring an additional status check call to determine the final outcome of the payment.<br><br> - PREFER_AUTH: Use this value to offer multiple alternative payment options during the Unified Checkout experience. This option authorizes the payment without immediate capture, where available. It will perform a \"CAPTURE\" where an \"AUTH\" is not allowed by the payment type. Transactions can be AUTHORIZED, CAPTURED, or PENDING. If an \"AUTH\" is performed, a merchant would need to perform their own capture via API where applicable.
18
18
  attr_accessor :type
19
19
 
20
- # Configure Unified Checkout to determine whether Decision Manager is invoked during service orchestration. Possible values: - True - False<br><br> Setting this value to True indicates that device fingerprinting will be executed to add additional information for risk service Setting this value to False indicates that you do not wish to run device fingerprinting and skip decision manager services.
20
+ # Configure Unified Checkout to determine whether Decision Manager is invoked during service orchestration. Possible values: - True - False<br><br> Setting this value to True indicates that device fingerprinting will be executed to add additional information for risk service Setting this value to False (or not provided) indicates that you do not wish to run device fingerprinting and skip decision manager services.
21
21
  attr_accessor :decision_manager
22
22
 
23
+ # Configure Unified Checkout to determine whether Consumer Authentication is invoked during service orchestration. Possible values: - True - False<br><br> Setting this value to True will attempt to perform authentication using the Payer Authentication Service. Setting this value to False (or not provided) indicates that you do not wish to perform authentication using the Payer Authentication Service.
24
+ attr_accessor :consumer_authentication
25
+
23
26
  # Attribute mapping from ruby-style variable name to JSON key.
24
27
  def self.attribute_map
25
28
  {
26
29
  :'type' => :'type',
27
- :'decision_manager' => :'decisionManager'
30
+ :'decision_manager' => :'decisionManager',
31
+ :'consumer_authentication' => :'consumerAuthentication'
28
32
  }
29
33
  end
30
34
 
@@ -32,7 +36,8 @@ module CyberSource
32
36
  def self.json_map
33
37
  {
34
38
  :'type' => :'type',
35
- :'decision_manager' => :'decision_manager'
39
+ :'decision_manager' => :'decision_manager',
40
+ :'consumer_authentication' => :'consumer_authentication'
36
41
  }
37
42
  end
38
43
 
@@ -40,7 +45,8 @@ module CyberSource
40
45
  def self.swagger_types
41
46
  {
42
47
  :'type' => :'String',
43
- :'decision_manager' => :'BOOLEAN'
48
+ :'decision_manager' => :'BOOLEAN',
49
+ :'consumer_authentication' => :'BOOLEAN'
44
50
  }
45
51
  end
46
52
 
@@ -59,6 +65,10 @@ module CyberSource
59
65
  if attributes.has_key?(:'decisionManager')
60
66
  self.decision_manager = attributes[:'decisionManager']
61
67
  end
68
+
69
+ if attributes.has_key?(:'consumerAuthentication')
70
+ self.consumer_authentication = attributes[:'consumerAuthentication']
71
+ end
62
72
  end
63
73
 
64
74
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -86,7 +96,8 @@ module CyberSource
86
96
  return true if self.equal?(o)
87
97
  self.class == o.class &&
88
98
  type == o.type &&
89
- decision_manager == o.decision_manager
99
+ decision_manager == o.decision_manager &&
100
+ consumer_authentication == o.consumer_authentication
90
101
  end
91
102
 
92
103
  # @see the `==` method
@@ -98,7 +109,7 @@ module CyberSource
98
109
  # Calculates hash code according to all attributes.
99
110
  # @return [Fixnum] Hash code
100
111
  def hash
101
- [type, decision_manager].hash
112
+ [type, decision_manager, consumer_authentication].hash
102
113
  end
103
114
 
104
115
  # Builds the object from hash
@@ -17,11 +17,14 @@ module CyberSource
17
17
 
18
18
  attr_accessor :transaction_search
19
19
 
20
+ attr_accessor :bank_account_validation
21
+
20
22
  # Attribute mapping from ruby-style variable name to JSON key.
21
23
  def self.attribute_map
22
24
  {
23
25
  :'reporting' => :'reporting',
24
- :'transaction_search' => :'transactionSearch'
26
+ :'transaction_search' => :'transactionSearch',
27
+ :'bank_account_validation' => :'bankAccountValidation'
25
28
  }
26
29
  end
27
30
 
@@ -29,7 +32,8 @@ module CyberSource
29
32
  def self.json_map
30
33
  {
31
34
  :'reporting' => :'reporting',
32
- :'transaction_search' => :'transaction_search'
35
+ :'transaction_search' => :'transaction_search',
36
+ :'bank_account_validation' => :'bank_account_validation'
33
37
  }
34
38
  end
35
39
 
@@ -37,7 +41,8 @@ module CyberSource
37
41
  def self.swagger_types
38
42
  {
39
43
  :'reporting' => :'PaymentsProductsTax',
40
- :'transaction_search' => :'PaymentsProductsTax'
44
+ :'transaction_search' => :'PaymentsProductsTax',
45
+ :'bank_account_validation' => :'PaymentsProductsTax'
41
46
  }
42
47
  end
43
48
 
@@ -56,6 +61,10 @@ module CyberSource
56
61
  if attributes.has_key?(:'transactionSearch')
57
62
  self.transaction_search = attributes[:'transactionSearch']
58
63
  end
64
+
65
+ if attributes.has_key?(:'bankAccountValidation')
66
+ self.bank_account_validation = attributes[:'bankAccountValidation']
67
+ end
59
68
  end
60
69
 
61
70
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -77,7 +86,8 @@ module CyberSource
77
86
  return true if self.equal?(o)
78
87
  self.class == o.class &&
79
88
  reporting == o.reporting &&
80
- transaction_search == o.transaction_search
89
+ transaction_search == o.transaction_search &&
90
+ bank_account_validation == o.bank_account_validation
81
91
  end
82
92
 
83
93
  # @see the `==` method
@@ -89,7 +99,7 @@ module CyberSource
89
99
  # Calculates hash code according to all attributes.
90
100
  # @return [Fixnum] Hash code
91
101
  def hash
92
- [reporting, transaction_search].hash
102
+ [reporting, transaction_search, bank_account_validation].hash
93
103
  end
94
104
 
95
105
  # Builds the object from hash
@@ -0,0 +1,22 @@
1
+ module CyberSource
2
+ class MultipartHelper
3
+ def build_data_files(boundary, form_params)
4
+ data = ''
5
+ eol = "\r\n"
6
+
7
+ delimiter = '-------------' + boundary
8
+
9
+ form_params.each do |name, content|
10
+ data << "--" << delimiter << eol
11
+ data << 'Content-Disposition: form-data; name="' << name << '"; filename="' << name << '"' << eol
12
+ data << 'Content-Transfer-Encoding: binary' << eol
13
+ data << eol
14
+ data << content << eol
15
+ end
16
+
17
+ data << "--" << delimiter << "--" << eol
18
+
19
+ data
20
+ end
21
+ end
22
+ end
@@ -126,7 +126,9 @@ require 'cybersource_rest_client/models/create_subscription_response'
126
126
  require 'cybersource_rest_client/models/create_subscription_response__links'
127
127
  require 'cybersource_rest_client/models/create_subscription_response_subscription_information'
128
128
  require 'cybersource_rest_client/models/create_webhook'
129
+ require 'cybersource_rest_client/models/de_association_request_body'
129
130
  require 'cybersource_rest_client/models/delete_plan_response'
131
+ require 'cybersource_rest_client/models/device_de_associate_v3_request'
130
132
  require 'cybersource_rest_client/models/dm_config'
131
133
  require 'cybersource_rest_client/models/dm_config_organization'
132
134
  require 'cybersource_rest_client/models/dm_config_portfolio_controls'
@@ -145,6 +147,7 @@ require 'cybersource_rest_client/models/dm_config_thirdparty_provider_signifyd'
145
147
  require 'cybersource_rest_client/models/dm_config_thirdparty_provider_signifyd_credentials'
146
148
  require 'cybersource_rest_client/models/dm_config_thirdparty_provider_targus'
147
149
  require 'cybersource_rest_client/models/dm_config_thirdparty_provider_targus_credentials'
150
+ require 'cybersource_rest_client/models/dmsv3devicesdeassociate_devices'
148
151
  require 'cybersource_rest_client/models/e_check_config'
149
152
  require 'cybersource_rest_client/models/e_check_config_common'
150
153
  require 'cybersource_rest_client/models/e_check_config_common_internal_only'
@@ -198,9 +201,15 @@ require 'cybersource_rest_client/models/get_subscription_response_1_payment_inst
198
201
  require 'cybersource_rest_client/models/get_subscription_response_1_payment_instrument_buyer_information'
199
202
  require 'cybersource_rest_client/models/get_subscription_response_1_payment_instrument_card'
200
203
  require 'cybersource_rest_client/models/get_subscription_response_1_shipping_address'
204
+ require 'cybersource_rest_client/models/get_subscription_response_reactivation_information'
201
205
  require 'cybersource_rest_client/models/increment_auth_request'
202
206
  require 'cybersource_rest_client/models/inline_response_200'
203
207
  require 'cybersource_rest_client/models/inline_response_200_1'
208
+ require 'cybersource_rest_client/models/inline_response_200_10'
209
+ require 'cybersource_rest_client/models/inline_response_200_10_records'
210
+ require 'cybersource_rest_client/models/inline_response_200_10_response_record'
211
+ require 'cybersource_rest_client/models/inline_response_200_10_response_record_additional_updates'
212
+ require 'cybersource_rest_client/models/inline_response_200_10_source_record'
204
213
  require 'cybersource_rest_client/models/inline_response_200_1__embedded'
205
214
  require 'cybersource_rest_client/models/inline_response_200_1__embedded_capture'
206
215
  require 'cybersource_rest_client/models/inline_response_200_1__embedded_capture__links'
@@ -214,21 +223,22 @@ require 'cybersource_rest_client/models/inline_response_200_2_integration_inform
214
223
  require 'cybersource_rest_client/models/inline_response_200_3'
215
224
  require 'cybersource_rest_client/models/inline_response_200_4'
216
225
  require 'cybersource_rest_client/models/inline_response_200_5'
217
- require 'cybersource_rest_client/models/inline_response_200_5__embedded'
218
- require 'cybersource_rest_client/models/inline_response_200_5__embedded_batches'
219
- require 'cybersource_rest_client/models/inline_response_200_5__embedded__links'
220
- require 'cybersource_rest_client/models/inline_response_200_5__embedded__links_reports'
221
- require 'cybersource_rest_client/models/inline_response_200_5__embedded_totals'
222
- require 'cybersource_rest_client/models/inline_response_200_5__links'
226
+ require 'cybersource_rest_client/models/inline_response_200_5_devices'
223
227
  require 'cybersource_rest_client/models/inline_response_200_6'
224
- require 'cybersource_rest_client/models/inline_response_200_6_billing'
225
- require 'cybersource_rest_client/models/inline_response_200_6__links'
226
- require 'cybersource_rest_client/models/inline_response_200_6__links_report'
227
228
  require 'cybersource_rest_client/models/inline_response_200_7'
228
- require 'cybersource_rest_client/models/inline_response_200_7_records'
229
- require 'cybersource_rest_client/models/inline_response_200_7_response_record'
230
- require 'cybersource_rest_client/models/inline_response_200_7_response_record_additional_updates'
231
- require 'cybersource_rest_client/models/inline_response_200_7_source_record'
229
+ require 'cybersource_rest_client/models/inline_response_200_7_devices'
230
+ require 'cybersource_rest_client/models/inline_response_200_7_payment_processor_to_terminal_map'
231
+ require 'cybersource_rest_client/models/inline_response_200_8'
232
+ require 'cybersource_rest_client/models/inline_response_200_8__embedded'
233
+ require 'cybersource_rest_client/models/inline_response_200_8__embedded_batches'
234
+ require 'cybersource_rest_client/models/inline_response_200_8__embedded__links'
235
+ require 'cybersource_rest_client/models/inline_response_200_8__embedded__links_reports'
236
+ require 'cybersource_rest_client/models/inline_response_200_8__embedded_totals'
237
+ require 'cybersource_rest_client/models/inline_response_200_8__links'
238
+ require 'cybersource_rest_client/models/inline_response_200_9'
239
+ require 'cybersource_rest_client/models/inline_response_200_9_billing'
240
+ require 'cybersource_rest_client/models/inline_response_200_9__links'
241
+ require 'cybersource_rest_client/models/inline_response_200_9__links_report'
232
242
  require 'cybersource_rest_client/models/inline_response_200_content'
233
243
  require 'cybersource_rest_client/models/inline_response_201'
234
244
  require 'cybersource_rest_client/models/inline_response_201_1'
@@ -244,6 +254,8 @@ require 'cybersource_rest_client/models/inline_response_201_2_registration_infor
244
254
  require 'cybersource_rest_client/models/inline_response_201_2_setups'
245
255
  require 'cybersource_rest_client/models/inline_response_201_2_setups_commerce_solutions'
246
256
  require 'cybersource_rest_client/models/inline_response_201_2_setups_payments'
257
+ require 'cybersource_rest_client/models/inline_response_201_2_setups_payments_alternative_payment_methods'
258
+ require 'cybersource_rest_client/models/inline_response_201_2_setups_payments_alternative_payment_methods_configuration_status'
247
259
  require 'cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing'
248
260
  require 'cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_configuration_status'
249
261
  require 'cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_subscription_status'
@@ -262,6 +274,7 @@ require 'cybersource_rest_client/models/inline_response_201_6'
262
274
  require 'cybersource_rest_client/models/inline_response_202'
263
275
  require 'cybersource_rest_client/models/inline_response_202__links'
264
276
  require 'cybersource_rest_client/models/inline_response_202__links_status'
277
+ require 'cybersource_rest_client/models/inline_response_206'
265
278
  require 'cybersource_rest_client/models/inline_response_400'
266
279
  require 'cybersource_rest_client/models/inline_response_400_1'
267
280
  require 'cybersource_rest_client/models/inline_response_400_1_details'
@@ -273,19 +286,24 @@ require 'cybersource_rest_client/models/inline_response_400_6'
273
286
  require 'cybersource_rest_client/models/inline_response_400_6_fields'
274
287
  require 'cybersource_rest_client/models/inline_response_400_7'
275
288
  require 'cybersource_rest_client/models/inline_response_400_7_details'
289
+ require 'cybersource_rest_client/models/inline_response_400_8'
290
+ require 'cybersource_rest_client/models/inline_response_400_8_details'
276
291
  require 'cybersource_rest_client/models/inline_response_400_details'
277
292
  require 'cybersource_rest_client/models/inline_response_400_errors'
278
293
  require 'cybersource_rest_client/models/inline_response_401'
279
- require 'cybersource_rest_client/models/inline_response_401_fields'
280
- require 'cybersource_rest_client/models/inline_response_401__links'
281
- require 'cybersource_rest_client/models/inline_response_401__links_self'
294
+ require 'cybersource_rest_client/models/inline_response_401_1'
295
+ require 'cybersource_rest_client/models/inline_response_401_1_fields'
296
+ require 'cybersource_rest_client/models/inline_response_401_1__links'
297
+ require 'cybersource_rest_client/models/inline_response_401_1__links_self'
282
298
  require 'cybersource_rest_client/models/inline_response_403'
283
299
  require 'cybersource_rest_client/models/inline_response_403_1'
300
+ require 'cybersource_rest_client/models/inline_response_403_2'
284
301
  require 'cybersource_rest_client/models/inline_response_403_errors'
285
302
  require 'cybersource_rest_client/models/inline_response_404'
286
303
  require 'cybersource_rest_client/models/inline_response_404_1'
287
304
  require 'cybersource_rest_client/models/inline_response_404_2'
288
305
  require 'cybersource_rest_client/models/inline_response_404_2_details'
306
+ require 'cybersource_rest_client/models/inline_response_404_3'
289
307
  require 'cybersource_rest_client/models/inline_response_409'
290
308
  require 'cybersource_rest_client/models/inline_response_409_errors'
291
309
  require 'cybersource_rest_client/models/inline_response_410'
@@ -299,6 +317,7 @@ require 'cybersource_rest_client/models/inline_response_424_errors'
299
317
  require 'cybersource_rest_client/models/inline_response_500'
300
318
  require 'cybersource_rest_client/models/inline_response_500_1'
301
319
  require 'cybersource_rest_client/models/inline_response_500_2'
320
+ require 'cybersource_rest_client/models/inline_response_500_3'
302
321
  require 'cybersource_rest_client/models/inline_response_500_errors'
303
322
  require 'cybersource_rest_client/models/inline_response_502'
304
323
  require 'cybersource_rest_client/models/inline_response_503'
@@ -404,6 +423,13 @@ require 'cybersource_rest_client/models/payment_instrument_list__links_next'
404
423
  require 'cybersource_rest_client/models/payment_instrument_list__links_prev'
405
424
  require 'cybersource_rest_client/models/payment_instrument_list__links_self'
406
425
  require 'cybersource_rest_client/models/payments_products'
426
+ require 'cybersource_rest_client/models/payments_products_alternative_payment_methods'
427
+ require 'cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information'
428
+ require 'cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations'
429
+ require 'cybersource_rest_client/models/payments_products_alternative_payment_methods_additional_configurations'
430
+ require 'cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_payment_methods'
431
+ require 'cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations_processors'
432
+ require 'cybersource_rest_client/models/payments_products_alternative_payment_methods_subscription_information'
407
433
  require 'cybersource_rest_client/models/payments_products_card_present_connect'
408
434
  require 'cybersource_rest_client/models/payments_products_card_present_connect_configuration_information'
409
435
  require 'cybersource_rest_client/models/payments_products_card_present_connect_configuration_information_configurations'
@@ -429,7 +455,6 @@ require 'cybersource_rest_client/models/payments_products_e_check_configuration_
429
455
  require 'cybersource_rest_client/models/payments_products_e_check_subscription_information'
430
456
  require 'cybersource_rest_client/models/payments_products_payer_authentication'
431
457
  require 'cybersource_rest_client/models/payments_products_payer_authentication_configuration_information'
432
- require 'cybersource_rest_client/models/payments_products_payer_authentication_subscription_information'
433
458
  require 'cybersource_rest_client/models/payments_products_payouts'
434
459
  require 'cybersource_rest_client/models/payments_products_payouts_configuration_information'
435
460
  require 'cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations'
@@ -445,6 +470,14 @@ require 'cybersource_rest_client/models/payments_products_service_fee_configurat
445
470
  require 'cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_payment_information'
446
471
  require 'cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_products'
447
472
  require 'cybersource_rest_client/models/payments_products_tax'
473
+ require 'cybersource_rest_client/models/payments_products_unified_checkout'
474
+ require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information'
475
+ require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations'
476
+ require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features'
477
+ require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features_paze'
478
+ require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information'
479
+ require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features'
480
+ require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout'
448
481
  require 'cybersource_rest_client/models/payments_products_virtual_terminal'
449
482
  require 'cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information'
450
483
  require 'cybersource_rest_client/models/payments_strong_auth_issuer_information'
@@ -465,6 +498,8 @@ require 'cybersource_rest_client/models/pbl_payment_links_post201_response_purch
465
498
  require 'cybersource_rest_client/models/post_customer_payment_instrument_request'
466
499
  require 'cybersource_rest_client/models/post_customer_request'
467
500
  require 'cybersource_rest_client/models/post_customer_shipping_address_request'
501
+ require 'cybersource_rest_client/models/post_device_search_request'
502
+ require 'cybersource_rest_client/models/post_device_search_request_v3'
468
503
  require 'cybersource_rest_client/models/post_instrument_identifier_enrollment_request'
469
504
  require 'cybersource_rest_client/models/post_instrument_identifier_request'
470
505
  require 'cybersource_rest_client/models/post_payment_credentials_request'
@@ -1013,6 +1048,7 @@ require 'cybersource_rest_client/models/rbsv1plansid_plan_information'
1013
1048
  require 'cybersource_rest_client/models/rbsv1plansid_processing_information'
1014
1049
  require 'cybersource_rest_client/models/rbsv1plansid_processing_information_subscription_billing_options'
1015
1050
  require 'cybersource_rest_client/models/rbsv1subscriptions_client_reference_information'
1051
+ require 'cybersource_rest_client/models/rbsv1subscriptions_client_reference_information_partner'
1016
1052
  require 'cybersource_rest_client/models/rbsv1subscriptions_payment_information'
1017
1053
  require 'cybersource_rest_client/models/rbsv1subscriptions_payment_information_customer'
1018
1054
  require 'cybersource_rest_client/models/rbsv1subscriptions_plan_information'
@@ -1074,6 +1110,9 @@ require 'cybersource_rest_client/models/risk_products_decision_manager'
1074
1110
  require 'cybersource_rest_client/models/risk_products_decision_manager_configuration_information'
1075
1111
  require 'cybersource_rest_client/models/risk_products_fraud_management_essentials'
1076
1112
  require 'cybersource_rest_client/models/risk_products_fraud_management_essentials_configuration_information'
1113
+ require 'cybersource_rest_client/models/risk_products_portfolio_risk_controls'
1114
+ require 'cybersource_rest_client/models/risk_products_portfolio_risk_controls_configuration_information'
1115
+ require 'cybersource_rest_client/models/risk_products_portfolio_risk_controls_configuration_information_configurations'
1077
1116
  require 'cybersource_rest_client/models/risk_v1_address_verifications_post201_response'
1078
1117
  require 'cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information'
1079
1118
  require 'cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information_bar_code'
@@ -1476,6 +1515,8 @@ require 'cybersource_rest_client/api/customer_api'
1476
1515
  require 'cybersource_rest_client/api/customer_payment_instrument_api'
1477
1516
  require 'cybersource_rest_client/api/customer_shipping_address_api'
1478
1517
  require 'cybersource_rest_client/api/decision_manager_api'
1518
+ require 'cybersource_rest_client/api/device_de_association_api'
1519
+ require 'cybersource_rest_client/api/device_search_api'
1479
1520
  require 'cybersource_rest_client/api/download_dtd_api'
1480
1521
  require 'cybersource_rest_client/api/download_xsd_api'
1481
1522
  require 'cybersource_rest_client/api/emv_tag_details_api'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cybersource_rest_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.72
4
+ version: 0.0.74
5
5
  platform: ruby
6
6
  authors:
7
7
  - CyberSource
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-05 00:00:00.000000000 Z
11
+ date: 2025-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -325,6 +325,8 @@ files:
325
325
  - lib/cybersource_rest_client/api/customer_payment_instrument_api.rb
326
326
  - lib/cybersource_rest_client/api/customer_shipping_address_api.rb
327
327
  - lib/cybersource_rest_client/api/decision_manager_api.rb
328
+ - lib/cybersource_rest_client/api/device_de_association_api.rb
329
+ - lib/cybersource_rest_client/api/device_search_api.rb
328
330
  - lib/cybersource_rest_client/api/download_dtd_api.rb
329
331
  - lib/cybersource_rest_client/api/download_xsd_api.rb
330
332
  - lib/cybersource_rest_client/api/emv_tag_details_api.rb
@@ -466,7 +468,9 @@ files:
466
468
  - lib/cybersource_rest_client/models/create_subscription_response__links.rb
467
469
  - lib/cybersource_rest_client/models/create_subscription_response_subscription_information.rb
468
470
  - lib/cybersource_rest_client/models/create_webhook.rb
471
+ - lib/cybersource_rest_client/models/de_association_request_body.rb
469
472
  - lib/cybersource_rest_client/models/delete_plan_response.rb
473
+ - lib/cybersource_rest_client/models/device_de_associate_v3_request.rb
470
474
  - lib/cybersource_rest_client/models/dm_config.rb
471
475
  - lib/cybersource_rest_client/models/dm_config_organization.rb
472
476
  - lib/cybersource_rest_client/models/dm_config_portfolio_controls.rb
@@ -485,6 +489,7 @@ files:
485
489
  - lib/cybersource_rest_client/models/dm_config_thirdparty_provider_signifyd_credentials.rb
486
490
  - lib/cybersource_rest_client/models/dm_config_thirdparty_provider_targus.rb
487
491
  - lib/cybersource_rest_client/models/dm_config_thirdparty_provider_targus_credentials.rb
492
+ - lib/cybersource_rest_client/models/dmsv3devicesdeassociate_devices.rb
488
493
  - lib/cybersource_rest_client/models/e_check_config.rb
489
494
  - lib/cybersource_rest_client/models/e_check_config_common.rb
490
495
  - lib/cybersource_rest_client/models/e_check_config_common_internal_only.rb
@@ -538,9 +543,15 @@ files:
538
543
  - lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_buyer_information.rb
539
544
  - lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_card.rb
540
545
  - lib/cybersource_rest_client/models/get_subscription_response_1_shipping_address.rb
546
+ - lib/cybersource_rest_client/models/get_subscription_response_reactivation_information.rb
541
547
  - lib/cybersource_rest_client/models/increment_auth_request.rb
542
548
  - lib/cybersource_rest_client/models/inline_response_200.rb
543
549
  - lib/cybersource_rest_client/models/inline_response_200_1.rb
550
+ - lib/cybersource_rest_client/models/inline_response_200_10.rb
551
+ - lib/cybersource_rest_client/models/inline_response_200_10_records.rb
552
+ - lib/cybersource_rest_client/models/inline_response_200_10_response_record.rb
553
+ - lib/cybersource_rest_client/models/inline_response_200_10_response_record_additional_updates.rb
554
+ - lib/cybersource_rest_client/models/inline_response_200_10_source_record.rb
544
555
  - lib/cybersource_rest_client/models/inline_response_200_1__embedded.rb
545
556
  - lib/cybersource_rest_client/models/inline_response_200_1__embedded_capture.rb
546
557
  - lib/cybersource_rest_client/models/inline_response_200_1__embedded_capture__links.rb
@@ -554,21 +565,22 @@ files:
554
565
  - lib/cybersource_rest_client/models/inline_response_200_3.rb
555
566
  - lib/cybersource_rest_client/models/inline_response_200_4.rb
556
567
  - lib/cybersource_rest_client/models/inline_response_200_5.rb
557
- - lib/cybersource_rest_client/models/inline_response_200_5__embedded.rb
558
- - lib/cybersource_rest_client/models/inline_response_200_5__embedded__links.rb
559
- - lib/cybersource_rest_client/models/inline_response_200_5__embedded__links_reports.rb
560
- - lib/cybersource_rest_client/models/inline_response_200_5__embedded_batches.rb
561
- - lib/cybersource_rest_client/models/inline_response_200_5__embedded_totals.rb
562
- - lib/cybersource_rest_client/models/inline_response_200_5__links.rb
568
+ - lib/cybersource_rest_client/models/inline_response_200_5_devices.rb
563
569
  - lib/cybersource_rest_client/models/inline_response_200_6.rb
564
- - lib/cybersource_rest_client/models/inline_response_200_6__links.rb
565
- - lib/cybersource_rest_client/models/inline_response_200_6__links_report.rb
566
- - lib/cybersource_rest_client/models/inline_response_200_6_billing.rb
567
570
  - lib/cybersource_rest_client/models/inline_response_200_7.rb
568
- - lib/cybersource_rest_client/models/inline_response_200_7_records.rb
569
- - lib/cybersource_rest_client/models/inline_response_200_7_response_record.rb
570
- - lib/cybersource_rest_client/models/inline_response_200_7_response_record_additional_updates.rb
571
- - lib/cybersource_rest_client/models/inline_response_200_7_source_record.rb
571
+ - lib/cybersource_rest_client/models/inline_response_200_7_devices.rb
572
+ - lib/cybersource_rest_client/models/inline_response_200_7_payment_processor_to_terminal_map.rb
573
+ - lib/cybersource_rest_client/models/inline_response_200_8.rb
574
+ - lib/cybersource_rest_client/models/inline_response_200_8__embedded.rb
575
+ - lib/cybersource_rest_client/models/inline_response_200_8__embedded__links.rb
576
+ - lib/cybersource_rest_client/models/inline_response_200_8__embedded__links_reports.rb
577
+ - lib/cybersource_rest_client/models/inline_response_200_8__embedded_batches.rb
578
+ - lib/cybersource_rest_client/models/inline_response_200_8__embedded_totals.rb
579
+ - lib/cybersource_rest_client/models/inline_response_200_8__links.rb
580
+ - lib/cybersource_rest_client/models/inline_response_200_9.rb
581
+ - lib/cybersource_rest_client/models/inline_response_200_9__links.rb
582
+ - lib/cybersource_rest_client/models/inline_response_200_9__links_report.rb
583
+ - lib/cybersource_rest_client/models/inline_response_200_9_billing.rb
572
584
  - lib/cybersource_rest_client/models/inline_response_200_content.rb
573
585
  - lib/cybersource_rest_client/models/inline_response_201.rb
574
586
  - lib/cybersource_rest_client/models/inline_response_201_1.rb
@@ -584,6 +596,8 @@ files:
584
596
  - lib/cybersource_rest_client/models/inline_response_201_2_setups.rb
585
597
  - lib/cybersource_rest_client/models/inline_response_201_2_setups_commerce_solutions.rb
586
598
  - lib/cybersource_rest_client/models/inline_response_201_2_setups_payments.rb
599
+ - lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_alternative_payment_methods.rb
600
+ - lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_alternative_payment_methods_configuration_status.rb
587
601
  - lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing.rb
588
602
  - lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_configuration_status.rb
589
603
  - lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_subscription_status.rb
@@ -602,6 +616,7 @@ files:
602
616
  - lib/cybersource_rest_client/models/inline_response_202.rb
603
617
  - lib/cybersource_rest_client/models/inline_response_202__links.rb
604
618
  - lib/cybersource_rest_client/models/inline_response_202__links_status.rb
619
+ - lib/cybersource_rest_client/models/inline_response_206.rb
605
620
  - lib/cybersource_rest_client/models/inline_response_400.rb
606
621
  - lib/cybersource_rest_client/models/inline_response_400_1.rb
607
622
  - lib/cybersource_rest_client/models/inline_response_400_1_details.rb
@@ -613,19 +628,24 @@ files:
613
628
  - lib/cybersource_rest_client/models/inline_response_400_6_fields.rb
614
629
  - lib/cybersource_rest_client/models/inline_response_400_7.rb
615
630
  - lib/cybersource_rest_client/models/inline_response_400_7_details.rb
631
+ - lib/cybersource_rest_client/models/inline_response_400_8.rb
632
+ - lib/cybersource_rest_client/models/inline_response_400_8_details.rb
616
633
  - lib/cybersource_rest_client/models/inline_response_400_details.rb
617
634
  - lib/cybersource_rest_client/models/inline_response_400_errors.rb
618
635
  - lib/cybersource_rest_client/models/inline_response_401.rb
619
- - lib/cybersource_rest_client/models/inline_response_401__links.rb
620
- - lib/cybersource_rest_client/models/inline_response_401__links_self.rb
621
- - lib/cybersource_rest_client/models/inline_response_401_fields.rb
636
+ - lib/cybersource_rest_client/models/inline_response_401_1.rb
637
+ - lib/cybersource_rest_client/models/inline_response_401_1__links.rb
638
+ - lib/cybersource_rest_client/models/inline_response_401_1__links_self.rb
639
+ - lib/cybersource_rest_client/models/inline_response_401_1_fields.rb
622
640
  - lib/cybersource_rest_client/models/inline_response_403.rb
623
641
  - lib/cybersource_rest_client/models/inline_response_403_1.rb
642
+ - lib/cybersource_rest_client/models/inline_response_403_2.rb
624
643
  - lib/cybersource_rest_client/models/inline_response_403_errors.rb
625
644
  - lib/cybersource_rest_client/models/inline_response_404.rb
626
645
  - lib/cybersource_rest_client/models/inline_response_404_1.rb
627
646
  - lib/cybersource_rest_client/models/inline_response_404_2.rb
628
647
  - lib/cybersource_rest_client/models/inline_response_404_2_details.rb
648
+ - lib/cybersource_rest_client/models/inline_response_404_3.rb
629
649
  - lib/cybersource_rest_client/models/inline_response_409.rb
630
650
  - lib/cybersource_rest_client/models/inline_response_409_errors.rb
631
651
  - lib/cybersource_rest_client/models/inline_response_410.rb
@@ -639,6 +659,7 @@ files:
639
659
  - lib/cybersource_rest_client/models/inline_response_500.rb
640
660
  - lib/cybersource_rest_client/models/inline_response_500_1.rb
641
661
  - lib/cybersource_rest_client/models/inline_response_500_2.rb
662
+ - lib/cybersource_rest_client/models/inline_response_500_3.rb
642
663
  - lib/cybersource_rest_client/models/inline_response_500_errors.rb
643
664
  - lib/cybersource_rest_client/models/inline_response_502.rb
644
665
  - lib/cybersource_rest_client/models/inline_response_503.rb
@@ -744,6 +765,13 @@ files:
744
765
  - lib/cybersource_rest_client/models/payment_instrument_list__links_prev.rb
745
766
  - lib/cybersource_rest_client/models/payment_instrument_list__links_self.rb
746
767
  - lib/cybersource_rest_client/models/payments_products.rb
768
+ - lib/cybersource_rest_client/models/payments_products_alternative_payment_methods.rb
769
+ - lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_additional_configurations.rb
770
+ - lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information.rb
771
+ - lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations.rb
772
+ - lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations_processors.rb
773
+ - lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_payment_methods.rb
774
+ - lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_subscription_information.rb
747
775
  - lib/cybersource_rest_client/models/payments_products_card_present_connect.rb
748
776
  - lib/cybersource_rest_client/models/payments_products_card_present_connect_configuration_information.rb
749
777
  - lib/cybersource_rest_client/models/payments_products_card_present_connect_configuration_information_configurations.rb
@@ -769,7 +797,6 @@ files:
769
797
  - lib/cybersource_rest_client/models/payments_products_e_check_subscription_information.rb
770
798
  - lib/cybersource_rest_client/models/payments_products_payer_authentication.rb
771
799
  - lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information.rb
772
- - lib/cybersource_rest_client/models/payments_products_payer_authentication_subscription_information.rb
773
800
  - lib/cybersource_rest_client/models/payments_products_payouts.rb
774
801
  - lib/cybersource_rest_client/models/payments_products_payouts_configuration_information.rb
775
802
  - lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations.rb
@@ -785,6 +812,14 @@ files:
785
812
  - lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_payment_information.rb
786
813
  - lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_products.rb
787
814
  - lib/cybersource_rest_client/models/payments_products_tax.rb
815
+ - lib/cybersource_rest_client/models/payments_products_unified_checkout.rb
816
+ - lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information.rb
817
+ - lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations.rb
818
+ - lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features.rb
819
+ - lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features_paze.rb
820
+ - lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb
821
+ - lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features.rb
822
+ - lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout.rb
788
823
  - lib/cybersource_rest_client/models/payments_products_virtual_terminal.rb
789
824
  - lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information.rb
790
825
  - lib/cybersource_rest_client/models/payments_strong_auth_issuer_information.rb
@@ -805,6 +840,8 @@ files:
805
840
  - lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb
806
841
  - lib/cybersource_rest_client/models/post_customer_request.rb
807
842
  - lib/cybersource_rest_client/models/post_customer_shipping_address_request.rb
843
+ - lib/cybersource_rest_client/models/post_device_search_request.rb
844
+ - lib/cybersource_rest_client/models/post_device_search_request_v3.rb
808
845
  - lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb
809
846
  - lib/cybersource_rest_client/models/post_instrument_identifier_request.rb
810
847
  - lib/cybersource_rest_client/models/post_payment_credentials_request.rb
@@ -1353,6 +1390,7 @@ files:
1353
1390
  - lib/cybersource_rest_client/models/rbsv1plansid_processing_information.rb
1354
1391
  - lib/cybersource_rest_client/models/rbsv1plansid_processing_information_subscription_billing_options.rb
1355
1392
  - lib/cybersource_rest_client/models/rbsv1subscriptions_client_reference_information.rb
1393
+ - lib/cybersource_rest_client/models/rbsv1subscriptions_client_reference_information_partner.rb
1356
1394
  - lib/cybersource_rest_client/models/rbsv1subscriptions_payment_information.rb
1357
1395
  - lib/cybersource_rest_client/models/rbsv1subscriptions_payment_information_customer.rb
1358
1396
  - lib/cybersource_rest_client/models/rbsv1subscriptions_plan_information.rb
@@ -1415,6 +1453,9 @@ files:
1415
1453
  - lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information.rb
1416
1454
  - lib/cybersource_rest_client/models/risk_products_fraud_management_essentials.rb
1417
1455
  - lib/cybersource_rest_client/models/risk_products_fraud_management_essentials_configuration_information.rb
1456
+ - lib/cybersource_rest_client/models/risk_products_portfolio_risk_controls.rb
1457
+ - lib/cybersource_rest_client/models/risk_products_portfolio_risk_controls_configuration_information.rb
1458
+ - lib/cybersource_rest_client/models/risk_products_portfolio_risk_controls_configuration_information_configurations.rb
1418
1459
  - lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response.rb
1419
1460
  - lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address1.rb
1420
1461
  - lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information.rb
@@ -1804,6 +1845,7 @@ files:
1804
1845
  - lib/cybersource_rest_client/models/vt_config_card_not_present_receipt_information_order_information.rb
1805
1846
  - lib/cybersource_rest_client/utilities/flex/token_verification.rb
1806
1847
  - lib/cybersource_rest_client/utilities/jwe_utility.rb
1848
+ - lib/cybersource_rest_client/utilities/multipart/multipart_helper.rb
1807
1849
  - lib/cybersource_rest_client/utilities/tracking/sdk_tracker.rb
1808
1850
  - lib/cybersource_rest_client/version.rb
1809
1851
  homepage: https://developer.cybersource.com