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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 24b146e79d57f45bc51b361e25fe8028581b5100291c91807bb3d0278f0d7013
4
- data.tar.gz: 98ce437b918c1033b8d759d89823214c4984812f4e10c2694eb5601e4136273a
3
+ metadata.gz: 11de49df956c65f366c745ee79944c9fa597d1dd21334cc572469ccdc50b9bb9
4
+ data.tar.gz: 1f851236719f9c3a3dce1b5b41cbdec1e2dccd5b650e780e73dde2ba88b4514a
5
5
  SHA512:
6
- metadata.gz: 64f20387e7083e40a627197ebf33f5269881dd80004361951b99e36f73cb3beb2824f6d9ccea96c40c9f360f68ecb989f7f881c49b56c20dc711a50c3c5f77df
7
- data.tar.gz: 052ba2f1c985d9fd81b669f3c6463abe529b0d00ac1c2e9a515ca1a80cea39c59d44f6d16fbeaa5a4145446b41ede877817bb8bda24784cbc086ff3e044ba6b4
6
+ metadata.gz: 01d5b1c0c0d4732a60bce2155fb2c79ba322fd4176466259c758ced27f9d00bd474eda58c7d2df6dcec9a0a120aee831a71c1e20f3cf4cd5d648481c4b91e9ac
7
+ data.tar.gz: 1387668e0a3c75bc5f3afc3331525adad79917145d2b502af9fb9273d0adf85eb5b114be187ea3aec7b3c03db8880e3e877de5ac52ebbe62d310285f126a81db
@@ -24,7 +24,7 @@ module CyberSource
24
24
  #
25
25
  # @param batch_id Unique identification number assigned to the submitted request.
26
26
  # @param [Hash] opts the optional parameters
27
- # @return [InlineResponse2007]
27
+ # @return [InlineResponse20010]
28
28
  #
29
29
  def get_batch_report(batch_id, opts = {})
30
30
  data, status_code, headers = get_batch_report_with_http_info(batch_id, opts)
@@ -35,7 +35,7 @@ module CyberSource
35
35
  # **Get Batch Report**<br>This resource accepts a batch id and returns: - The batch status. - The total number of accepted, rejected, updated records. - The total number of card association responses. - The billable quantities of: - New Account Numbers (NAN) - New Expiry Dates (NED) - Account Closures (ACL) - Contact Card Holders (CCH) - Source record information including token ids, masked card number, expiration dates & card type. - Response record information including response code, reason, token ids, masked card number, expiration dates & card type.
36
36
  # @param batch_id Unique identification number assigned to the submitted request.
37
37
  # @param [Hash] opts the optional parameters
38
- # @return [Array<(InlineResponse2007, Fixnum, Hash)>] InlineResponse2007 data, response status code and response headers
38
+ # @return [Array<(InlineResponse20010, Fixnum, Hash)>] InlineResponse20010 data, response status code and response headers
39
39
  def get_batch_report_with_http_info(batch_id, opts = {})
40
40
 
41
41
  if @api_client.config.debugging
@@ -87,7 +87,7 @@ module CyberSource
87
87
  :form_params => form_params,
88
88
  :body => post_body,
89
89
  :auth_names => auth_names,
90
- :return_type => 'InlineResponse2007')
90
+ :return_type => 'InlineResponse20010')
91
91
  if @api_client.config.debugging
92
92
  begin
93
93
  raise
@@ -103,7 +103,7 @@ module CyberSource
103
103
  #
104
104
  # @param batch_id Unique identification number assigned to the submitted request.
105
105
  # @param [Hash] opts the optional parameters
106
- # @return [InlineResponse2006]
106
+ # @return [InlineResponse2009]
107
107
  #
108
108
  def get_batch_status(batch_id, opts = {})
109
109
  data, status_code, headers = get_batch_status_with_http_info(batch_id, opts)
@@ -114,7 +114,7 @@ module CyberSource
114
114
  # **Get Batch Status**&lt;br&gt;This resource accepts a batch id and returns: - The batch status. - The total number of accepted, rejected, updated records. - The total number of card association responses. - The billable quantities of: - New Account Numbers (NAN) - New Expiry Dates (NED) - Account Closures (ACL) - Contact Card Holders (CCH)
115
115
  # @param batch_id Unique identification number assigned to the submitted request.
116
116
  # @param [Hash] opts the optional parameters
117
- # @return [Array<(InlineResponse2006, Fixnum, Hash)>] InlineResponse2006 data, response status code and response headers
117
+ # @return [Array<(InlineResponse2009, Fixnum, Hash)>] InlineResponse2009 data, response status code and response headers
118
118
  def get_batch_status_with_http_info(batch_id, opts = {})
119
119
 
120
120
  if @api_client.config.debugging
@@ -166,7 +166,7 @@ module CyberSource
166
166
  :form_params => form_params,
167
167
  :body => post_body,
168
168
  :auth_names => auth_names,
169
- :return_type => 'InlineResponse2006')
169
+ :return_type => 'InlineResponse2009')
170
170
  if @api_client.config.debugging
171
171
  begin
172
172
  raise
@@ -185,7 +185,7 @@ module CyberSource
185
185
  # @option opts [Integer] :limit The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (default to 20)
186
186
  # @option opts [String] :from_date ISO-8601 format: yyyyMMddTHHmmssZ
187
187
  # @option opts [String] :to_date ISO-8601 format: yyyyMMddTHHmmssZ
188
- # @return [InlineResponse2005]
188
+ # @return [InlineResponse2008]
189
189
  #
190
190
  def get_batches_list(opts = {})
191
191
  data, status_code, headers = get_batches_list_with_http_info(opts)
@@ -199,7 +199,7 @@ module CyberSource
199
199
  # @option opts [Integer] :limit The maximum number that can be returned in the array starting from the offset record in zero-based dataset.
200
200
  # @option opts [String] :from_date ISO-8601 format: yyyyMMddTHHmmssZ
201
201
  # @option opts [String] :to_date ISO-8601 format: yyyyMMddTHHmmssZ
202
- # @return [Array<(InlineResponse2005, Fixnum, Hash)>] InlineResponse2005 data, response status code and response headers
202
+ # @return [Array<(InlineResponse2008, Fixnum, Hash)>] InlineResponse2008 data, response status code and response headers
203
203
  def get_batches_list_with_http_info(opts = {})
204
204
 
205
205
  if @api_client.config.debugging
@@ -247,7 +247,7 @@ module CyberSource
247
247
  :form_params => form_params,
248
248
  :body => post_body,
249
249
  :auth_names => auth_names,
250
- :return_type => 'InlineResponse2005')
250
+ :return_type => 'InlineResponse2008')
251
251
  if @api_client.config.debugging
252
252
  begin
253
253
  raise
@@ -0,0 +1,168 @@
1
+ =begin
2
+ #CyberSource Merged Spec
3
+
4
+ #All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5
+
6
+ OpenAPI spec version: 0.0.1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.38
10
+ =end
11
+
12
+ require 'uri'
13
+ require 'AuthenticationSDK/util/MLEUtility'
14
+ module CyberSource
15
+ class DeviceDeAssociationApi
16
+ attr_accessor :api_client
17
+
18
+ def initialize(api_client = ApiClient.default, config)
19
+ @api_client = api_client
20
+ @api_client.set_configuration(config)
21
+ end
22
+ # De-associate a device from merchant or account V2
23
+ # The current association of the device will be removed and will be assigned back to parent in the hierarchy based on internal logic
24
+ #
25
+ # @param de_association_request_body de association of the deviceId in the request body.
26
+ # @param [Hash] opts the optional parameters
27
+ # @return [nil]
28
+ #
29
+ def delete_terminal_association(de_association_request_body, opts = {})
30
+ data, status_code, headers = delete_terminal_association_with_http_info(de_association_request_body, opts)
31
+ return data, status_code, headers
32
+ end
33
+
34
+ # De-associate a device from merchant or account V2
35
+ # The current association of the device will be removed and will be assigned back to parent in the hierarchy based on internal logic
36
+ # @param de_association_request_body de association of the deviceId in the request body.
37
+ # @param [Hash] opts the optional parameters
38
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
39
+ def delete_terminal_association_with_http_info(de_association_request_body, opts = {})
40
+
41
+ if @api_client.config.debugging
42
+ begin
43
+ raise
44
+ @api_client.config.logger.debug 'Calling API: DeviceDeAssociationApi.delete_terminal_association ...'
45
+ rescue
46
+ puts 'Cannot write to log'
47
+ end
48
+ end
49
+ # verify the required parameter 'de_association_request_body' is set
50
+ if @api_client.config.client_side_validation && de_association_request_body.nil?
51
+ fail ArgumentError, "Missing the required parameter 'de_association_request_body' when calling DeviceDeAssociationApi.delete_terminal_association"
52
+ end
53
+ # resource path
54
+ local_var_path = 'dms/v2/devices/deassociate'
55
+
56
+ # query parameters
57
+ query_params = {}
58
+
59
+ # header parameters
60
+ header_params = {}
61
+ # HTTP header 'Accept' (if needed)
62
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
63
+ # HTTP header 'Content-Type'
64
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=UTF-8'])
65
+
66
+ # form parameters
67
+ form_params = {}
68
+
69
+ # http body (model)
70
+ post_body = @api_client.object_to_http_body(de_association_request_body)
71
+ sdk_tracker = SdkTracker.new
72
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'DeAssociationRequestBody', @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, ["delete_terminal_association","delete_terminal_association_with_http_info"])
75
+ post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
76
+ end
77
+ auth_names = []
78
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
79
+ :header_params => header_params,
80
+ :query_params => query_params,
81
+ :form_params => form_params,
82
+ :body => post_body,
83
+ :auth_names => auth_names)
84
+ if @api_client.config.debugging
85
+ begin
86
+ raise
87
+ @api_client.config.logger.debug "API called: DeviceDeAssociationApi#delete_terminal_association\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
88
+ rescue
89
+ puts 'Cannot write to log'
90
+ end
91
+ end
92
+ return data, status_code, headers
93
+ end
94
+ # De-associate a device from merchant to account or reseller and from account to reseller
95
+ # A device will be de-associated from its current organization and moved up in the hierarchy. The device's new position will be determined by a specified destination, either an account or a portfolio. If no destination is provided, the device will default to the currently logged-in user.
96
+ #
97
+ # @param device_de_associate_v3_request deviceId that has to be de-associated to the destination organizationId.
98
+ # @param [Hash] opts the optional parameters
99
+ # @return [Array<InlineResponse2006>]
100
+ #
101
+ def post_de_associate_v3_terminal(device_de_associate_v3_request, opts = {})
102
+ data, status_code, headers = post_de_associate_v3_terminal_with_http_info(device_de_associate_v3_request, opts)
103
+ return data, status_code, headers
104
+ end
105
+
106
+ # De-associate a device from merchant to account or reseller and from account to reseller
107
+ # A device will be de-associated from its current organization and moved up in the hierarchy. The device&#39;s new position will be determined by a specified destination, either an account or a portfolio. If no destination is provided, the device will default to the currently logged-in user.
108
+ # @param device_de_associate_v3_request deviceId that has to be de-associated to the destination organizationId.
109
+ # @param [Hash] opts the optional parameters
110
+ # @return [Array<(Array<InlineResponse2006>, Fixnum, Hash)>] Array<InlineResponse2006> data, response status code and response headers
111
+ def post_de_associate_v3_terminal_with_http_info(device_de_associate_v3_request, opts = {})
112
+
113
+ if @api_client.config.debugging
114
+ begin
115
+ raise
116
+ @api_client.config.logger.debug 'Calling API: DeviceDeAssociationApi.post_de_associate_v3_terminal ...'
117
+ rescue
118
+ puts 'Cannot write to log'
119
+ end
120
+ end
121
+ # verify the required parameter 'device_de_associate_v3_request' is set
122
+ if @api_client.config.client_side_validation && device_de_associate_v3_request.nil?
123
+ fail ArgumentError, "Missing the required parameter 'device_de_associate_v3_request' when calling DeviceDeAssociationApi.post_de_associate_v3_terminal"
124
+ end
125
+ # resource path
126
+ local_var_path = 'dms/v3/devices/deassociate'
127
+
128
+ # query parameters
129
+ query_params = {}
130
+
131
+ # header parameters
132
+ header_params = {}
133
+ # HTTP header 'Accept' (if needed)
134
+ header_params['Accept'] = @api_client.select_header_accept(['application/json;charset=UTF-8'])
135
+ # HTTP header 'Content-Type'
136
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=UTF-8'])
137
+
138
+ # form parameters
139
+ form_params = {}
140
+
141
+ # http body (model)
142
+ post_body = @api_client.object_to_http_body(device_de_associate_v3_request)
143
+ sdk_tracker = SdkTracker.new
144
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'Array&lt;DeviceDeAssociateV3Request&gt;', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
145
+ is_mle_supported_by_cybs_for_api = false
146
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["post_de_associate_v3_terminal","post_de_associate_v3_terminal_with_http_info"])
147
+ post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
148
+ end
149
+ auth_names = []
150
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
151
+ :header_params => header_params,
152
+ :query_params => query_params,
153
+ :form_params => form_params,
154
+ :body => post_body,
155
+ :auth_names => auth_names,
156
+ :return_type => 'Array<InlineResponse2006>')
157
+ if @api_client.config.debugging
158
+ begin
159
+ raise
160
+ @api_client.config.logger.debug "API called: DeviceDeAssociationApi#post_de_associate_v3_terminal\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
161
+ rescue
162
+ puts 'Cannot write to log'
163
+ end
164
+ end
165
+ return data, status_code, headers
166
+ end
167
+ end
168
+ end
@@ -0,0 +1,169 @@
1
+ =begin
2
+ #CyberSource Merged Spec
3
+
4
+ #All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5
+
6
+ OpenAPI spec version: 0.0.1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.38
10
+ =end
11
+
12
+ require 'uri'
13
+ require 'AuthenticationSDK/util/MLEUtility'
14
+ module CyberSource
15
+ class DeviceSearchApi
16
+ attr_accessor :api_client
17
+
18
+ def initialize(api_client = ApiClient.default, config)
19
+ @api_client = api_client
20
+ @api_client.set_configuration(config)
21
+ end
22
+ # Retrieve List of Devices for a given search query V2
23
+ # Retrieves list of terminals in paginated format.
24
+ #
25
+ # @param post_device_search_request
26
+ # @param [Hash] opts the optional parameters
27
+ # @return [InlineResponse2005]
28
+ #
29
+ def post_search_query(post_device_search_request, opts = {})
30
+ data, status_code, headers = post_search_query_with_http_info(post_device_search_request, opts)
31
+ return data, status_code, headers
32
+ end
33
+
34
+ # Retrieve List of Devices for a given search query V2
35
+ # Retrieves list of terminals in paginated format.
36
+ # @param post_device_search_request
37
+ # @param [Hash] opts the optional parameters
38
+ # @return [Array<(InlineResponse2005, Fixnum, Hash)>] InlineResponse2005 data, response status code and response headers
39
+ def post_search_query_with_http_info(post_device_search_request, opts = {})
40
+
41
+ if @api_client.config.debugging
42
+ begin
43
+ raise
44
+ @api_client.config.logger.debug 'Calling API: DeviceSearchApi.post_search_query ...'
45
+ rescue
46
+ puts 'Cannot write to log'
47
+ end
48
+ end
49
+ # verify the required parameter 'post_device_search_request' is set
50
+ if @api_client.config.client_side_validation && post_device_search_request.nil?
51
+ fail ArgumentError, "Missing the required parameter 'post_device_search_request' when calling DeviceSearchApi.post_search_query"
52
+ end
53
+ # resource path
54
+ local_var_path = 'dms/v2/devices/search'
55
+
56
+ # query parameters
57
+ query_params = {}
58
+
59
+ # header parameters
60
+ header_params = {}
61
+ # HTTP header 'Accept' (if needed)
62
+ header_params['Accept'] = @api_client.select_header_accept(['application/json;charset=UTF-8'])
63
+ # HTTP header 'Content-Type'
64
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=UTF-8'])
65
+
66
+ # form parameters
67
+ form_params = {}
68
+
69
+ # http body (model)
70
+ post_body = @api_client.object_to_http_body(post_device_search_request)
71
+ sdk_tracker = SdkTracker.new
72
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PostDeviceSearchRequest', @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, ["post_search_query","post_search_query_with_http_info"])
75
+ post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
76
+ end
77
+ auth_names = []
78
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
79
+ :header_params => header_params,
80
+ :query_params => query_params,
81
+ :form_params => form_params,
82
+ :body => post_body,
83
+ :auth_names => auth_names,
84
+ :return_type => 'InlineResponse2005')
85
+ if @api_client.config.debugging
86
+ begin
87
+ raise
88
+ @api_client.config.logger.debug "API called: DeviceSearchApi#post_search_query\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
89
+ rescue
90
+ puts 'Cannot write to log'
91
+ end
92
+ end
93
+ return data, status_code, headers
94
+ end
95
+ # Retrieve List of Devices for a given search query
96
+ # Search for devices matching a given search query. The search query supports serialNumber, readerId, terminalId, status, statusChangeReason or organizationId Matching results are paginated.
97
+ #
98
+ # @param post_device_search_request_v3
99
+ # @param [Hash] opts the optional parameters
100
+ # @return [InlineResponse2007]
101
+ #
102
+ def post_search_query_v3(post_device_search_request_v3, opts = {})
103
+ data, status_code, headers = post_search_query_v3_with_http_info(post_device_search_request_v3, opts)
104
+ return data, status_code, headers
105
+ end
106
+
107
+ # Retrieve List of Devices for a given search query
108
+ # Search for devices matching a given search query. The search query supports serialNumber, readerId, terminalId, status, statusChangeReason or organizationId Matching results are paginated.
109
+ # @param post_device_search_request_v3
110
+ # @param [Hash] opts the optional parameters
111
+ # @return [Array<(InlineResponse2007, Fixnum, Hash)>] InlineResponse2007 data, response status code and response headers
112
+ def post_search_query_v3_with_http_info(post_device_search_request_v3, opts = {})
113
+
114
+ if @api_client.config.debugging
115
+ begin
116
+ raise
117
+ @api_client.config.logger.debug 'Calling API: DeviceSearchApi.post_search_query_v3 ...'
118
+ rescue
119
+ puts 'Cannot write to log'
120
+ end
121
+ end
122
+ # verify the required parameter 'post_device_search_request_v3' is set
123
+ if @api_client.config.client_side_validation && post_device_search_request_v3.nil?
124
+ fail ArgumentError, "Missing the required parameter 'post_device_search_request_v3' when calling DeviceSearchApi.post_search_query_v3"
125
+ end
126
+ # resource path
127
+ local_var_path = 'dms/v3/devices/search'
128
+
129
+ # query parameters
130
+ query_params = {}
131
+
132
+ # header parameters
133
+ header_params = {}
134
+ # HTTP header 'Accept' (if needed)
135
+ header_params['Accept'] = @api_client.select_header_accept(['application/json;charset=UTF-8'])
136
+ # HTTP header 'Content-Type'
137
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=UTF-8'])
138
+
139
+ # form parameters
140
+ form_params = {}
141
+
142
+ # http body (model)
143
+ post_body = @api_client.object_to_http_body(post_device_search_request_v3)
144
+ sdk_tracker = SdkTracker.new
145
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PostDeviceSearchRequestV3', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
146
+ is_mle_supported_by_cybs_for_api = false
147
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["post_search_query_v3","post_search_query_v3_with_http_info"])
148
+ post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
149
+ end
150
+ auth_names = []
151
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
152
+ :header_params => header_params,
153
+ :query_params => query_params,
154
+ :form_params => form_params,
155
+ :body => post_body,
156
+ :auth_names => auth_names,
157
+ :return_type => 'InlineResponse2007')
158
+ if @api_client.config.debugging
159
+ begin
160
+ raise
161
+ @api_client.config.logger.debug "API called: DeviceSearchApi#post_search_query_v3\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
162
+ rescue
163
+ puts 'Cannot write to log'
164
+ end
165
+ end
166
+ return data, status_code, headers
167
+ end
168
+ end
169
+ end
@@ -20,10 +20,11 @@ module CyberSource
20
20
  @api_client.set_configuration(config)
21
21
  end
22
22
  # Activate a Subscription
23
- # Activate a `CANCELLED` Or `SUSPENDED` Subscription
23
+ # Activate a `SUSPENDED` Subscription
24
24
  #
25
25
  # @param id Subscription Id
26
26
  # @param [Hash] opts the optional parameters
27
+ # @option opts [BOOLEAN] :process_skipped_payments Indicates if skipped payments should be processed from the period when the subscription was suspended. By default, this is set to true. (default to true)
27
28
  # @return [ActivateSubscriptionResponse]
28
29
  #
29
30
  def activate_subscription(id, opts = {})
@@ -32,9 +33,10 @@ module CyberSource
32
33
  end
33
34
 
34
35
  # Activate a Subscription
35
- # Activate a &#x60;CANCELLED&#x60; Or &#x60;SUSPENDED&#x60; Subscription
36
+ # Activate a &#x60;SUSPENDED&#x60; Subscription
36
37
  # @param id Subscription Id
37
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [BOOLEAN] :process_skipped_payments Indicates if skipped payments should be processed from the period when the subscription was suspended. By default, this is set to true.
38
40
  # @return [Array<(ActivateSubscriptionResponse, Fixnum, Hash)>] ActivateSubscriptionResponse data, response status code and response headers
39
41
  def activate_subscription_with_http_info(id, opts = {})
40
42
 
@@ -55,6 +57,7 @@ module CyberSource
55
57
 
56
58
  # query parameters
57
59
  query_params = {}
60
+ query_params[:'processSkippedPayments'] = opts[:'process_skipped_payments'] if !opts[:'process_skipped_payments'].nil?
58
61
 
59
62
  # header parameters
60
63
  header_params = {}
@@ -294,20 +294,25 @@ module CyberSource
294
294
  # query parameters
295
295
  query_params = {}
296
296
 
297
+ boundary = SecureRandom.hex
298
+ delimiter = "-------------" + boundary
297
299
  # header parameters
298
300
  header_params = {}
299
301
  # HTTP header 'Accept' (if needed)
300
302
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
301
303
  # HTTP header 'Content-Type'
302
- header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
304
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data; boundary=' + delimiter])
303
305
 
304
306
  # form parameters
305
307
  form_params = {}
306
- form_params['file'] = file
308
+ form_params[File.basename(file)] = File.read(file)
307
309
 
308
310
  # http body (model)
309
311
  if 'POST' == 'POST'
310
312
  post_body = '{}'
313
+ require_relative '../utilities/multipart/multipart_helper'
314
+ multipart_helper = MultipartHelper.new
315
+ post_body = multipart_helper.build_data_files(boundary, form_params)
311
316
  else
312
317
  post_body = nil
313
318
  end
@@ -36,7 +36,7 @@ module CyberSource
36
36
  # Attribute type mapping.
37
37
  def self.swagger_types
38
38
  {
39
- :'subscription_information' => :'PaymentsProductsPayerAuthenticationSubscriptionInformation',
39
+ :'subscription_information' => :'PaymentsProductsAlternativePaymentMethodsSubscriptionInformation',
40
40
  :'configuration_information' => :'CommerceSolutionsProductsAccountUpdaterConfigurationInformation'
41
41
  }
42
42
  end
@@ -36,7 +36,7 @@ module CyberSource
36
36
  # Attribute type mapping.
37
37
  def self.swagger_types
38
38
  {
39
- :'subscription_information' => :'PaymentsProductsPayerAuthenticationSubscriptionInformation',
39
+ :'subscription_information' => :'PaymentsProductsAlternativePaymentMethodsSubscriptionInformation',
40
40
  :'configuration_information' => :'CommerceSolutionsProductsBinLookupConfigurationInformation'
41
41
  }
42
42
  end
@@ -36,7 +36,7 @@ module CyberSource
36
36
  # Attribute type mapping.
37
37
  def self.swagger_types
38
38
  {
39
- :'subscription_information' => :'PaymentsProductsPayerAuthenticationSubscriptionInformation',
39
+ :'subscription_information' => :'PaymentsProductsAlternativePaymentMethodsSubscriptionInformation',
40
40
  :'configuration_information' => :'CommerceSolutionsProductsTokenManagementConfigurationInformation'
41
41
  }
42
42
  end