cybersource_rest_client 0.0.22 → 0.0.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (502) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cybersource_rest_client.rb +197 -108
  3. data/lib/cybersource_rest_client/api/asymmetric_key_management_api.rb +219 -0
  4. data/lib/cybersource_rest_client/api/customer_api.rb +360 -0
  5. data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +516 -0
  6. data/lib/cybersource_rest_client/api/customer_shipping_address_api.rb +516 -0
  7. data/lib/cybersource_rest_client/api/decision_manager_api.rb +15 -15
  8. data/lib/cybersource_rest_client/api/download_dtd_api.rb +1 -1
  9. data/lib/cybersource_rest_client/api/download_xsd_api.rb +1 -1
  10. data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +165 -174
  11. data/lib/cybersource_rest_client/api/key_generation_api.rb +10 -6
  12. data/lib/cybersource_rest_client/api/notification_of_changes_api.rb +1 -1
  13. data/lib/cybersource_rest_client/api/payer_authentication_api.rb +65 -0
  14. data/lib/cybersource_rest_client/api/payment_batch_summaries_api.rb +1 -1
  15. data/lib/cybersource_rest_client/api/payment_instrument_api.rb +131 -136
  16. data/lib/cybersource_rest_client/api/payments_api.rb +2 -2
  17. data/lib/cybersource_rest_client/api/purchase_and_refund_details_api.rb +1 -1
  18. data/lib/cybersource_rest_client/api/refund_api.rb +4 -4
  19. data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +45 -0
  20. data/lib/cybersource_rest_client/api/reversal_api.rb +4 -4
  21. data/lib/cybersource_rest_client/api/symmetric_key_management_api.rb +219 -0
  22. data/lib/cybersource_rest_client/api/taxes_api.rb +160 -0
  23. data/lib/cybersource_rest_client/api/user_management_api.rb +4 -4
  24. data/lib/cybersource_rest_client/api/user_management_search_api.rb +89 -0
  25. data/lib/cybersource_rest_client/api/void_api.rb +8 -8
  26. data/lib/cybersource_rest_client/api_client.rb +37 -24
  27. data/lib/cybersource_rest_client/models/capture_payment_request.rb +1 -1
  28. data/lib/cybersource_rest_client/models/check_payer_auth_enrollment_request.rb +14 -5
  29. data/lib/cybersource_rest_client/models/{create_decision_manager_case_request.rb → create_bundled_decision_manager_case_request.rb} +50 -14
  30. data/lib/cybersource_rest_client/models/create_credit_request.rb +1 -1
  31. data/lib/cybersource_rest_client/models/create_p12_keys_request.rb +194 -0
  32. data/lib/cybersource_rest_client/models/create_payment_request.rb +10 -1
  33. data/lib/cybersource_rest_client/models/create_search_request.rb +7 -7
  34. data/lib/cybersource_rest_client/models/create_shared_secret_keys_request.rb +194 -0
  35. data/lib/cybersource_rest_client/models/customer.rb +292 -0
  36. data/lib/cybersource_rest_client/models/delete_bulk_p12_keys_request.rb +194 -0
  37. data/lib/cybersource_rest_client/models/delete_bulk_symmetric_keys_request.rb +194 -0
  38. data/lib/cybersource_rest_client/models/inline_response_200.rb +203 -0
  39. data/lib/cybersource_rest_client/models/inline_response_200_1.rb +214 -0
  40. data/lib/cybersource_rest_client/models/inline_response_200_1_key_information.rb +224 -0
  41. data/lib/cybersource_rest_client/models/inline_response_200_2.rb +193 -0
  42. data/lib/cybersource_rest_client/models/{flex_v1_tokens_post200_response.rb → inline_response_200_2_key_information.rb} +55 -56
  43. data/lib/cybersource_rest_client/models/inline_response_200_3.rb +204 -0
  44. data/lib/cybersource_rest_client/models/inline_response_200_3_key_information.rb +234 -0
  45. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_bill_to.rb → inline_response_200_key_information.rb} +44 -44
  46. data/lib/cybersource_rest_client/models/inline_response_201.rb +214 -0
  47. data/lib/cybersource_rest_client/models/inline_response_201_1.rb +225 -0
  48. data/lib/cybersource_rest_client/models/inline_response_201_1_certificate_information.rb +214 -0
  49. data/lib/cybersource_rest_client/models/inline_response_201_1_key_information.rb +264 -0
  50. data/lib/cybersource_rest_client/models/inline_response_201_error_information.rb +195 -0
  51. data/lib/cybersource_rest_client/models/{instrument_identifier_bank_account.rb → inline_response_201_key_information.rb} +73 -61
  52. data/lib/cybersource_rest_client/models/inline_response_400.rb +9 -26
  53. data/lib/cybersource_rest_client/models/inline_response_400_2.rb +214 -0
  54. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_details.rb → inline_response_400_details.rb} +3 -3
  55. data/lib/cybersource_rest_client/models/{payment_instrument_bank_account.rb → inline_response_400_errors.rb} +27 -6
  56. data/lib/cybersource_rest_client/models/{instrument_identifier_response.rb → instrument_identifier.rb} +39 -20
  57. data/lib/cybersource_rest_client/models/invoicing_v2_invoice_settings_get200_response.rb +1 -1
  58. data/lib/cybersource_rest_client/models/invoicing_v2_invoice_settings_get200_response_invoice_settings_information.rb +54 -4
  59. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response.rb +1 -1
  60. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_invoices.rb +1 -1
  61. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_order_information_amount_details.rb +2 -2
  62. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get400_response.rb +1 -1
  63. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get404_response.rb +1 -1
  64. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get502_response.rb +2 -2
  65. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_get200_response.rb +2 -2
  66. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_get200_response_invoice_history.rb +2 -2
  67. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_get200_response_transaction_details.rb +1 -1
  68. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post201_response.rb +2 -2
  69. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post201_response_order_information_amount_details.rb +4 -4
  70. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post202_response.rb +1 -1
  71. data/lib/cybersource_rest_client/models/invoicingv2invoices_customer_information.rb +1 -1
  72. data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details.rb +3 -3
  73. data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details_tax_details.rb +1 -1
  74. data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_line_items.rb +4 -4
  75. data/lib/cybersource_rest_client/models/kmsv2keysasym_key_information.rb +215 -0
  76. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response_card.rb → kmsv2keyssym_client_reference_information.rb} +36 -26
  77. data/lib/cybersource_rest_client/models/kmsv2keyssym_key_information.rb +200 -0
  78. data/lib/cybersource_rest_client/models/kmsv2keyssymdeletes_key_information.rb +215 -0
  79. data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +318 -0
  80. data/lib/cybersource_rest_client/models/patch_customer_request.rb +292 -0
  81. data/lib/cybersource_rest_client/models/patch_customer_shipping_address_request.rb +235 -0
  82. data/lib/cybersource_rest_client/models/{embedded_instrument_identifier_response.rb → patch_instrument_identifier_request.rb} +45 -50
  83. data/lib/cybersource_rest_client/models/{payment_instrument_instrument_identifier_request.rb → patch_payment_instrument_request.rb} +92 -20
  84. data/lib/cybersource_rest_client/models/{update_instrument_identifier_request.rb → payer_auth_setup_request.rb} +32 -5
  85. data/lib/cybersource_rest_client/models/payment_instrument.rb +51 -18
  86. data/lib/cybersource_rest_client/models/{payment_instruments_for_instrument_identifier.rb → payment_instrument_list_for_customer.rb} +9 -19
  87. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded.rb → payment_instrument_list_for_customer__embedded.rb} +3 -3
  88. data/lib/cybersource_rest_client/models/{payment_instrument_for_instrument_identifier_links.rb → payment_instrument_list_for_customer__links.rb} +6 -6
  89. data/lib/cybersource_rest_client/models/payment_instrument_list_for_customer__links_first.rb +184 -0
  90. data/lib/cybersource_rest_client/models/{payment_instrument_self_link.rb → payment_instrument_list_for_customer__links_last.rb} +2 -1
  91. data/lib/cybersource_rest_client/models/payment_instrument_list_for_customer__links_next.rb +184 -0
  92. data/lib/cybersource_rest_client/models/payment_instrument_list_for_customer__links_prev.rb +184 -0
  93. data/lib/cybersource_rest_client/models/payment_instrument_list_for_customer__links_self.rb +184 -0
  94. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response.rb → payment_instrument_paginated.rb} +9 -19
  95. data/lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb +318 -0
  96. data/lib/cybersource_rest_client/models/post_customer_request.rb +292 -0
  97. data/lib/cybersource_rest_client/models/post_customer_shipping_address_request.rb +235 -0
  98. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response.rb → post_instrument_identifier_request.rb} +39 -20
  99. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response_payment_instruments.rb → post_payment_instrument_request.rb} +52 -19
  100. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response.rb +1 -1
  101. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get400_response.rb +1 -1
  102. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get500_response.rb +1 -1
  103. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +3 -3
  104. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_credit_amount_details.rb +2 -2
  105. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information.rb +40 -4
  106. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information.rb +1 -1
  107. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response.rb +3 -3
  108. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_client_reference_information.rb +1 -1
  109. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_payment_information_account_features.rb +1 -1
  110. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_processor_information.rb +4 -4
  111. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch400_response.rb +1 -1
  112. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response.rb +16 -16
  113. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_order_information_amount_details.rb +1 -1
  114. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_order_information_invoice_details.rb +1 -1
  115. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_point_of_sale_information.rb +1 -1
  116. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processing_information.rb +1 -1
  117. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post400_response.rb +1 -1
  118. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response.rb +14 -5
  119. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response__links.rb +40 -4
  120. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_client_reference_information.rb +3 -3
  121. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb +1 -1
  122. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_error_information.rb +1 -1
  123. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_issuer_information.rb +2 -2
  124. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_amount_details.rb +2 -2
  125. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_invoice_details.rb +2 -2
  126. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +40 -4
  127. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features.rb +16 -16
  128. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_card.rb +1 -1
  129. data/lib/cybersource_rest_client/models/{embedded_instrument_identifier_request.rb → pts_v2_payments_post201_response_payment_information_instrument_identifier.rb} +15 -23
  130. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +3 -3
  131. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information.rb +1 -1
  132. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information_emv.rb +1 -1
  133. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +1 -1
  134. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +8 -8
  135. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_avs.rb +2 -2
  136. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_consumer_authentication_response.rb +2 -2
  137. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_customer.rb +1 -1
  138. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_merchant_advice.rb +5 -5
  139. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_routing.rb +3 -3
  140. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_info_codes.rb +8 -8
  141. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_velocity.rb +1 -1
  142. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_velocity_morphing.rb +1 -1
  143. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information.rb +220 -0
  144. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_customer.rb +208 -0
  145. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_instrument_identifier.rb → pts_v2_payments_post201_response_token_information_instrument_identifier.rb} +15 -23
  146. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_payment_instrument.rb +208 -0
  147. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_shipping_address.rb +208 -0
  148. data/lib/cybersource_rest_client/models/pts_v2_payments_post400_response.rb +1 -1
  149. data/lib/cybersource_rest_client/models/pts_v2_payments_post502_response.rb +2 -2
  150. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb +3 -3
  151. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +2 -2
  152. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_refund_amount_details.rb +1 -1
  153. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post400_response.rb +1 -1
  154. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response.rb +3 -3
  155. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_issuer_information.rb +1 -1
  156. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_processor_information.rb +2 -2
  157. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_reversal_amount_details.rb +3 -3
  158. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post400_response.rb +1 -1
  159. data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response.rb +2 -2
  160. data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_processor_information.rb +1 -1
  161. data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_void_amount_details.rb +2 -2
  162. data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post400_response.rb +1 -1
  163. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response.rb +1 -1
  164. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_merchant_information_merchant_descriptor.rb +3 -3
  165. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details.rb +2 -2
  166. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +1 -1
  167. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +4 -4
  168. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_electronic_benefits_transfer.rb +1 -1
  169. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_purchase_options.rb +1 -1
  170. data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +1 -1
  171. data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information.rb +1 -1
  172. data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information_personal_identification.rb +1 -1
  173. data/lib/cybersource_rest_client/models/ptsv2payments_client_reference_information.rb +2 -2
  174. data/lib/cybersource_rest_client/models/ptsv2payments_client_reference_information_partner.rb +3 -3
  175. data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +27 -2
  176. data/lib/cybersource_rest_client/models/ptsv2payments_device_information.rb +1 -1
  177. data/lib/cybersource_rest_client/models/{instrument_identifier_update.rb → ptsv2payments_health_care_information.rb} +11 -8
  178. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_bank_account.rb → ptsv2payments_health_care_information_amount_details.rb} +32 -50
  179. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information.rb +2 -2
  180. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_merchant_descriptor.rb +5 -5
  181. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +16 -16
  182. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_amex_additional_amounts.rb +1 -1
  183. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_surcharge.rb +1 -1
  184. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_tax_details.rb +1 -1
  185. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to.rb +10 -10
  186. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to_company.rb +1 -1
  187. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details.rb +31 -6
  188. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb +6 -6
  189. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_passenger.rb +2 -2
  190. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_ship_to.rb +8 -8
  191. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +47 -2
  192. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb +8 -8
  193. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_customer.rb +38 -4
  194. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_fluid_data.rb +2 -2
  195. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_instrument_identifier.rb +208 -0
  196. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_legacy_token.rb +199 -0
  197. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_instrument.rb +208 -0
  198. data/lib/cybersource_rest_client/models/{ptsv2paymentsidrefunds_payment_information_payment_type.rb → ptsv2payments_payment_information_payment_type.rb} +4 -4
  199. data/lib/cybersource_rest_client/models/{ptsv2paymentsidrefunds_payment_information_payment_type_method.rb → ptsv2payments_payment_information_payment_type_method.rb} +1 -1
  200. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_shipping_address.rb +208 -0
  201. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +4 -4
  202. data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +18 -18
  203. data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information_emv.rb +5 -5
  204. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +31 -7
  205. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb +55 -15
  206. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_capture_options.rb +1 -1
  207. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_electronic_benefits_transfer.rb +2 -2
  208. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options.rb +2 -2
  209. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_purchase_options.rb +2 -2
  210. data/lib/cybersource_rest_client/models/ptsv2payments_token_information.rb +22 -4
  211. data/lib/cybersource_rest_client/models/ptsv2payments_token_information_payment_instrument.rb +186 -0
  212. data/lib/cybersource_rest_client/models/{authorization_options.rb → ptsv2payments_token_information_shipping_address.rb} +11 -8
  213. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information.rb +11 -2
  214. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_agency.rb +1 -1
  215. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental.rb +1146 -0
  216. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental_rental_address.rb +349 -0
  217. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental_return_address.rb +299 -0
  218. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental_tax_details.rb +309 -0
  219. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_lodging.rb +2 -2
  220. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_lodging_room.rb +1 -1
  221. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline.rb +25 -25
  222. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information.rb +4 -4
  223. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information_service.rb +2 -2
  224. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_legs.rb +19 -19
  225. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ticket_issuer.rb +2 -2
  226. data/lib/cybersource_rest_client/models/ptsv2paymentsid_client_reference_information.rb +1 -1
  227. data/lib/cybersource_rest_client/models/ptsv2paymentsid_client_reference_information_partner.rb +2 -2
  228. data/lib/cybersource_rest_client/models/ptsv2paymentsid_merchant_information.rb +1 -1
  229. data/lib/cybersource_rest_client/models/ptsv2paymentsid_order_information_amount_details.rb +1 -1
  230. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +1 -1
  231. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_buyer_information.rb +1 -1
  232. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_device_information.rb +1 -1
  233. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_merchant_information.rb +1 -1
  234. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_amount_details.rb +15 -15
  235. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_bill_to.rb +10 -10
  236. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_ship_to.rb +3 -3
  237. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_payment_information_card.rb +1 -1
  238. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information_emv.rb +2 -2
  239. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +2 -2
  240. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information_authorization_options.rb +3 -3
  241. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_merchant_information.rb +1 -1
  242. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_line_items.rb +6 -6
  243. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb +38 -2
  244. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_card.rb +5 -5
  245. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb +2 -2
  246. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information.rb +1 -1
  247. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information_partner.rb +2 -2
  248. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_line_items.rb +2 -2
  249. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_point_of_sale_information_emv.rb +1 -1
  250. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_processing_information.rb +1 -1
  251. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information.rb +1 -1
  252. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information_amount_details.rb +2 -2
  253. data/lib/cybersource_rest_client/models/ptsv2paymentsidvoids_payment_information.rb +1 -1
  254. data/lib/cybersource_rest_client/models/ptsv2payouts_client_reference_information.rb +1 -1
  255. data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information.rb +1 -1
  256. data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information_merchant_descriptor.rb +5 -5
  257. data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_amount_details.rb +2 -2
  258. data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_amount_details_surcharge.rb +1 -1
  259. data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_bill_to.rb +9 -9
  260. data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information_card.rb +4 -4
  261. data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information.rb +2 -2
  262. data/lib/cybersource_rest_client/models/refund_capture_request.rb +1 -1
  263. data/lib/cybersource_rest_client/models/refund_payment_request.rb +1 -1
  264. data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response.rb +4 -14
  265. data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information.rb +1 -1
  266. data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_error_information.rb +205 -0
  267. data/lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response.rb +5 -15
  268. data/lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb +1 -1
  269. data/lib/cybersource_rest_client/models/risk_v1_authentication_setups_post201_response.rb +246 -0
  270. data/lib/cybersource_rest_client/models/risk_v1_authentication_setups_post201_response_consumer_authentication_information.rb +249 -0
  271. data/lib/cybersource_rest_client/models/risk_v1_authentication_setups_post201_response_error_information.rb +205 -0
  272. data/lib/cybersource_rest_client/models/risk_v1_authentications_post201_response.rb +7 -17
  273. data/lib/cybersource_rest_client/models/risk_v1_authentications_post201_response_error_information.rb +205 -0
  274. data/lib/cybersource_rest_client/models/risk_v1_authentications_post400_response.rb +4 -4
  275. data/lib/cybersource_rest_client/models/risk_v1_authentications_post400_response_1.rb +225 -0
  276. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response.rb +32 -5
  277. data/lib/cybersource_rest_client/models/{risk_v1_authentications_post201_response_consumer_authentication_information.rb → risk_v1_decisions_post201_response_consumer_authentication_information.rb} +28 -3
  278. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_error_information.rb +205 -0
  279. data/lib/cybersource_rest_client/models/{risk_v1_authentications_post201_response_order_information.rb → risk_v1_decisions_post201_response_order_information.rb} +2 -2
  280. data/lib/cybersource_rest_client/models/{risk_v1_authentications_post201_response_order_information_amount_details.rb → risk_v1_decisions_post201_response_order_information_amount_details.rb} +2 -2
  281. data/lib/cybersource_rest_client/models/risk_v1_decisions_post400_response.rb +3 -3
  282. data/lib/cybersource_rest_client/models/risk_v1_decisions_post400_response_1.rb +225 -0
  283. data/lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response.rb +4 -14
  284. data/lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_error_information.rb +205 -0
  285. data/lib/cybersource_rest_client/models/risk_v1_update_post201_response.rb +2 -2
  286. data/lib/cybersource_rest_client/models/riskv1addressverifications_client_reference_information.rb +2 -2
  287. data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_bill_to.rb +6 -6
  288. data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_line_items.rb +5 -5
  289. data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_ship_to.rb +7 -7
  290. data/lib/cybersource_rest_client/models/riskv1authenticationresults_consumer_authentication_information.rb +26 -1
  291. data/lib/cybersource_rest_client/models/riskv1authenticationresults_order_information_line_items.rb +3 -3
  292. data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information.rb +13 -4
  293. data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_card.rb +4 -4
  294. data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_tokenized_card.rb +1 -1
  295. data/lib/cybersource_rest_client/models/riskv1authentications_device_information.rb +1 -1
  296. data/lib/cybersource_rest_client/models/riskv1authentications_order_information.rb +1 -1
  297. data/lib/cybersource_rest_client/models/riskv1authentications_order_information_amount_details.rb +2 -2
  298. data/lib/cybersource_rest_client/models/riskv1authentications_order_information_bill_to.rb +10 -10
  299. data/lib/cybersource_rest_client/models/riskv1authentications_order_information_line_items.rb +5 -5
  300. data/lib/cybersource_rest_client/models/riskv1authentications_payment_information.rb +13 -4
  301. data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_card.rb +4 -4
  302. data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_tokenized_card.rb +1 -1
  303. data/lib/cybersource_rest_client/models/riskv1authentications_travel_information.rb +2 -2
  304. data/lib/cybersource_rest_client/models/{riskv1authentications_client_reference_information.rb → riskv1authenticationsetups_client_reference_information.rb} +2 -2
  305. data/lib/cybersource_rest_client/models/{instrument_identifier_enrollable_card.rb → riskv1authenticationsetups_payment_information.rb} +24 -25
  306. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_card.rb +286 -0
  307. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_customer.rb +199 -0
  308. data/lib/cybersource_rest_client/models/{riskv1authentications_payment_information_fluid_data.rb → riskv1authenticationsetups_payment_information_fluid_data.rb} +3 -3
  309. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_tokenized_card.rb +325 -0
  310. data/lib/cybersource_rest_client/models/{riskv1authentications_processing_information.rb → riskv1authenticationsetups_processing_information.rb} +2 -2
  311. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_token_information.rb +184 -0
  312. data/lib/cybersource_rest_client/models/riskv1decisions_client_reference_information.rb +2 -2
  313. data/lib/cybersource_rest_client/models/{riskv1authentications_consumer_authentication_information.rb → riskv1decisions_consumer_authentication_information.rb} +29 -4
  314. data/lib/cybersource_rest_client/models/{riskv1authentications_consumer_authentication_information_strong_authentication.rb → riskv1decisions_consumer_authentication_information_strong_authentication.rb} +1 -1
  315. data/lib/cybersource_rest_client/models/riskv1decisions_device_information.rb +236 -5
  316. data/lib/cybersource_rest_client/models/{riskv1authentications_merchant_information.rb → riskv1decisions_merchant_information.rb} +2 -2
  317. data/lib/cybersource_rest_client/models/{riskv1authentications_merchant_information_merchant_descriptor.rb → riskv1decisions_merchant_information_merchant_descriptor.rb} +2 -2
  318. data/lib/cybersource_rest_client/models/riskv1decisions_order_information.rb +74 -4
  319. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_amount_details.rb +2 -2
  320. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_bill_to.rb +10 -10
  321. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_line_items.rb +104 -9
  322. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_ship_to.rb +72 -13
  323. data/lib/cybersource_rest_client/models/riskv1decisions_payment_information.rb +47 -4
  324. data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_card.rb +4 -4
  325. data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_tokenized_card.rb +1 -1
  326. data/lib/cybersource_rest_client/models/riskv1decisions_processing_information.rb +187 -0
  327. data/lib/cybersource_rest_client/models/riskv1decisions_processor_information.rb +13 -4
  328. data/lib/cybersource_rest_client/models/{riskv1decisions_card_verification.rb → riskv1decisions_processor_information_card_verification.rb} +1 -1
  329. data/lib/cybersource_rest_client/models/riskv1decisions_risk_information.rb +13 -4
  330. data/lib/cybersource_rest_client/models/riskv1decisions_travel_information.rb +25 -4
  331. data/lib/cybersource_rest_client/models/riskv1decisions_travel_information_legs.rb +26 -16
  332. data/lib/cybersource_rest_client/models/{riskv1authentications_travel_information_passengers.rb → riskv1decisions_travel_information_passengers.rb} +1 -1
  333. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_device_information.rb +1 -1
  334. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_bill_to.rb +9 -9
  335. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_line_items.rb +5 -5
  336. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_ship_to.rb +3 -3
  337. data/lib/cybersource_rest_client/models/riskv1liststypeentries_device_information.rb +1 -1
  338. data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_bill_to.rb +10 -10
  339. data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_line_items.rb +1 -1
  340. data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_ship_to.rb +6 -6
  341. data/lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information_card.rb +2 -2
  342. data/lib/cybersource_rest_client/models/search_request.rb +214 -0
  343. data/lib/cybersource_rest_client/models/shipping_address.rb +235 -0
  344. data/lib/cybersource_rest_client/models/shipping_address_list_for_customer.rb +233 -0
  345. data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__embedded.rb +186 -0
  346. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response__links.rb → shipping_address_list_for_customer__links.rb} +6 -6
  347. data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__links_first.rb +184 -0
  348. data/lib/cybersource_rest_client/models/{pi_for_ii_link_self.rb → shipping_address_list_for_customer__links_last.rb} +2 -2
  349. data/lib/cybersource_rest_client/models/{instrument_identifier_payment_instruments_link.rb → shipping_address_list_for_customer__links_next.rb} +2 -1
  350. data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__links_prev.rb +184 -0
  351. data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__links_self.rb +184 -0
  352. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_delete409_response.rb → shipping_address_paginated.rb} +55 -5
  353. data/lib/cybersource_rest_client/models/tax_request.rb +219 -0
  354. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_bank_account.rb → tms_error.rb} +27 -6
  355. data/lib/cybersource_rest_client/models/{detail.rb → tms_error_details.rb} +3 -3
  356. data/lib/cybersource_rest_client/models/tms_error_response.rb +185 -0
  357. data/lib/cybersource_rest_client/models/tms_v2_customers_response.rb +292 -0
  358. data/lib/cybersource_rest_client/models/{tokenize_request.rb → tmsv2customers__embedded.rb} +15 -20
  359. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response_processing_information_authorization_options.rb → tmsv2customers__embedded_authorization_options.rb} +2 -2
  360. data/lib/cybersource_rest_client/models/{initiator.rb → tmsv2customers__embedded_authorization_options_initiator.rb} +2 -2
  361. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument.rb +318 -0
  362. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded__embedded.rb → tmsv2customers__embedded_default_payment_instrument__embedded.rb} +3 -2
  363. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_embedded_instrument_identifier.rb → tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier.rb} +45 -50
  364. data/lib/cybersource_rest_client/models/{model_409_links.rb → tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier__links.rb} +12 -3
  365. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier__links_self.rb +184 -0
  366. data/lib/cybersource_rest_client/models/{instrument_identifier_card.rb → tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_bank_account.rb} +21 -20
  367. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_bill_to.rb +325 -0
  368. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_card.rb → tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_card.rb} +6 -32
  369. data/lib/cybersource_rest_client/models/{issuer.rb → tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_issuer.rb} +7 -16
  370. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_metadata.rb +184 -0
  371. data/lib/cybersource_rest_client/models/{payment_instruments_links.rb → tmsv2customers__embedded_default_payment_instrument__links.rb} +14 -5
  372. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__links_self.rb +184 -0
  373. data/lib/cybersource_rest_client/models/{create_instrument_identifier_request.rb → tmsv2customers__embedded_default_payment_instrument_bank_account.rb} +21 -33
  374. data/lib/cybersource_rest_client/models/{bill_to.rb → tmsv2customers__embedded_default_payment_instrument_bill_to.rb} +27 -45
  375. data/lib/cybersource_rest_client/models/{buyer_information.rb → tmsv2customers__embedded_default_payment_instrument_buyer_information.rb} +6 -39
  376. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response_buyer_information_issued_by.rb → tmsv2customers__embedded_default_payment_instrument_buyer_information_issued_by.rb} +17 -2
  377. data/lib/cybersource_rest_client/models/{personal_identification.rb → tmsv2customers__embedded_default_payment_instrument_buyer_information_personal_identification.rb} +19 -4
  378. data/lib/cybersource_rest_client/models/{payment_instrument_card.rb → tmsv2customers__embedded_default_payment_instrument_card.rb} +21 -62
  379. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_card_tokenized_information.rb +224 -0
  380. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response_personal_identification.rb → tmsv2customers__embedded_default_payment_instrument_instrument_identifier.rb} +30 -25
  381. data/lib/cybersource_rest_client/models/{merchant_information.rb → tmsv2customers__embedded_default_payment_instrument_merchant_information.rb} +2 -2
  382. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response_merchant_descriptor.rb → tmsv2customers__embedded_default_payment_instrument_merchant_information_merchant_descriptor.rb} +17 -2
  383. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_metadata.rb +184 -0
  384. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response_processing_information.rb → tmsv2customers__embedded_default_payment_instrument_processing_information.rb} +3 -5
  385. data/lib/cybersource_rest_client/models/{merchant_initiated_transaction.rb → tmsv2customers__embedded_default_payment_instrument_processing_information_bank_transfer_options.rb} +17 -17
  386. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_shipping_address.rb +235 -0
  387. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded__links.rb → tmsv2customers__embedded_default_shipping_address__links.rb} +14 -5
  388. data/lib/cybersource_rest_client/models/{pi_for_ii_link_last.rb → tmsv2customers__embedded_default_shipping_address__links_customer.rb} +2 -2
  389. data/lib/cybersource_rest_client/models/{pi_for_ii_link_first.rb → tmsv2customers__embedded_default_shipping_address__links_self.rb} +2 -2
  390. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response_metadata.rb → tmsv2customers__embedded_default_shipping_address_metadata.rb} +2 -2
  391. data/lib/cybersource_rest_client/models/{riskv1authentications_order_information_ship_to.rb → tmsv2customers__embedded_default_shipping_address_ship_to.rb} +140 -150
  392. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response_merchant_initiated_transaction.rb → tmsv2customers__embedded_merchant_initiated_transaction.rb} +2 -2
  393. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_payment_instruments.rb +184 -0
  394. data/lib/cybersource_rest_client/models/{instrument_identifier_processing_information.rb → tmsv2customers__embedded_processing_information.rb} +2 -2
  395. data/lib/cybersource_rest_client/models/{instrument_identifier_tokenized_card.rb → tmsv2customers__embedded_tokenized_card.rb} +33 -32
  396. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response_tokenized_card_card.rb → tmsv2customers__embedded_tokenized_card_card.rb} +5 -23
  397. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response__links.rb → tmsv2customers__links.rb} +10 -19
  398. data/lib/cybersource_rest_client/models/tmsv2customers__links_payment_instruments.rb +184 -0
  399. data/lib/cybersource_rest_client/models/{model_409_link.rb → tmsv2customers__links_self.rb} +2 -1
  400. data/lib/cybersource_rest_client/models/tmsv2customers__links_shipping_address.rb +184 -0
  401. data/lib/cybersource_rest_client/models/tmsv2customers_buyer_information.rb +224 -0
  402. data/lib/cybersource_rest_client/models/{ptsv2paymentsidcaptures_travel_information.rb → tmsv2customers_client_reference_information.rb} +24 -26
  403. data/lib/cybersource_rest_client/models/tmsv2customers_default_payment_instrument.rb +184 -0
  404. data/lib/cybersource_rest_client/models/tmsv2customers_default_shipping_address.rb +184 -0
  405. data/lib/cybersource_rest_client/models/tmsv2customers_merchant_defined_information.rb +209 -0
  406. data/lib/cybersource_rest_client/models/{metadata.rb → tmsv2customers_metadata.rb} +2 -2
  407. data/lib/cybersource_rest_client/models/tmsv2customers_object_information.rb +224 -0
  408. data/lib/cybersource_rest_client/models/tokenize_parameters.rb +1 -1
  409. data/lib/cybersource_rest_client/models/{flexv1tokens_card_info.rb → tokenize_parameters_card_info.rb} +1 -1
  410. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response.rb +4 -4
  411. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_application_information.rb +2 -2
  412. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_application_information_applications.rb +1 -1
  413. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_client_reference_information.rb +2 -2
  414. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_device_information.rb +1 -1
  415. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_fraud_marking_information.rb +1 -1
  416. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_merchant_information_merchant_descriptor.rb +1 -1
  417. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_amount_details.rb +4 -4
  418. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_bill_to.rb +10 -10
  419. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_invoice_details.rb +1 -1
  420. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_line_items.rb +1 -1
  421. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_ship_to.rb +8 -8
  422. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information.rb +1 -1
  423. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_account_features.rb +3 -3
  424. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_card.rb +4 -4
  425. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_payment_type.rb +1 -1
  426. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_point_of_sale_information.rb +28 -3
  427. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information.rb +1 -1
  428. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options.rb +1 -1
  429. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_bank_transfer_options.rb +1 -1
  430. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_japan_payment_options.rb +1 -1
  431. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +5 -5
  432. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response.rb +8 -8
  433. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_application_information.rb +5 -15
  434. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_application_information_applications.rb +244 -0
  435. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_client_reference_information.rb +1 -1
  436. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_device_information.rb +1 -1
  437. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_merchant_information.rb +1 -1
  438. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_bill_to.rb +5 -5
  439. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_ship_to.rb +4 -4
  440. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information.rb +1 -1
  441. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_card.rb +2 -2
  442. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_point_of_sale_information.rb +3 -3
  443. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processing_information.rb +1 -1
  444. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processor_information.rb +1 -1
  445. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries.rb +2 -2
  446. data/lib/cybersource_rest_client/models/tss_v2_transactions_post400_response.rb +1 -1
  447. data/lib/cybersource_rest_client/models/validate_request.rb +2 -2
  448. data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response.rb +255 -0
  449. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response__links_payment_instruments.rb → vas_v2_payments_post201_response__links.rb} +8 -8
  450. data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response_tokenized_card.rb → vas_v2_payments_post201_response_order_information.rb} +75 -67
  451. data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response_order_information_jurisdiction.rb +384 -0
  452. data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response_order_information_line_items.rb +271 -0
  453. data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response_order_information_tax_details.rb +224 -0
  454. data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response_tax_information.rb +194 -0
  455. data/lib/cybersource_rest_client/models/vas_v2_payments_post400_response.rb +225 -0
  456. data/lib/cybersource_rest_client/models/vas_v2_tax_void200_response.rb +237 -0
  457. data/lib/cybersource_rest_client/models/vas_v2_tax_void200_response_void_amount_details.rb +209 -0
  458. data/lib/cybersource_rest_client/models/vas_v2_tax_voids_post400_response.rb +225 -0
  459. data/lib/cybersource_rest_client/models/vasv2tax_buyer_information.rb +199 -0
  460. data/lib/cybersource_rest_client/models/vasv2tax_client_reference_information.rb +218 -0
  461. data/lib/cybersource_rest_client/models/vasv2tax_client_reference_information_partner.rb +224 -0
  462. data/lib/cybersource_rest_client/models/vasv2tax_merchant_information.rb +199 -0
  463. data/lib/cybersource_rest_client/models/vasv2tax_order_information.rb +248 -0
  464. data/lib/cybersource_rest_client/models/vasv2tax_order_information_bill_to.rb +324 -0
  465. data/lib/cybersource_rest_client/models/vasv2tax_order_information_invoice_details.rb +199 -0
  466. data/lib/cybersource_rest_client/models/vasv2tax_order_information_line_items.rb +501 -0
  467. data/lib/cybersource_rest_client/models/vasv2tax_order_information_order_acceptance.rb +275 -0
  468. data/lib/cybersource_rest_client/models/vasv2tax_order_information_order_origin.rb +275 -0
  469. data/lib/cybersource_rest_client/models/vasv2tax_order_information_ship_to.rb +349 -0
  470. data/lib/cybersource_rest_client/models/vasv2tax_order_information_shipping_details.rb +274 -0
  471. data/lib/cybersource_rest_client/models/vasv2tax_tax_information.rb +278 -0
  472. data/lib/cybersource_rest_client/models/vasv2taxid_client_reference_information.rb +218 -0
  473. data/lib/cybersource_rest_client/models/vasv2taxid_client_reference_information_partner.rb +224 -0
  474. data/lib/cybersource_rest_client/models/void_tax_request.rb +183 -0
  475. metadata +199 -110
  476. data/lib/cybersource_rest_client/api/tokenization_api.rb +0 -89
  477. data/lib/cybersource_rest_client/models/create_payment_instrument_request.rb +0 -246
  478. data/lib/cybersource_rest_client/models/error_response_with_hal.rb +0 -174
  479. data/lib/cybersource_rest_client/models/existing_instrument_identifier_id.rb +0 -175
  480. data/lib/cybersource_rest_client/models/payment_instruments_array.rb +0 -175
  481. data/lib/cybersource_rest_client/models/personal_identification_array.rb +0 -174
  482. data/lib/cybersource_rest_client/models/pi_for_ii_link_next.rb +0 -184
  483. data/lib/cybersource_rest_client/models/pi_for_ii_link_prev.rb +0 -184
  484. data/lib/cybersource_rest_client/models/processing_information.rb +0 -195
  485. data/lib/cybersource_rest_client/models/riskv1authentications_travel_information_legs.rb +0 -259
  486. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_delete409_response__links.rb +0 -183
  487. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded__links_self.rb +0 -183
  488. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_bill_to.rb +0 -467
  489. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_buyer_information.rb +0 -278
  490. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_card.rb +0 -369
  491. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__links_first.rb +0 -184
  492. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__links_last.rb +0 -184
  493. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__links_next.rb +0 -184
  494. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__links_prev.rb +0 -184
  495. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__links_self.rb +0 -184
  496. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response_bank_transfer_options.rb +0 -184
  497. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response_merchant_information.rb +0 -183
  498. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_post200_response__links_self.rb +0 -183
  499. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_post200_response_authorization_options_initiator.rb +0 -183
  500. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_post200_response_issuer.rb +0 -208
  501. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_post200_response_processing_information.rb +0 -183
  502. data/lib/cybersource_rest_client/models/update_payment_instrument_request.rb +0 -246
@@ -0,0 +1,224 @@
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.2.3
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module CyberSource
16
+ # key information
17
+ class InlineResponse2001KeyInformation
18
+ # Merchant Id
19
+ attr_accessor :organization_id
20
+
21
+ # Key serial number
22
+ attr_accessor :key_id
23
+
24
+ # The status of the key. Possible values: - FAILED - ACTIVE - INACTIVE - EXPIRED
25
+ attr_accessor :status
26
+
27
+ # message in case of failed key
28
+ attr_accessor :message
29
+
30
+ attr_accessor :error_information
31
+
32
+ # Attribute mapping from ruby-style variable name to JSON key.
33
+ def self.attribute_map
34
+ {
35
+ :'organization_id' => :'organizationId',
36
+ :'key_id' => :'keyId',
37
+ :'status' => :'status',
38
+ :'message' => :'message',
39
+ :'error_information' => :'errorInformation'
40
+ }
41
+ end
42
+
43
+ # Attribute type mapping.
44
+ def self.swagger_types
45
+ {
46
+ :'organization_id' => :'String',
47
+ :'key_id' => :'String',
48
+ :'status' => :'String',
49
+ :'message' => :'String',
50
+ :'error_information' => :'InlineResponse201ErrorInformation'
51
+ }
52
+ end
53
+
54
+ # Initializes the object
55
+ # @param [Hash] attributes Model attributes in the form of hash
56
+ def initialize(attributes = {})
57
+ return unless attributes.is_a?(Hash)
58
+
59
+ # convert string to symbol for hash key
60
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
61
+
62
+ if attributes.has_key?(:'organizationId')
63
+ self.organization_id = attributes[:'organizationId']
64
+ end
65
+
66
+ if attributes.has_key?(:'keyId')
67
+ self.key_id = attributes[:'keyId']
68
+ end
69
+
70
+ if attributes.has_key?(:'status')
71
+ self.status = attributes[:'status']
72
+ end
73
+
74
+ if attributes.has_key?(:'message')
75
+ self.message = attributes[:'message']
76
+ end
77
+
78
+ if attributes.has_key?(:'errorInformation')
79
+ self.error_information = attributes[:'errorInformation']
80
+ end
81
+ end
82
+
83
+ # Show invalid properties with the reasons. Usually used together with valid?
84
+ # @return Array for valid properties with the reasons
85
+ def list_invalid_properties
86
+ invalid_properties = Array.new
87
+ invalid_properties
88
+ end
89
+
90
+ # Check to see if the all the properties in the model are valid
91
+ # @return true if the model is valid
92
+ def valid?
93
+ true
94
+ end
95
+
96
+ # Checks equality by comparing each attribute.
97
+ # @param [Object] Object to be compared
98
+ def ==(o)
99
+ return true if self.equal?(o)
100
+ self.class == o.class &&
101
+ organization_id == o.organization_id &&
102
+ key_id == o.key_id &&
103
+ status == o.status &&
104
+ message == o.message &&
105
+ error_information == o.error_information
106
+ end
107
+
108
+ # @see the `==` method
109
+ # @param [Object] Object to be compared
110
+ def eql?(o)
111
+ self == o
112
+ end
113
+
114
+ # Calculates hash code according to all attributes.
115
+ # @return [Fixnum] Hash code
116
+ def hash
117
+ [organization_id, key_id, status, message, error_information].hash
118
+ end
119
+
120
+ # Builds the object from hash
121
+ # @param [Hash] attributes Model attributes in the form of hash
122
+ # @return [Object] Returns the model itself
123
+ def build_from_hash(attributes)
124
+ return nil unless attributes.is_a?(Hash)
125
+ self.class.swagger_types.each_pair do |key, type|
126
+ if type =~ /\AArray<(.*)>/i
127
+ # check to ensure the input is an array given that the the attribute
128
+ # is documented as an array but the input is not
129
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
130
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
131
+ end
132
+ elsif !attributes[self.class.attribute_map[key]].nil?
133
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
134
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
135
+ end
136
+
137
+ self
138
+ end
139
+
140
+ # Deserializes the data based on type
141
+ # @param string type Data type
142
+ # @param string value Value to be deserialized
143
+ # @return [Object] Deserialized data
144
+ def _deserialize(type, value)
145
+ case type.to_sym
146
+ when :DateTime
147
+ DateTime.parse(value)
148
+ when :Date
149
+ Date.parse(value)
150
+ when :String
151
+ value.to_s
152
+ when :Integer
153
+ value.to_i
154
+ when :Float
155
+ value.to_f
156
+ when :BOOLEAN
157
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
158
+ true
159
+ else
160
+ false
161
+ end
162
+ when :Object
163
+ # generic object (usually a Hash), return directly
164
+ value
165
+ when /\AArray<(?<inner_type>.+)>\z/
166
+ inner_type = Regexp.last_match[:inner_type]
167
+ value.map { |v| _deserialize(inner_type, v) }
168
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
169
+ k_type = Regexp.last_match[:k_type]
170
+ v_type = Regexp.last_match[:v_type]
171
+ {}.tap do |hash|
172
+ value.each do |k, v|
173
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
174
+ end
175
+ end
176
+ else # model
177
+ temp_model = CyberSource.const_get(type).new
178
+ temp_model.build_from_hash(value)
179
+ end
180
+ end
181
+
182
+ # Returns the string representation of the object
183
+ # @return [String] String presentation of the object
184
+ def to_s
185
+ to_hash.to_s
186
+ end
187
+
188
+ # to_body is an alias to to_hash (backward compatibility)
189
+ # @return [Hash] Returns the object in the form of hash
190
+ def to_body
191
+ to_hash
192
+ end
193
+
194
+ # Returns the object in the form of hash
195
+ # @return [Hash] Returns the object in the form of hash
196
+ def to_hash
197
+ hash = {}
198
+ self.class.attribute_map.each_pair do |attr, param|
199
+ value = self.send(attr)
200
+ next if value.nil?
201
+ hash[param] = _to_hash(value)
202
+ end
203
+ hash
204
+ end
205
+
206
+ # Outputs non-array value in the form of hash
207
+ # For object, use to_hash. Otherwise, just return the value
208
+ # @param [Object] value Any valid value
209
+ # @return [Hash] Returns the value in the form of hash
210
+ def _to_hash(value)
211
+ if value.is_a?(Array)
212
+ value.compact.map { |v| _to_hash(v) }
213
+ elsif value.is_a?(Hash)
214
+ {}.tap do |hash|
215
+ value.each { |k, v| hash[k] = _to_hash(v) }
216
+ end
217
+ elsif value.respond_to? :to_hash
218
+ value.to_hash
219
+ else
220
+ value
221
+ end
222
+ end
223
+ end
224
+ end
@@ -0,0 +1,193 @@
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.2.3
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module CyberSource
16
+ class InlineResponse2002
17
+ # Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **Example** `2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by authorization service. #### PIN debit Time when the PIN debit credit, PIN debit purchase or PIN debit reversal was requested. Returned by PIN debit credit, PIN debit purchase or PIN debit reversal.
18
+ attr_accessor :submit_time_utc
19
+
20
+ attr_accessor :key_information
21
+
22
+ # Attribute mapping from ruby-style variable name to JSON key.
23
+ def self.attribute_map
24
+ {
25
+ :'submit_time_utc' => :'submitTimeUtc',
26
+ :'key_information' => :'keyInformation'
27
+ }
28
+ end
29
+
30
+ # Attribute type mapping.
31
+ def self.swagger_types
32
+ {
33
+ :'submit_time_utc' => :'String',
34
+ :'key_information' => :'InlineResponse2002KeyInformation'
35
+ }
36
+ end
37
+
38
+ # Initializes the object
39
+ # @param [Hash] attributes Model attributes in the form of hash
40
+ def initialize(attributes = {})
41
+ return unless attributes.is_a?(Hash)
42
+
43
+ # convert string to symbol for hash key
44
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
45
+
46
+ if attributes.has_key?(:'submitTimeUtc')
47
+ self.submit_time_utc = attributes[:'submitTimeUtc']
48
+ end
49
+
50
+ if attributes.has_key?(:'keyInformation')
51
+ self.key_information = attributes[:'keyInformation']
52
+ end
53
+ end
54
+
55
+ # Show invalid properties with the reasons. Usually used together with valid?
56
+ # @return Array for valid properties with the reasons
57
+ def list_invalid_properties
58
+ invalid_properties = Array.new
59
+ invalid_properties
60
+ end
61
+
62
+ # Check to see if the all the properties in the model are valid
63
+ # @return true if the model is valid
64
+ def valid?
65
+ true
66
+ end
67
+
68
+ # Checks equality by comparing each attribute.
69
+ # @param [Object] Object to be compared
70
+ def ==(o)
71
+ return true if self.equal?(o)
72
+ self.class == o.class &&
73
+ submit_time_utc == o.submit_time_utc &&
74
+ key_information == o.key_information
75
+ end
76
+
77
+ # @see the `==` method
78
+ # @param [Object] Object to be compared
79
+ def eql?(o)
80
+ self == o
81
+ end
82
+
83
+ # Calculates hash code according to all attributes.
84
+ # @return [Fixnum] Hash code
85
+ def hash
86
+ [submit_time_utc, key_information].hash
87
+ end
88
+
89
+ # Builds the object from hash
90
+ # @param [Hash] attributes Model attributes in the form of hash
91
+ # @return [Object] Returns the model itself
92
+ def build_from_hash(attributes)
93
+ return nil unless attributes.is_a?(Hash)
94
+ self.class.swagger_types.each_pair do |key, type|
95
+ if type =~ /\AArray<(.*)>/i
96
+ # check to ensure the input is an array given that the the attribute
97
+ # is documented as an array but the input is not
98
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
99
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
100
+ end
101
+ elsif !attributes[self.class.attribute_map[key]].nil?
102
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
103
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
104
+ end
105
+
106
+ self
107
+ end
108
+
109
+ # Deserializes the data based on type
110
+ # @param string type Data type
111
+ # @param string value Value to be deserialized
112
+ # @return [Object] Deserialized data
113
+ def _deserialize(type, value)
114
+ case type.to_sym
115
+ when :DateTime
116
+ DateTime.parse(value)
117
+ when :Date
118
+ Date.parse(value)
119
+ when :String
120
+ value.to_s
121
+ when :Integer
122
+ value.to_i
123
+ when :Float
124
+ value.to_f
125
+ when :BOOLEAN
126
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
127
+ true
128
+ else
129
+ false
130
+ end
131
+ when :Object
132
+ # generic object (usually a Hash), return directly
133
+ value
134
+ when /\AArray<(?<inner_type>.+)>\z/
135
+ inner_type = Regexp.last_match[:inner_type]
136
+ value.map { |v| _deserialize(inner_type, v) }
137
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
138
+ k_type = Regexp.last_match[:k_type]
139
+ v_type = Regexp.last_match[:v_type]
140
+ {}.tap do |hash|
141
+ value.each do |k, v|
142
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
143
+ end
144
+ end
145
+ else # model
146
+ temp_model = CyberSource.const_get(type).new
147
+ temp_model.build_from_hash(value)
148
+ end
149
+ end
150
+
151
+ # Returns the string representation of the object
152
+ # @return [String] String presentation of the object
153
+ def to_s
154
+ to_hash.to_s
155
+ end
156
+
157
+ # to_body is an alias to to_hash (backward compatibility)
158
+ # @return [Hash] Returns the object in the form of hash
159
+ def to_body
160
+ to_hash
161
+ end
162
+
163
+ # Returns the object in the form of hash
164
+ # @return [Hash] Returns the object in the form of hash
165
+ def to_hash
166
+ hash = {}
167
+ self.class.attribute_map.each_pair do |attr, param|
168
+ value = self.send(attr)
169
+ next if value.nil?
170
+ hash[param] = _to_hash(value)
171
+ end
172
+ hash
173
+ end
174
+
175
+ # Outputs non-array value in the form of hash
176
+ # For object, use to_hash. Otherwise, just return the value
177
+ # @param [Object] value Any valid value
178
+ # @return [Hash] Returns the value in the form of hash
179
+ def _to_hash(value)
180
+ if value.is_a?(Array)
181
+ value.compact.map { |v| _to_hash(v) }
182
+ elsif value.is_a?(Hash)
183
+ {}.tap do |hash|
184
+ value.each { |k, v| hash[k] = _to_hash(v) }
185
+ end
186
+ elsif value.respond_to? :to_hash
187
+ value.to_hash
188
+ else
189
+ value
190
+ end
191
+ end
192
+ end
193
+ end
@@ -13,55 +13,56 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class FlexV1TokensPost200Response
17
- # The Key ID.
18
- attr_accessor :key_id
16
+ # key information
17
+ class InlineResponse2002KeyInformation
18
+ # Merchant Id
19
+ attr_accessor :organization_id
19
20
 
20
- # The generated token. The token replaces card data and is used as the Subscription ID in the CyberSource Simple Order API or SCMP API.
21
- attr_accessor :token
21
+ # Reference number is a unique identifier provided by the client along with the organization Id. This is an optional field provided solely for the client’s convenience. If client specifies value for this field in the request, it is expected to be available in the response.
22
+ attr_accessor :reference_number
22
23
 
23
- # The masked card number displaying the first 6 digits and the last 4 digits.
24
- attr_accessor :masked_pan
24
+ # Key Serial Number
25
+ attr_accessor :key_id
25
26
 
26
- # The card type.
27
- attr_accessor :card_type
27
+ # The status of the key. Possible values: - FAILED - ACTIVE - INACTIVE - EXPIRED
28
+ attr_accessor :status
28
29
 
29
- # The UTC date and time in milliseconds at which the signature was generated.
30
- attr_accessor :timestamp
30
+ # The expiration time in UTC. `Format: YYYY-MM-DDThh:mm:ssZ` Example 2016-08-11T22:47:57Z equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The T separates the date and the time. The Z indicates UTC.
31
+ attr_accessor :expiration_date
31
32
 
32
- # Indicates which fields from the response make up the data that is used when verifying the response signature. See the [sample code] (https://github.com/CyberSource/cybersource-flex-samples/blob/master/java/spring-boot/src/main/java/com/cybersource/flex/application/CheckoutController.java) on how to verify the signature.
33
- attr_accessor :signed_fields
33
+ # message in case of failed key
34
+ attr_accessor :message
34
35
 
35
- # Flex-generated digital signature. To ensure the values have not been tampered with while passing through the client, verify this server-side using the public key generated from the /keys resource.
36
- attr_accessor :signature
36
+ # Key alias
37
+ attr_accessor :_alias
37
38
 
38
- attr_accessor :discoverable_services
39
+ attr_accessor :error_information
39
40
 
40
41
  # Attribute mapping from ruby-style variable name to JSON key.
41
42
  def self.attribute_map
42
43
  {
44
+ :'organization_id' => :'organizationId',
45
+ :'reference_number' => :'referenceNumber',
43
46
  :'key_id' => :'keyId',
44
- :'token' => :'token',
45
- :'masked_pan' => :'maskedPan',
46
- :'card_type' => :'cardType',
47
- :'timestamp' => :'timestamp',
48
- :'signed_fields' => :'signedFields',
49
- :'signature' => :'signature',
50
- :'discoverable_services' => :'discoverableServices'
47
+ :'status' => :'status',
48
+ :'expiration_date' => :'expirationDate',
49
+ :'message' => :'message',
50
+ :'_alias' => :'alias',
51
+ :'error_information' => :'errorInformation'
51
52
  }
52
53
  end
53
54
 
54
55
  # Attribute type mapping.
55
56
  def self.swagger_types
56
57
  {
58
+ :'organization_id' => :'String',
59
+ :'reference_number' => :'String',
57
60
  :'key_id' => :'String',
58
- :'token' => :'String',
59
- :'masked_pan' => :'String',
60
- :'card_type' => :'String',
61
- :'timestamp' => :'Integer',
62
- :'signed_fields' => :'String',
63
- :'signature' => :'String',
64
- :'discoverable_services' => :'Hash<String, Object>'
61
+ :'status' => :'String',
62
+ :'expiration_date' => :'String',
63
+ :'message' => :'String',
64
+ :'_alias' => :'String',
65
+ :'error_information' => :'InlineResponse201ErrorInformation'
65
66
  }
66
67
  end
67
68
 
@@ -73,38 +74,36 @@ module CyberSource
73
74
  # convert string to symbol for hash key
74
75
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
75
76
 
76
- if attributes.has_key?(:'keyId')
77
- self.key_id = attributes[:'keyId']
77
+ if attributes.has_key?(:'organizationId')
78
+ self.organization_id = attributes[:'organizationId']
78
79
  end
79
80
 
80
- if attributes.has_key?(:'token')
81
- self.token = attributes[:'token']
81
+ if attributes.has_key?(:'referenceNumber')
82
+ self.reference_number = attributes[:'referenceNumber']
82
83
  end
83
84
 
84
- if attributes.has_key?(:'maskedPan')
85
- self.masked_pan = attributes[:'maskedPan']
85
+ if attributes.has_key?(:'keyId')
86
+ self.key_id = attributes[:'keyId']
86
87
  end
87
88
 
88
- if attributes.has_key?(:'cardType')
89
- self.card_type = attributes[:'cardType']
89
+ if attributes.has_key?(:'status')
90
+ self.status = attributes[:'status']
90
91
  end
91
92
 
92
- if attributes.has_key?(:'timestamp')
93
- self.timestamp = attributes[:'timestamp']
93
+ if attributes.has_key?(:'expirationDate')
94
+ self.expiration_date = attributes[:'expirationDate']
94
95
  end
95
96
 
96
- if attributes.has_key?(:'signedFields')
97
- self.signed_fields = attributes[:'signedFields']
97
+ if attributes.has_key?(:'message')
98
+ self.message = attributes[:'message']
98
99
  end
99
100
 
100
- if attributes.has_key?(:'signature')
101
- self.signature = attributes[:'signature']
101
+ if attributes.has_key?(:'alias')
102
+ self._alias = attributes[:'alias']
102
103
  end
103
104
 
104
- if attributes.has_key?(:'discoverableServices')
105
- if (value = attributes[:'discoverableServices']).is_a?(Hash)
106
- self.discoverable_services = value
107
- end
105
+ if attributes.has_key?(:'errorInformation')
106
+ self.error_information = attributes[:'errorInformation']
108
107
  end
109
108
  end
110
109
 
@@ -126,14 +125,14 @@ module CyberSource
126
125
  def ==(o)
127
126
  return true if self.equal?(o)
128
127
  self.class == o.class &&
128
+ organization_id == o.organization_id &&
129
+ reference_number == o.reference_number &&
129
130
  key_id == o.key_id &&
130
- token == o.token &&
131
- masked_pan == o.masked_pan &&
132
- card_type == o.card_type &&
133
- timestamp == o.timestamp &&
134
- signed_fields == o.signed_fields &&
135
- signature == o.signature &&
136
- discoverable_services == o.discoverable_services
131
+ status == o.status &&
132
+ expiration_date == o.expiration_date &&
133
+ message == o.message &&
134
+ _alias == o._alias &&
135
+ error_information == o.error_information
137
136
  end
138
137
 
139
138
  # @see the `==` method
@@ -145,7 +144,7 @@ module CyberSource
145
144
  # Calculates hash code according to all attributes.
146
145
  # @return [Fixnum] Hash code
147
146
  def hash
148
- [key_id, token, masked_pan, card_type, timestamp, signed_fields, signature, discoverable_services].hash
147
+ [organization_id, reference_number, key_id, status, expiration_date, message, _alias, error_information].hash
149
148
  end
150
149
 
151
150
  # Builds the object from hash