cybersource_rest_client 0.0.11 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (428) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cybersource_rest_client.rb +104 -84
  3. data/lib/cybersource_rest_client/api/capture_api.rb +2 -2
  4. data/lib/cybersource_rest_client/api/conversion_details_api.rb +6 -6
  5. data/lib/cybersource_rest_client/api/credit_api.rb +2 -2
  6. data/lib/cybersource_rest_client/api/decision_manager_api.rb +89 -0
  7. data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +229 -47
  8. data/lib/cybersource_rest_client/api/key_generation_api.rb +13 -9
  9. data/lib/cybersource_rest_client/api/net_fundings_api.rb +16 -16
  10. data/lib/cybersource_rest_client/api/notification_of_changes_api.rb +6 -6
  11. data/lib/cybersource_rest_client/api/payment_batch_summaries_api.rb +135 -0
  12. data/lib/cybersource_rest_client/api/payment_instrument_api.rb +365 -0
  13. data/lib/cybersource_rest_client/api/payments_api.rb +2 -2
  14. data/lib/cybersource_rest_client/api/{process_a_payout_api.rb → payouts_api.rb} +7 -7
  15. data/lib/cybersource_rest_client/api/purchase_and_refund_details_api.rb +6 -6
  16. data/lib/cybersource_rest_client/api/refund_api.rb +2 -2
  17. data/lib/cybersource_rest_client/api/report_definitions_api.rb +2 -2
  18. data/lib/cybersource_rest_client/api/report_downloads_api.rb +2 -2
  19. data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +2 -2
  20. data/lib/cybersource_rest_client/api/reports_api.rb +6 -6
  21. data/lib/cybersource_rest_client/api/reversal_api.rb +67 -2
  22. data/lib/cybersource_rest_client/api/search_transactions_api.rb +13 -13
  23. data/lib/cybersource_rest_client/api/secure_file_share_api.rb +12 -12
  24. data/lib/cybersource_rest_client/api/{flex_token_api.rb → tokenization_api.rb} +18 -14
  25. data/lib/cybersource_rest_client/api/transaction_batches_api.rb +76 -2
  26. data/lib/cybersource_rest_client/api/transaction_details_api.rb +2 -2
  27. data/lib/cybersource_rest_client/api/user_management_api.rb +2 -2
  28. data/lib/cybersource_rest_client/api/void_api.rb +67 -2
  29. data/lib/cybersource_rest_client/api_client.rb +12 -13
  30. data/lib/cybersource_rest_client/api_error.rb +2 -2
  31. data/lib/cybersource_rest_client/configuration.rb +2 -2
  32. data/lib/cybersource_rest_client/models/auth_reversal_request.rb +2 -2
  33. data/lib/cybersource_rest_client/models/capture_payment_request.rb +2 -2
  34. data/lib/cybersource_rest_client/models/create_credit_request.rb +2 -2
  35. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_post200_response.rb → create_decision_manager_case_request.rb} +70 -99
  36. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_buyer_information_personal_identification.rb → create_instrument_identifier_request.rb} +20 -21
  37. data/lib/cybersource_rest_client/models/{tms_v1_paymentinstruments_get200_response.rb → create_payment_instrument_request.rb} +13 -13
  38. data/lib/cybersource_rest_client/models/create_payment_request.rb +2 -2
  39. data/lib/cybersource_rest_client/models/{tss_v2_transactions_post_response.rb → create_search_request.rb} +3 -3
  40. data/lib/cybersource_rest_client/models/flex_v1_keys_post200_response.rb +2 -2
  41. data/lib/cybersource_rest_client/models/flex_v1_keys_post200_response_der.rb +2 -2
  42. data/lib/cybersource_rest_client/models/flex_v1_keys_post200_response_jwk.rb +2 -2
  43. data/lib/cybersource_rest_client/models/flex_v1_tokens_post200_response.rb +2 -2
  44. data/lib/cybersource_rest_client/models/flexv1tokens_card_info.rb +12 -2
  45. data/lib/cybersource_rest_client/models/generate_public_key_request.rb +6 -66
  46. data/lib/cybersource_rest_client/models/{der_public_key.rb → inline_response_200.rb} +24 -26
  47. data/lib/cybersource_rest_client/models/inline_response_200_payment_batch_summaries.rb +282 -0
  48. data/lib/cybersource_rest_client/models/inline_response_400.rb +2 -2
  49. data/lib/cybersource_rest_client/models/inline_response_400_1.rb +2 -2
  50. data/lib/cybersource_rest_client/models/inline_response_400_fields.rb +2 -2
  51. data/lib/cybersource_rest_client/models/inline_response_default.rb +2 -2
  52. data/lib/cybersource_rest_client/models/inline_response_default__links.rb +2 -2
  53. data/lib/cybersource_rest_client/models/inline_response_default__links_next.rb +2 -2
  54. data/lib/cybersource_rest_client/models/inline_response_default_response_status.rb +2 -2
  55. data/lib/cybersource_rest_client/models/inline_response_default_response_status_details.rb +2 -2
  56. data/lib/cybersource_rest_client/models/{tokenize_parameters.rb → mit_reversal_request.rb} +43 -17
  57. data/lib/cybersource_rest_client/models/{error.rb → mit_void_request.rb} +10 -19
  58. data/lib/cybersource_rest_client/models/{pts_v2_payouts_post_response.rb → oct_create_payment_request.rb} +3 -3
  59. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response.rb +3 -3
  60. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response__links.rb +2 -2
  61. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response__links_self.rb +2 -2
  62. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response_transaction_batches.rb +2 -2
  63. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get400_response.rb +3 -3
  64. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get400_response_error_information.rb +2 -2
  65. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get400_response_error_information_details.rb +2 -2
  66. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get500_response.rb +3 -3
  67. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get500_response_error_information.rb +2 -2
  68. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_id_get200_response.rb +2 -2
  69. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_id_get200_response__links.rb +2 -2
  70. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_id_get200_response__links_transactions.rb +2 -2
  71. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +4 -4
  72. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_credit_amount_details.rb +2 -2
  73. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information.rb +2 -2
  74. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information.rb +2 -2
  75. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information_bank_transfer_options.rb +2 -2
  76. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response.rb +4 -4
  77. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response__links.rb +2 -2
  78. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_order_information.rb +2 -2
  79. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_order_information_amount_details.rb +2 -2
  80. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processor_information.rb +2 -2
  81. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post400_response.rb +3 -3
  82. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response.rb +4 -4
  83. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response__links.rb +2 -2
  84. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response__links_self.rb +4 -4
  85. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_client_reference_information.rb +3 -3
  86. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_error_information.rb +5 -5
  87. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_error_information_details.rb +2 -2
  88. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_installment_information.rb +2 -197
  89. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_issuer_information.rb +2 -2
  90. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information.rb +2 -2
  91. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_amount_details.rb +2 -2
  92. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_invoice_details.rb +2 -2
  93. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +2 -2
  94. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features.rb +2 -2
  95. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank.rb +2 -2
  96. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank_account.rb +2 -2
  97. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_card.rb +2 -17
  98. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +3 -3
  99. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information.rb +2 -2
  100. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information_emv.rb +2 -2
  101. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +2 -2
  102. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information_bank_transfer_options.rb +2 -2
  103. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +2 -2
  104. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_ach_verification.rb +2 -2
  105. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_avs.rb +2 -2
  106. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_card_verification.rb +3 -3
  107. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_consumer_authentication_response.rb +2 -2
  108. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_customer.rb +2 -2
  109. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb +2 -2
  110. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_merchant_advice.rb +2 -2
  111. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_routing.rb +2 -2
  112. data/lib/cybersource_rest_client/models/pts_v2_payments_post400_response.rb +3 -3
  113. data/lib/cybersource_rest_client/models/pts_v2_payments_post502_response.rb +5 -5
  114. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb +4 -4
  115. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response__links.rb +2 -2
  116. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information.rb +2 -2
  117. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +2 -2
  118. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_refund_amount_details.rb +2 -2
  119. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post400_response.rb +3 -3
  120. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response.rb +4 -4
  121. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response__links.rb +2 -2
  122. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_authorization_information.rb +2 -2
  123. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_issuer_information.rb +2 -2
  124. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_processor_information.rb +2 -2
  125. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_reversal_amount_details.rb +2 -2
  126. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post400_response.rb +3 -3
  127. data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response.rb +4 -4
  128. data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_void_amount_details.rb +2 -2
  129. data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post400_response.rb +3 -3
  130. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response.rb +14 -17
  131. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_error_information.rb +4 -4
  132. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_merchant_information.rb +2 -2
  133. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_merchant_information_merchant_descriptor.rb +2 -2
  134. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information.rb +2 -2
  135. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details.rb +4 -4
  136. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +2 -2
  137. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information.rb +2 -2
  138. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information_card.rb +2 -2
  139. data/lib/cybersource_rest_client/models/pts_v2_payouts_post400_response.rb +31 -7
  140. data/lib/cybersource_rest_client/models/ptsv2credits_point_of_sale_information.rb +2 -2
  141. data/lib/cybersource_rest_client/models/ptsv2credits_point_of_sale_information_emv.rb +2 -2
  142. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +2 -2
  143. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_bank_transfer_options.rb +2 -2
  144. data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information.rb +2 -2
  145. data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +2 -2
  146. data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information.rb +2 -2
  147. data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information_personal_identification.rb +7 -7
  148. data/lib/cybersource_rest_client/models/ptsv2payments_client_reference_information.rb +4 -4
  149. data/lib/cybersource_rest_client/models/ptsv2payments_client_reference_information_partner.rb +2 -2
  150. data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +2 -2
  151. data/lib/cybersource_rest_client/models/ptsv2payments_device_information.rb +4 -4
  152. data/lib/cybersource_rest_client/models/ptsv2payments_installment_information.rb +2 -2
  153. data/lib/cybersource_rest_client/models/ptsv2payments_issuer_information.rb +2 -2
  154. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_defined_information.rb +2 -2
  155. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information.rb +2 -2
  156. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_merchant_descriptor.rb +2 -2
  157. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_fee_descriptor.rb +2 -2
  158. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_initiated_transaction.rb +2 -2
  159. data/lib/cybersource_rest_client/models/ptsv2payments_order_information.rb +2 -2
  160. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +2 -2
  161. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_amex_additional_amounts.rb +2 -2
  162. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_surcharge.rb +2 -2
  163. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_tax_details.rb +2 -2
  164. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to.rb +2 -2
  165. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to_company.rb +2 -2
  166. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details.rb +2 -2
  167. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details_transaction_advice_addendum.rb +2 -2
  168. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb +7 -7
  169. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_ship_to.rb +4 -4
  170. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_shipping_details.rb +20 -4
  171. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +2 -2
  172. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +2 -2
  173. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account.rb +2 -2
  174. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb +6 -6
  175. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_customer.rb +2 -2
  176. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_fluid_data.rb +2 -2
  177. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +3 -3
  178. data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +2 -2
  179. data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information_emv.rb +2 -2
  180. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +2 -2
  181. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb +2 -2
  182. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options_initiator.rb +2 -2
  183. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_bank_transfer_options.rb +2 -2
  184. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_capture_options.rb +2 -2
  185. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_recurring_options.rb +2 -2
  186. data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +2 -2
  187. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information.rb +2 -2
  188. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +2 -2
  189. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_buyer_information.rb +2 -2
  190. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_installment_information.rb +2 -227
  191. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_merchant_information.rb +2 -2
  192. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information.rb +2 -2
  193. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_amount_details.rb +2 -2
  194. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_bill_to.rb +2 -2
  195. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_invoice_details.rb +2 -2
  196. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_ship_to.rb +3 -3
  197. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_shipping_details.rb +2 -2
  198. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_payment_information.rb +2 -2
  199. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information.rb +2 -2
  200. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information_emv.rb +2 -2
  201. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +2 -2
  202. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information_authorization_options.rb +2 -2
  203. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information_capture_options.rb +2 -2
  204. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_merchant_information.rb +2 -2
  205. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information.rb +2 -2
  206. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_line_items.rb +7 -7
  207. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb +2 -2
  208. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_card.rb +6 -6
  209. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_point_of_sale_information.rb +2 -2
  210. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb +2 -2
  211. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information_recurring_options.rb +2 -2
  212. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information.rb +3 -3
  213. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information_partner.rb +2 -2
  214. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information.rb +2 -2
  215. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_amount_details.rb +2 -2
  216. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_line_items.rb +3 -3
  217. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_point_of_sale_information.rb +2 -2
  218. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_processing_information.rb +2 -2
  219. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information.rb +2 -2
  220. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information_amount_details.rb +2 -2
  221. data/lib/cybersource_rest_client/models/ptsv2payouts_client_reference_information.rb +3 -3
  222. data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information.rb +12 -3
  223. data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information_merchant_descriptor.rb +2 -2
  224. data/lib/cybersource_rest_client/models/ptsv2payouts_order_information.rb +2 -2
  225. data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_amount_details.rb +4 -4
  226. data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_amount_details_surcharge.rb +3 -3
  227. data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_bill_to.rb +11 -11
  228. data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information.rb +15 -6
  229. data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information_card.rb +12 -12
  230. data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +3 -3
  231. data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information_payouts_options.rb +2 -2
  232. data/lib/cybersource_rest_client/models/ptsv2payouts_recipient_information.rb +2 -2
  233. data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information.rb +2 -2
  234. data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information_account.rb +2 -2
  235. data/lib/cybersource_rest_client/models/refund_capture_request.rb +2 -2
  236. data/lib/cybersource_rest_client/models/refund_payment_request.rb +2 -2
  237. data/lib/cybersource_rest_client/models/reporting_v3_conversion_details_get200_response.rb +2 -2
  238. data/lib/cybersource_rest_client/models/reporting_v3_conversion_details_get200_response_conversion_details.rb +2 -2
  239. data/lib/cybersource_rest_client/models/reporting_v3_conversion_details_get200_response_notes.rb +2 -2
  240. data/lib/cybersource_rest_client/models/reporting_v3_net_fundings_get200_response.rb +2 -2
  241. data/lib/cybersource_rest_client/models/reporting_v3_net_fundings_get200_response_net_funding_summaries.rb +2 -2
  242. data/lib/cybersource_rest_client/models/reporting_v3_net_fundings_get200_response_total_purchases.rb +2 -2
  243. data/lib/cybersource_rest_client/models/reporting_v3_notificationof_changes_get200_response.rb +2 -2
  244. data/lib/cybersource_rest_client/models/reporting_v3_notificationof_changes_get200_response_notification_of_changes.rb +2 -2
  245. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response.rb +2 -2
  246. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_authorizations.rb +2 -2
  247. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_fee_and_funding_details.rb +2 -2
  248. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_others.rb +2 -2
  249. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_request_details.rb +2 -2
  250. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_settlement_statuses.rb +2 -2
  251. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_settlements.rb +2 -2
  252. data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_get200_response.rb +2 -2
  253. data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_get200_response_report_definitions.rb +2 -2
  254. data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response.rb +2 -2
  255. data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response_attributes.rb +2 -2
  256. data/lib/cybersource_rest_client/models/reporting_v3_report_subscriptions_get200_response.rb +2 -2
  257. data/lib/cybersource_rest_client/models/reporting_v3_report_subscriptions_get200_response_subscriptions.rb +5 -5
  258. data/lib/cybersource_rest_client/models/reporting_v3_reports_get200_response.rb +2 -2
  259. data/lib/cybersource_rest_client/models/reporting_v3_reports_get200_response_reports.rb +2 -2
  260. data/lib/cybersource_rest_client/models/reporting_v3_reports_id_get200_response.rb +3 -3
  261. data/lib/cybersource_rest_client/models/reportingv3_report_downloads_get400_response.rb +4 -4
  262. data/lib/cybersource_rest_client/models/reportingv3_report_downloads_get400_response_details.rb +2 -2
  263. data/lib/cybersource_rest_client/models/reportingv3reports_report_preferences.rb +2 -2
  264. data/lib/cybersource_rest_client/models/request_body.rb +2 -2
  265. data/lib/cybersource_rest_client/models/request_body_1.rb +5 -5
  266. data/lib/cybersource_rest_client/models/{pts_v2_payouts_post502_response.rb → risk_v1_decisions_post201_response.rb} +58 -62
  267. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information.rb +284 -0
  268. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_info_codes.rb +270 -0
  269. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_ip_address.rb +300 -0
  270. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_payment_information.rb +300 -0
  271. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_profile.rb +249 -0
  272. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_providers.rb +185 -0
  273. data/lib/cybersource_rest_client/models/{link.rb → risk_v1_decisions_post201_response_risk_information_providers_provider_name.rb} +21 -28
  274. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_rules.rb +224 -0
  275. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_score.rb +235 -0
  276. data/lib/cybersource_rest_client/models/{key_result.rb → risk_v1_decisions_post201_response_risk_information_velocity.rb} +20 -26
  277. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_velocity_morphing.rb +234 -0
  278. data/lib/cybersource_rest_client/models/{ums_v1_users_get400_response.rb → risk_v1_decisions_post400_response.rb} +7 -19
  279. data/lib/cybersource_rest_client/models/riskv1decisions_buyer_information.rb +236 -0
  280. data/lib/cybersource_rest_client/models/{tss_v2_transactions_get200_response_processor_information_ach_verification.rb → riskv1decisions_card_verification.rb} +8 -33
  281. data/lib/cybersource_rest_client/models/riskv1decisions_client_reference_information.rb +224 -0
  282. data/lib/cybersource_rest_client/models/riskv1decisions_device_information.rb +279 -0
  283. data/lib/cybersource_rest_client/models/{tss_v2_transactions_get200_response_merchant_defined_information.rb → riskv1decisions_merchant_defined_information.rb} +11 -10
  284. data/lib/cybersource_rest_client/models/riskv1decisions_order_information.rb +248 -0
  285. data/lib/cybersource_rest_client/models/{tss_v2_transactions_post201_response__embedded_order_information_amount_details.rb → riskv1decisions_order_information_amount_details.rb} +42 -32
  286. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_bill_to.rb +424 -0
  287. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_line_items.rb +394 -0
  288. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_passenger.rb +350 -0
  289. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_ship_to.rb +400 -0
  290. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_shipping_details.rb +225 -0
  291. data/lib/cybersource_rest_client/models/{error_response.rb → riskv1decisions_payment_information.rb} +17 -16
  292. data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_card.rb +285 -0
  293. data/lib/cybersource_rest_client/models/{tms_v1_paymentinstruments_post201_response_card.rb → riskv1decisions_payment_information_tokenized_card.rb} +57 -99
  294. data/lib/cybersource_rest_client/models/riskv1decisions_processor_information.rb +184 -0
  295. data/lib/cybersource_rest_client/models/{tss_v2_transactions_get200_response_processor_information_card_verification.rb → riskv1decisions_processor_information_avs.rb} +20 -19
  296. data/lib/cybersource_rest_client/models/riskv1decisions_risk_information.rb +183 -0
  297. data/lib/cybersource_rest_client/models/{error_links.rb → riskv1decisions_risk_information_profile.rb} +27 -32
  298. data/lib/cybersource_rest_client/models/riskv1decisions_travel_information.rb +260 -0
  299. data/lib/cybersource_rest_client/models/riskv1decisions_travel_information_legs.rb +224 -0
  300. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_delete409_response.rb → tms_v1_instrument_identifiers_delete409_response.rb} +4 -4
  301. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_delete409_response__links.rb → tms_v1_instrument_identifiers_delete409_response__links.rb} +4 -4
  302. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_delete409_response__links_payment_instruments.rb → tms_v1_instrument_identifiers_delete409_response__links_payment_instruments.rb} +3 -3
  303. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_paymentinstruments_get200_response.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response.rb} +5 -6
  304. data/lib/cybersource_rest_client/models/{response_status_details.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded.rb} +13 -21
  305. data/lib/cybersource_rest_client/models/{pts_v2_payouts_post201_response_error_information_details.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_bank_account.rb} +19 -29
  306. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_bill_to.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_bill_to.rb} +14 -14
  307. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_buyer_information.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_buyer_information.rb} +31 -7
  308. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_card.rb +403 -0
  309. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__links.rb} +8 -8
  310. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links_first.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__links_first.rb} +3 -3
  311. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links_last.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__links_last.rb} +3 -3
  312. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links_next.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__links_next.rb} +3 -3
  313. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links_prev.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__links_prev.rb} +3 -3
  314. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__links_self.rb +184 -0
  315. data/lib/cybersource_rest_client/models/{reporting_v3_reports_id_get200_response_report_preferences.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_bank_transfer_options.rb} +19 -30
  316. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_buyer_information_issued_by.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_buyer_information_issued_by.rb} +4 -4
  317. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_instrument_identifier.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_instrument_identifier.rb} +10 -10
  318. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_merchant_information_merchant_descriptor.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_merchant_descriptor.rb} +3 -3
  319. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_merchant_information.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_merchant_information.rb} +4 -4
  320. data/lib/cybersource_rest_client/models/{body_2.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_payment_instruments.rb} +13 -13
  321. data/lib/cybersource_rest_client/models/{pts_v2_payouts_post201_response_status_information.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_personal_identification.rb} +35 -26
  322. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_processing_information.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_processing_information.rb} +7 -5
  323. data/lib/cybersource_rest_client/models/{body.rb → tms_v1_instrument_identifiers_post200_response.rb} +9 -9
  324. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers__links.rb → tms_v1_instrument_identifiers_post200_response__links.rb} +6 -6
  325. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links_self.rb → tms_v1_instrument_identifiers_post200_response__links_self.rb} +3 -4
  326. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_processing_information_authorization_options_initiator.rb → tms_v1_instrument_identifiers_post200_response_authorization_options_initiator.rb} +4 -4
  327. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_bank_account.rb → tms_v1_instrument_identifiers_post200_response_bank_account.rb} +4 -4
  328. data/lib/cybersource_rest_client/models/{tss_v2_transactions_post201_response__embedded_point_of_sale_information_partner.rb → tms_v1_instrument_identifiers_post200_response_card.rb} +28 -19
  329. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_merchant_initiated_transaction.rb → tms_v1_instrument_identifiers_post200_response_merchant_initiated_transaction.rb} +3 -3
  330. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_metadata.rb → tms_v1_instrument_identifiers_post200_response_metadata.rb} +3 -3
  331. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_processing_information.rb → tms_v1_instrument_identifiers_post200_response_processing_information.rb} +4 -4
  332. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_processing_information_authorization_options.rb → tms_v1_instrument_identifiers_post200_response_processing_information_authorization_options.rb} +4 -4
  333. data/lib/cybersource_rest_client/models/tmsv1instrumentidentifiers_bill_to.rb +234 -0
  334. data/lib/cybersource_rest_client/models/tmsv1instrumentidentifiers_card.rb +108 -6
  335. data/lib/cybersource_rest_client/models/tmsv1instrumentidentifiers_details.rb +2 -2
  336. data/lib/cybersource_rest_client/models/tokenize_request.rb +7 -2
  337. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response.rb +9 -9
  338. data/lib/cybersource_rest_client/models/{links.rb → tss_v2_transactions_get200_response__links.rb} +12 -23
  339. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_application_information.rb +2 -2
  340. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_application_information_applications.rb +2 -2
  341. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_buyer_information.rb +3 -3
  342. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_client_reference_information.rb +19 -4
  343. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_consumer_authentication_information.rb +4 -4
  344. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_device_information.rb +5 -5
  345. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_error_information.rb +3 -3
  346. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_fraud_marking_information.rb +2 -2
  347. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_installment_information.rb +2 -2
  348. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_merchant_information.rb +2 -2
  349. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_merchant_information_merchant_descriptor.rb +2 -2
  350. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information.rb +2 -2
  351. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_amount_details.rb +58 -8
  352. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_bill_to.rb +18 -34
  353. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_line_items.rb +2 -2
  354. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_ship_to.rb +12 -12
  355. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_shipping_details.rb +20 -5
  356. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information.rb +3 -3
  357. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_account_features.rb +2 -2
  358. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank.rb +2 -2
  359. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank_account.rb +50 -5
  360. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank_mandate.rb +2 -2
  361. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_card.rb +13 -13
  362. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_invoice.rb +2 -2
  363. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_payment_type.rb +6 -16
  364. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_point_of_sale_information.rb +2 -2
  365. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information.rb +3 -3
  366. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options.rb +3 -3
  367. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_bank_transfer_options.rb +2 -2
  368. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +59 -9
  369. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_electronic_verification_results.rb +2 -2
  370. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_processor.rb +2 -2
  371. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information.rb +5 -5
  372. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information_profile.rb +2 -2
  373. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information_rules.rb +225 -0
  374. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information_score.rb +2 -2
  375. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_sender_information.rb +2 -2
  376. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response.rb +19 -19
  377. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded.rb +2 -2
  378. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded__links.rb +2 -2
  379. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_buyer_information.rb +3 -3
  380. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_client_reference_information.rb +3 -3
  381. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_consumer_authentication_information.rb +3 -3
  382. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_device_information.rb +3 -3
  383. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_merchant_information.rb +3 -3
  384. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information.rb +3 -3
  385. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_bill_to.rb +7 -7
  386. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_ship_to.rb +5 -5
  387. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information.rb +10 -10
  388. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_card.rb +3 -18
  389. data/lib/cybersource_rest_client/models/{tss_v2_transactions_post201_response__embedded_payment_information_payment_method.rb → tss_v2_transactions_post201_response__embedded_payment_information_payment_type.rb} +18 -8
  390. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_point_of_sale_information.rb +19 -4
  391. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processing_information.rb +3 -3
  392. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processor_information.rb +2 -2
  393. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information.rb +2 -2
  394. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers.rb +2 -2
  395. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers_fingerprint.rb +2 -2
  396. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries.rb +5 -5
  397. data/lib/cybersource_rest_client/models/tss_v2_transactions_post400_response.rb +5 -5
  398. data/lib/cybersource_rest_client/models/ums_v1_users_get200_response.rb +2 -2
  399. data/lib/cybersource_rest_client/models/ums_v1_users_get200_response_account_information.rb +2 -2
  400. data/lib/cybersource_rest_client/models/ums_v1_users_get200_response_contact_information.rb +2 -2
  401. data/lib/cybersource_rest_client/models/ums_v1_users_get200_response_organization_information.rb +2 -2
  402. data/lib/cybersource_rest_client/models/ums_v1_users_get200_response_users.rb +2 -2
  403. data/lib/cybersource_rest_client/models/{body_1.rb → update_instrument_identifier_request.rb} +4 -4
  404. data/lib/cybersource_rest_client/models/{tms_v1_paymentinstruments_post201_response.rb → update_payment_instrument_request.rb} +13 -13
  405. data/lib/cybersource_rest_client/models/v1_file_details_get200_response.rb +2 -2
  406. data/lib/cybersource_rest_client/models/v1_file_details_get200_response__links.rb +2 -2
  407. data/lib/cybersource_rest_client/models/v1_file_details_get200_response__links_files.rb +2 -2
  408. data/lib/cybersource_rest_client/models/v1_file_details_get200_response__links_self.rb +2 -2
  409. data/lib/cybersource_rest_client/models/v1_file_details_get200_response_file_details.rb +2 -2
  410. data/lib/cybersource_rest_client/models/void_capture_request.rb +2 -2
  411. data/lib/cybersource_rest_client/models/void_credit_request.rb +2 -2
  412. data/lib/cybersource_rest_client/models/void_payment_request.rb +2 -2
  413. data/lib/cybersource_rest_client/models/void_refund_request.rb +2 -2
  414. data/lib/cybersource_rest_client/version.rb +2 -2
  415. metadata +89 -71
  416. data/lib/cybersource_rest_client/api/instrument_identifiers_api.rb +0 -102
  417. data/lib/cybersource_rest_client/api/payment_instruments_api.rb +0 -469
  418. data/lib/cybersource_rest_client/models/body_3.rb +0 -331
  419. data/lib/cybersource_rest_client/models/card_info.rb +0 -214
  420. data/lib/cybersource_rest_client/models/json_web_key.rb +0 -225
  421. data/lib/cybersource_rest_client/models/key_parameters.rb +0 -184
  422. data/lib/cybersource_rest_client/models/response_status.rb +0 -225
  423. data/lib/cybersource_rest_client/models/tmsv1instrumentidentifiers__links_self.rb +0 -183
  424. data/lib/cybersource_rest_client/models/tmsv1paymentinstruments_bank_account.rb +0 -184
  425. data/lib/cybersource_rest_client/models/tmsv1paymentinstruments_card.rb +0 -278
  426. data/lib/cybersource_rest_client/models/tmsv1paymentinstruments_processing_information_bank_transfer_options.rb +0 -184
  427. data/lib/cybersource_rest_client/models/tokenize_result.rb +0 -255
  428. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_customer.rb +0 -184
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #CyberSource Flex API
2
+ #CyberSource Merged Spec
3
3
 
4
- #Simple PAN tokenization service
4
+ #All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5
5
 
6
6
  OpenAPI spec version: 0.0.1
7
7
 
@@ -20,13 +20,91 @@ module CyberSource
20
20
  @api_client = api_client
21
21
  @api_client.set_configuration(config)
22
22
  end
23
+ # Create an Instrument Identifier
24
+ # @param profile_id The id of a profile containing user specific TMS configuration.
25
+ # @param create_instrument_identifier_request Please specify either a Card, Bank Account or Enrollable Card
26
+ # @param [Hash] opts the optional parameters
27
+ # @return [TmsV1InstrumentIdentifiersPost200Response]
28
+ def create_instrument_identifier(profile_id, create_instrument_identifier_request, opts = {})
29
+ data, status_code, headers = create_instrument_identifier_with_http_info(profile_id, create_instrument_identifier_request, opts)
30
+ return data, status_code, headers
31
+ end
32
+
33
+ # Create an Instrument Identifier
34
+ # @param profile_id The id of a profile containing user specific TMS configuration.
35
+ # @param create_instrument_identifier_request Please specify either a Card, Bank Account or Enrollable Card
36
+ # @param [Hash] opts the optional parameters
37
+ # @return [Array<(TmsV1InstrumentIdentifiersPost200Response, Fixnum, Hash)>] TmsV1InstrumentIdentifiersPost200Response data, response status code and response headers
38
+ def create_instrument_identifier_with_http_info(profile_id, create_instrument_identifier_request, opts = {})
39
+
40
+ if @api_client.config.debugging
41
+ begin
42
+ raise
43
+ @api_client.config.logger.debug 'Calling API: InstrumentIdentifierApi.create_instrument_identifier ...'
44
+ rescue
45
+ puts 'Cannot write to log'
46
+ end
47
+ end
48
+ # verify the required parameter 'profile_id' is set
49
+ if @api_client.config.client_side_validation && profile_id.nil?
50
+ fail ArgumentError, "Missing the required parameter 'profile_id' when calling InstrumentIdentifierApi.create_instrument_identifier"
51
+ end
52
+ if @api_client.config.client_side_validation && profile_id.to_s.length > 36
53
+ fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.create_instrument_identifier, the character length must be smaller than or equal to 36.'
54
+ end
55
+
56
+ if @api_client.config.client_side_validation && profile_id.to_s.length < 36
57
+ fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.create_instrument_identifier, the character length must be great than or equal to 36.'
58
+ end
59
+
60
+ # verify the required parameter 'create_instrument_identifier_request' is set
61
+ if @api_client.config.client_side_validation && create_instrument_identifier_request.nil?
62
+ fail ArgumentError, "Missing the required parameter 'create_instrument_identifier_request' when calling InstrumentIdentifierApi.create_instrument_identifier"
63
+ end
64
+ # resource path
65
+ local_var_path = 'tms/v1/instrumentidentifiers'
66
+
67
+ # query parameters
68
+ query_params = {}
69
+
70
+ # header parameters
71
+ header_params = {}
72
+ # HTTP header 'Accept' (if needed)
73
+ header_params['Accept'] = @api_client.select_header_accept(['application/json;charset=utf-8'])
74
+ # HTTP header 'Content-Type'
75
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
76
+ header_params[:'profile-id'] = profile_id
77
+
78
+ # form parameters
79
+ form_params = {}
80
+
81
+ # http body (model)
82
+ post_body = @api_client.object_to_http_body(create_instrument_identifier_request)
83
+ auth_names = []
84
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
85
+ :header_params => header_params,
86
+ :query_params => query_params,
87
+ :form_params => form_params,
88
+ :body => post_body,
89
+ :auth_names => auth_names,
90
+ :return_type => 'TmsV1InstrumentIdentifiersPost200Response')
91
+ if @api_client.config.debugging
92
+ begin
93
+ raise
94
+ @api_client.config.logger.debug "API called: InstrumentIdentifierApi#create_instrument_identifier\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
95
+ rescue
96
+ puts 'Cannot write to log'
97
+ end
98
+ end
99
+ return data, status_code, headers
100
+ end
23
101
  # Delete an Instrument Identifier
24
102
  # @param profile_id The id of a profile containing user specific TMS configuration.
25
103
  # @param token_id The TokenId of an Instrument Identifier.
26
104
  # @param [Hash] opts the optional parameters
27
105
  # @return [nil]
28
- def tms_v1_instrumentidentifiers_token_id_delete(profile_id, token_id, opts = {})
29
- data, status_code, headers = tms_v1_instrumentidentifiers_token_id_delete_with_http_info(profile_id, token_id, opts)
106
+ def delete_instrument_identifier(profile_id, token_id, opts = {})
107
+ data, status_code, headers = delete_instrument_identifier_with_http_info(profile_id, token_id, opts)
30
108
  return data, status_code, headers
31
109
  end
32
110
 
@@ -35,38 +113,38 @@ module CyberSource
35
113
  # @param token_id The TokenId of an Instrument Identifier.
36
114
  # @param [Hash] opts the optional parameters
37
115
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
38
- def tms_v1_instrumentidentifiers_token_id_delete_with_http_info(profile_id, token_id, opts = {})
116
+ def delete_instrument_identifier_with_http_info(profile_id, token_id, opts = {})
39
117
 
40
118
  if @api_client.config.debugging
41
119
  begin
42
120
  raise
43
- @api_client.config.logger.debug 'Calling API: InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_delete ...'
121
+ @api_client.config.logger.debug 'Calling API: InstrumentIdentifierApi.delete_instrument_identifier ...'
44
122
  rescue
45
123
  puts 'Cannot write to log'
46
124
  end
47
125
  end
48
126
  # verify the required parameter 'profile_id' is set
49
127
  if @api_client.config.client_side_validation && profile_id.nil?
50
- fail ArgumentError, "Missing the required parameter 'profile_id' when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_delete"
128
+ fail ArgumentError, "Missing the required parameter 'profile_id' when calling InstrumentIdentifierApi.delete_instrument_identifier"
51
129
  end
52
130
  if @api_client.config.client_side_validation && profile_id.to_s.length > 36
53
- fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_delete, the character length must be smaller than or equal to 36.'
131
+ fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.delete_instrument_identifier, the character length must be smaller than or equal to 36.'
54
132
  end
55
133
 
56
134
  if @api_client.config.client_side_validation && profile_id.to_s.length < 36
57
- fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_delete, the character length must be great than or equal to 36.'
135
+ fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.delete_instrument_identifier, the character length must be great than or equal to 36.'
58
136
  end
59
137
 
60
138
  # verify the required parameter 'token_id' is set
61
139
  if @api_client.config.client_side_validation && token_id.nil?
62
- fail ArgumentError, "Missing the required parameter 'token_id' when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_delete"
140
+ fail ArgumentError, "Missing the required parameter 'token_id' when calling InstrumentIdentifierApi.delete_instrument_identifier"
63
141
  end
64
142
  if @api_client.config.client_side_validation && token_id.to_s.length > 32
65
- fail ArgumentError, 'invalid value for "token_id" when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_delete, the character length must be smaller than or equal to 32.'
143
+ fail ArgumentError, 'invalid value for "token_id" when calling InstrumentIdentifierApi.delete_instrument_identifier, the character length must be smaller than or equal to 32.'
66
144
  end
67
145
 
68
146
  if @api_client.config.client_side_validation && token_id.to_s.length < 16
69
- fail ArgumentError, 'invalid value for "token_id" when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_delete, the character length must be great than or equal to 16.'
147
+ fail ArgumentError, 'invalid value for "token_id" when calling InstrumentIdentifierApi.delete_instrument_identifier, the character length must be great than or equal to 16.'
70
148
  end
71
149
 
72
150
  # resource path
@@ -98,7 +176,111 @@ module CyberSource
98
176
  if @api_client.config.debugging
99
177
  begin
100
178
  raise
101
- @api_client.config.logger.debug "API called: InstrumentIdentifierApi#tms_v1_instrumentidentifiers_token_id_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
179
+ @api_client.config.logger.debug "API called: InstrumentIdentifierApi#delete_instrument_identifier\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
180
+ rescue
181
+ puts 'Cannot write to log'
182
+ end
183
+ end
184
+ return data, status_code, headers
185
+ end
186
+ # Retrieve all Payment Instruments associated with an Instrument Identifier
187
+ # @param profile_id The id of a profile containing user specific TMS configuration.
188
+ # @param token_id The TokenId of an Instrument Identifier.
189
+ # @param [Hash] opts the optional parameters
190
+ # @option opts [Integer] :offset Starting Payment Instrument record in zero-based dataset that should be returned as the first object in the array. Default is 0. (default to 0)
191
+ # @option opts [Integer] :limit The maximum number of Payment Instruments that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (default to 20)
192
+ # @return [TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response]
193
+ def get_all_payment_instruments(profile_id, token_id, opts = {})
194
+ data, status_code, headers = get_all_payment_instruments_with_http_info(profile_id, token_id, opts)
195
+ return data, status_code, headers
196
+ end
197
+
198
+ # Retrieve all Payment Instruments associated with an Instrument Identifier
199
+ # @param profile_id The id of a profile containing user specific TMS configuration.
200
+ # @param token_id The TokenId of an Instrument Identifier.
201
+ # @param [Hash] opts the optional parameters
202
+ # @option opts [Integer] :offset Starting Payment Instrument record in zero-based dataset that should be returned as the first object in the array. Default is 0.
203
+ # @option opts [Integer] :limit The maximum number of Payment Instruments that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100.
204
+ # @return [Array<(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response, Fixnum, Hash)>] TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response data, response status code and response headers
205
+ def get_all_payment_instruments_with_http_info(profile_id, token_id, opts = {})
206
+
207
+ if @api_client.config.debugging
208
+ begin
209
+ raise
210
+ @api_client.config.logger.debug 'Calling API: InstrumentIdentifierApi.get_all_payment_instruments ...'
211
+ rescue
212
+ puts 'Cannot write to log'
213
+ end
214
+ end
215
+ # verify the required parameter 'profile_id' is set
216
+ if @api_client.config.client_side_validation && profile_id.nil?
217
+ fail ArgumentError, "Missing the required parameter 'profile_id' when calling InstrumentIdentifierApi.get_all_payment_instruments"
218
+ end
219
+ if @api_client.config.client_side_validation && profile_id.to_s.length > 36
220
+ fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.get_all_payment_instruments, the character length must be smaller than or equal to 36.'
221
+ end
222
+
223
+ if @api_client.config.client_side_validation && profile_id.to_s.length < 36
224
+ fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.get_all_payment_instruments, the character length must be great than or equal to 36.'
225
+ end
226
+
227
+ # verify the required parameter 'token_id' is set
228
+ if @api_client.config.client_side_validation && token_id.nil?
229
+ fail ArgumentError, "Missing the required parameter 'token_id' when calling InstrumentIdentifierApi.get_all_payment_instruments"
230
+ end
231
+ if @api_client.config.client_side_validation && token_id.to_s.length > 32
232
+ fail ArgumentError, 'invalid value for "token_id" when calling InstrumentIdentifierApi.get_all_payment_instruments, the character length must be smaller than or equal to 32.'
233
+ end
234
+
235
+ if @api_client.config.client_side_validation && token_id.to_s.length < 16
236
+ fail ArgumentError, 'invalid value for "token_id" when calling InstrumentIdentifierApi.get_all_payment_instruments, the character length must be great than or equal to 16.'
237
+ end
238
+
239
+ if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
240
+ fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling InstrumentIdentifierApi.get_all_payment_instruments, must be greater than or equal to 0.'
241
+ end
242
+
243
+ if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 100
244
+ fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling InstrumentIdentifierApi.get_all_payment_instruments, must be smaller than or equal to 100.'
245
+ end
246
+
247
+ if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
248
+ fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling InstrumentIdentifierApi.get_all_payment_instruments, must be greater than or equal to 1.'
249
+ end
250
+
251
+ # resource path
252
+ local_var_path = 'tms/v1/instrumentidentifiers/{tokenId}/paymentinstruments'.sub('{' + 'tokenId' + '}', token_id.to_s)
253
+
254
+ # query parameters
255
+ query_params = {}
256
+ query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
257
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
258
+
259
+ # header parameters
260
+ header_params = {}
261
+ # HTTP header 'Accept' (if needed)
262
+ header_params['Accept'] = @api_client.select_header_accept(['application/json;charset=utf-8'])
263
+ # HTTP header 'Content-Type'
264
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
265
+ header_params[:'profile-id'] = profile_id
266
+
267
+ # form parameters
268
+ form_params = {}
269
+
270
+ # http body (model)
271
+ post_body = nil
272
+ auth_names = []
273
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
274
+ :header_params => header_params,
275
+ :query_params => query_params,
276
+ :form_params => form_params,
277
+ :body => post_body,
278
+ :auth_names => auth_names,
279
+ :return_type => 'TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response')
280
+ if @api_client.config.debugging
281
+ begin
282
+ raise
283
+ @api_client.config.logger.debug "API called: InstrumentIdentifierApi#get_all_payment_instruments\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
102
284
  rescue
103
285
  puts 'Cannot write to log'
104
286
  end
@@ -109,9 +291,9 @@ module CyberSource
109
291
  # @param profile_id The id of a profile containing user specific TMS configuration.
110
292
  # @param token_id The TokenId of an Instrument Identifier.
111
293
  # @param [Hash] opts the optional parameters
112
- # @return [TmsV1InstrumentidentifiersPost200Response]
113
- def tms_v1_instrumentidentifiers_token_id_get(profile_id, token_id, opts = {})
114
- data, status_code, headers = tms_v1_instrumentidentifiers_token_id_get_with_http_info(profile_id, token_id, opts)
294
+ # @return [TmsV1InstrumentIdentifiersPost200Response]
295
+ def get_instrument_identifier(profile_id, token_id, opts = {})
296
+ data, status_code, headers = get_instrument_identifier_with_http_info(profile_id, token_id, opts)
115
297
  return data, status_code, headers
116
298
  end
117
299
 
@@ -119,39 +301,39 @@ module CyberSource
119
301
  # @param profile_id The id of a profile containing user specific TMS configuration.
120
302
  # @param token_id The TokenId of an Instrument Identifier.
121
303
  # @param [Hash] opts the optional parameters
122
- # @return [Array<(TmsV1InstrumentidentifiersPost200Response, Fixnum, Hash)>] TmsV1InstrumentidentifiersPost200Response data, response status code and response headers
123
- def tms_v1_instrumentidentifiers_token_id_get_with_http_info(profile_id, token_id, opts = {})
304
+ # @return [Array<(TmsV1InstrumentIdentifiersPost200Response, Fixnum, Hash)>] TmsV1InstrumentIdentifiersPost200Response data, response status code and response headers
305
+ def get_instrument_identifier_with_http_info(profile_id, token_id, opts = {})
124
306
 
125
307
  if @api_client.config.debugging
126
308
  begin
127
309
  raise
128
- @api_client.config.logger.debug 'Calling API: InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_get ...'
310
+ @api_client.config.logger.debug 'Calling API: InstrumentIdentifierApi.get_instrument_identifier ...'
129
311
  rescue
130
312
  puts 'Cannot write to log'
131
313
  end
132
314
  end
133
315
  # verify the required parameter 'profile_id' is set
134
316
  if @api_client.config.client_side_validation && profile_id.nil?
135
- fail ArgumentError, "Missing the required parameter 'profile_id' when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_get"
317
+ fail ArgumentError, "Missing the required parameter 'profile_id' when calling InstrumentIdentifierApi.get_instrument_identifier"
136
318
  end
137
319
  if @api_client.config.client_side_validation && profile_id.to_s.length > 36
138
- fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_get, the character length must be smaller than or equal to 36.'
320
+ fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.get_instrument_identifier, the character length must be smaller than or equal to 36.'
139
321
  end
140
322
 
141
323
  if @api_client.config.client_side_validation && profile_id.to_s.length < 36
142
- fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_get, the character length must be great than or equal to 36.'
324
+ fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.get_instrument_identifier, the character length must be great than or equal to 36.'
143
325
  end
144
326
 
145
327
  # verify the required parameter 'token_id' is set
146
328
  if @api_client.config.client_side_validation && token_id.nil?
147
- fail ArgumentError, "Missing the required parameter 'token_id' when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_get"
329
+ fail ArgumentError, "Missing the required parameter 'token_id' when calling InstrumentIdentifierApi.get_instrument_identifier"
148
330
  end
149
331
  if @api_client.config.client_side_validation && token_id.to_s.length > 32
150
- fail ArgumentError, 'invalid value for "token_id" when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_get, the character length must be smaller than or equal to 32.'
332
+ fail ArgumentError, 'invalid value for "token_id" when calling InstrumentIdentifierApi.get_instrument_identifier, the character length must be smaller than or equal to 32.'
151
333
  end
152
334
 
153
335
  if @api_client.config.client_side_validation && token_id.to_s.length < 16
154
- fail ArgumentError, 'invalid value for "token_id" when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_get, the character length must be great than or equal to 16.'
336
+ fail ArgumentError, 'invalid value for "token_id" when calling InstrumentIdentifierApi.get_instrument_identifier, the character length must be great than or equal to 16.'
155
337
  end
156
338
 
157
339
  # resource path
@@ -180,11 +362,11 @@ module CyberSource
180
362
  :form_params => form_params,
181
363
  :body => post_body,
182
364
  :auth_names => auth_names,
183
- :return_type => 'TmsV1InstrumentidentifiersPost200Response')
365
+ :return_type => 'TmsV1InstrumentIdentifiersPost200Response')
184
366
  if @api_client.config.debugging
185
367
  begin
186
368
  raise
187
- @api_client.config.logger.debug "API called: InstrumentIdentifierApi#tms_v1_instrumentidentifiers_token_id_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
369
+ @api_client.config.logger.debug "API called: InstrumentIdentifierApi#get_instrument_identifier\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
188
370
  rescue
189
371
  puts 'Cannot write to log'
190
372
  end
@@ -194,57 +376,57 @@ module CyberSource
194
376
  # Update a Instrument Identifier
195
377
  # @param profile_id The id of a profile containing user specific TMS configuration.
196
378
  # @param token_id The TokenId of an Instrument Identifier.
197
- # @param body Please specify the previous transaction Id to update.
379
+ # @param update_instrument_identifier_request Specify the previous transaction ID to update.
198
380
  # @param [Hash] opts the optional parameters
199
- # @return [TmsV1InstrumentidentifiersPost200Response]
200
- def tms_v1_instrumentidentifiers_token_id_patch(profile_id, token_id, body, opts = {})
201
- data, status_code, headers = tms_v1_instrumentidentifiers_token_id_patch_with_http_info(profile_id, token_id, body, opts)
381
+ # @return [TmsV1InstrumentIdentifiersPost200Response]
382
+ def update_instrument_identifier(profile_id, token_id, update_instrument_identifier_request, opts = {})
383
+ data, status_code, headers = update_instrument_identifier_with_http_info(profile_id, token_id, update_instrument_identifier_request, opts)
202
384
  return data, status_code, headers
203
385
  end
204
386
 
205
387
  # Update a Instrument Identifier
206
388
  # @param profile_id The id of a profile containing user specific TMS configuration.
207
389
  # @param token_id The TokenId of an Instrument Identifier.
208
- # @param body Please specify the previous transaction Id to update.
390
+ # @param update_instrument_identifier_request Specify the previous transaction ID to update.
209
391
  # @param [Hash] opts the optional parameters
210
- # @return [Array<(TmsV1InstrumentidentifiersPost200Response, Fixnum, Hash)>] TmsV1InstrumentidentifiersPost200Response data, response status code and response headers
211
- def tms_v1_instrumentidentifiers_token_id_patch_with_http_info(profile_id, token_id, body, opts = {})
392
+ # @return [Array<(TmsV1InstrumentIdentifiersPost200Response, Fixnum, Hash)>] TmsV1InstrumentIdentifiersPost200Response data, response status code and response headers
393
+ def update_instrument_identifier_with_http_info(profile_id, token_id, update_instrument_identifier_request, opts = {})
212
394
 
213
395
  if @api_client.config.debugging
214
396
  begin
215
397
  raise
216
- @api_client.config.logger.debug 'Calling API: InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_patch ...'
398
+ @api_client.config.logger.debug 'Calling API: InstrumentIdentifierApi.update_instrument_identifier ...'
217
399
  rescue
218
400
  puts 'Cannot write to log'
219
401
  end
220
402
  end
221
403
  # verify the required parameter 'profile_id' is set
222
404
  if @api_client.config.client_side_validation && profile_id.nil?
223
- fail ArgumentError, "Missing the required parameter 'profile_id' when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_patch"
405
+ fail ArgumentError, "Missing the required parameter 'profile_id' when calling InstrumentIdentifierApi.update_instrument_identifier"
224
406
  end
225
407
  if @api_client.config.client_side_validation && profile_id.to_s.length > 36
226
- fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_patch, the character length must be smaller than or equal to 36.'
408
+ fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.update_instrument_identifier, the character length must be smaller than or equal to 36.'
227
409
  end
228
410
 
229
411
  if @api_client.config.client_side_validation && profile_id.to_s.length < 36
230
- fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_patch, the character length must be great than or equal to 36.'
412
+ fail ArgumentError, 'invalid value for "profile_id" when calling InstrumentIdentifierApi.update_instrument_identifier, the character length must be great than or equal to 36.'
231
413
  end
232
414
 
233
415
  # verify the required parameter 'token_id' is set
234
416
  if @api_client.config.client_side_validation && token_id.nil?
235
- fail ArgumentError, "Missing the required parameter 'token_id' when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_patch"
417
+ fail ArgumentError, "Missing the required parameter 'token_id' when calling InstrumentIdentifierApi.update_instrument_identifier"
236
418
  end
237
419
  if @api_client.config.client_side_validation && token_id.to_s.length > 32
238
- fail ArgumentError, 'invalid value for "token_id" when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_patch, the character length must be smaller than or equal to 32.'
420
+ fail ArgumentError, 'invalid value for "token_id" when calling InstrumentIdentifierApi.update_instrument_identifier, the character length must be smaller than or equal to 32.'
239
421
  end
240
422
 
241
423
  if @api_client.config.client_side_validation && token_id.to_s.length < 16
242
- fail ArgumentError, 'invalid value for "token_id" when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_patch, the character length must be great than or equal to 16.'
424
+ fail ArgumentError, 'invalid value for "token_id" when calling InstrumentIdentifierApi.update_instrument_identifier, the character length must be great than or equal to 16.'
243
425
  end
244
426
 
245
- # verify the required parameter 'body' is set
246
- if @api_client.config.client_side_validation && body.nil?
247
- fail ArgumentError, "Missing the required parameter 'body' when calling InstrumentIdentifierApi.tms_v1_instrumentidentifiers_token_id_patch"
427
+ # verify the required parameter 'update_instrument_identifier_request' is set
428
+ if @api_client.config.client_side_validation && update_instrument_identifier_request.nil?
429
+ fail ArgumentError, "Missing the required parameter 'update_instrument_identifier_request' when calling InstrumentIdentifierApi.update_instrument_identifier"
248
430
  end
249
431
  # resource path
250
432
  local_var_path = 'tms/v1/instrumentidentifiers/{tokenId}'.sub('{' + 'tokenId' + '}', token_id.to_s)
@@ -264,7 +446,7 @@ module CyberSource
264
446
  form_params = {}
265
447
 
266
448
  # http body (model)
267
- post_body = @api_client.object_to_http_body(body)
449
+ post_body = @api_client.object_to_http_body(update_instrument_identifier_request)
268
450
  auth_names = []
269
451
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
270
452
  :header_params => header_params,
@@ -272,11 +454,11 @@ module CyberSource
272
454
  :form_params => form_params,
273
455
  :body => post_body,
274
456
  :auth_names => auth_names,
275
- :return_type => 'TmsV1InstrumentidentifiersPost200Response')
457
+ :return_type => 'TmsV1InstrumentIdentifiersPost200Response')
276
458
  if @api_client.config.debugging
277
459
  begin
278
460
  raise
279
- @api_client.config.logger.debug "API called: InstrumentIdentifierApi#tms_v1_instrumentidentifiers_token_id_patch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
461
+ @api_client.config.logger.debug "API called: InstrumentIdentifierApi#update_instrument_identifier\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
280
462
  rescue
281
463
  puts 'Cannot write to log'
282
464
  end
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #CyberSource Flex API
2
+ #CyberSource Merged Spec
3
3
 
4
- #Simple PAN tokenization service
4
+ #All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5
5
 
6
6
  OpenAPI spec version: 0.0.1
7
7
 
@@ -22,20 +22,20 @@ module CyberSource
22
22
  end
23
23
  # Generate Key
24
24
  # Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request. The key used to encrypt the card number on the cardholder’s device or browser is valid for 15 minutes and must be used to verify the signature in the response message. CyberSource recommends creating a new key for each order. Generating a key is an authenticated request initiated from your servers, prior to requesting to tokenize the card data from your customer’s device or browser.
25
+ # @param generate_public_key_request
25
26
  # @param [Hash] opts the optional parameters
26
- # @option opts [GeneratePublicKeyRequest] :generate_public_key_request
27
27
  # @return [FlexV1KeysPost200Response]
28
- def generate_public_key(opts = {})
29
- data, status_code, headers = generate_public_key_with_http_info(opts)
28
+ def generate_public_key(generate_public_key_request, opts = {})
29
+ data, status_code, headers = generate_public_key_with_http_info(generate_public_key_request, opts)
30
30
  return data, status_code, headers
31
31
  end
32
32
 
33
33
  # Generate Key
34
34
  # Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request. The key used to encrypt the card number on the cardholder’s device or browser is valid for 15 minutes and must be used to verify the signature in the response message. CyberSource recommends creating a new key for each order. Generating a key is an authenticated request initiated from your servers, prior to requesting to tokenize the card data from your customer’s device or browser.
35
+ # @param generate_public_key_request
35
36
  # @param [Hash] opts the optional parameters
36
- # @option opts [GeneratePublicKeyRequest] :generate_public_key_request
37
37
  # @return [Array<(FlexV1KeysPost200Response, Fixnum, Hash)>] FlexV1KeysPost200Response data, response status code and response headers
38
- def generate_public_key_with_http_info(opts = {})
38
+ def generate_public_key_with_http_info(generate_public_key_request, opts = {})
39
39
 
40
40
  if @api_client.config.debugging
41
41
  begin
@@ -45,8 +45,12 @@ module CyberSource
45
45
  puts 'Cannot write to log'
46
46
  end
47
47
  end
48
+ # verify the required parameter 'generate_public_key_request' is set
49
+ if @api_client.config.client_side_validation && generate_public_key_request.nil?
50
+ fail ArgumentError, "Missing the required parameter 'generate_public_key_request' when calling KeyGenerationApi.generate_public_key"
51
+ end
48
52
  # resource path
49
- local_var_path = 'flex/v1/keys/'
53
+ local_var_path = 'flex/v1/keys'
50
54
 
51
55
  # query parameters
52
56
  query_params = {}
@@ -62,7 +66,7 @@ module CyberSource
62
66
  form_params = {}
63
67
 
64
68
  # http body (model)
65
- post_body = @api_client.object_to_http_body(opts[:'generate_public_key_request'])
69
+ post_body = @api_client.object_to_http_body(generate_public_key_request)
66
70
  auth_names = []
67
71
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
68
72
  :header_params => header_params,