cybersource_rest_client 0.0.73 → 0.0.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/AuthenticationSDK/core/MerchantConfig.rb +2 -1
- data/lib/cybersource_rest_client/api/batches_api.rb +9 -9
- data/lib/cybersource_rest_client/api/bin_lookup_api.rb +5 -5
- data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +6 -6
- data/lib/cybersource_rest_client/api/decision_manager_api.rb +3 -3
- data/lib/cybersource_rest_client/api/device_de_association_api.rb +168 -0
- data/lib/cybersource_rest_client/api/device_search_api.rb +78 -5
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +9 -9
- data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +3 -3
- data/lib/cybersource_rest_client/api/payment_tokens_api.rb +96 -0
- data/lib/cybersource_rest_client/api/subscriptions_api.rb +5 -2
- data/lib/cybersource_rest_client/models/create_order_request.rb +269 -229
- data/lib/cybersource_rest_client/models/de_association_request_body.rb +190 -0
- data/lib/cybersource_rest_client/models/generate_capture_context_request.rb +1 -1
- data/lib/cybersource_rest_client/models/generate_unified_checkout_capture_context_request.rb +2 -2
- data/lib/cybersource_rest_client/models/get_subscription_response.rb +15 -5
- data/lib/cybersource_rest_client/models/get_subscription_response_reactivation_information.rb +213 -0
- data/lib/cybersource_rest_client/models/inline_response_200_10.rb +292 -0
- data/lib/cybersource_rest_client/models/{inline_response_200_9_records.rb → inline_response_200_10_records.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_9_response_record.rb → inline_response_200_10_response_record.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_9_response_record_additional_updates.rb → inline_response_200_10_response_record_additional_updates.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_9_source_record.rb → inline_response_200_10_source_record.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_2.rb +253 -253
- data/lib/cybersource_rest_client/models/inline_response_200_5.rb +55 -10
- data/lib/cybersource_rest_client/models/inline_response_200_5_devices.rb +357 -0
- data/lib/cybersource_rest_client/models/inline_response_200_6.rb +10 -55
- data/lib/cybersource_rest_client/models/inline_response_200_7.rb +33 -37
- data/lib/cybersource_rest_client/models/{inline_response_200_6_devices.rb → inline_response_200_7_devices.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_6_payment_processor_to_terminal_map.rb → inline_response_200_7_payment_processor_to_terminal_map.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_8.rb +47 -86
- data/lib/cybersource_rest_client/models/{inline_response_200_7__embedded.rb → inline_response_200_8__embedded.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_7__embedded__links.rb → inline_response_200_8__embedded__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_7__embedded__links_reports.rb → inline_response_200_8__embedded__links_reports.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_7__embedded_batches.rb → inline_response_200_8__embedded_batches.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_7__embedded_totals.rb → inline_response_200_8__embedded_totals.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_8__links.rb +16 -17
- data/lib/cybersource_rest_client/models/inline_response_200_9.rb +47 -49
- data/lib/cybersource_rest_client/models/inline_response_200_9__links.rb +201 -0
- data/lib/cybersource_rest_client/models/{inline_response_200_8__links_report.rb → inline_response_200_9__links_report.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_8_billing.rb → inline_response_200_9_billing.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201.rb +227 -218
- data/lib/cybersource_rest_client/models/inline_response_201_1.rb +218 -248
- data/lib/cybersource_rest_client/models/inline_response_201_2.rb +248 -281
- data/lib/cybersource_rest_client/models/{inline_response_201_1_payout_information.rb → inline_response_201_2_payout_information.rb} +216 -216
- data/lib/cybersource_rest_client/models/{inline_response_201_1_payout_information_pull_funds.rb → inline_response_201_2_payout_information_pull_funds.rb} +213 -213
- data/lib/cybersource_rest_client/models/{inline_response_201_1_payout_information_push_funds.rb → inline_response_201_2_payout_information_push_funds.rb} +417 -417
- data/lib/cybersource_rest_client/models/inline_response_201_3.rb +281 -222
- data/lib/cybersource_rest_client/models/{inline_response_201_2_integration_information.rb → inline_response_201_3_integration_information.rb} +192 -192
- data/lib/cybersource_rest_client/models/{inline_response_201_2_integration_information_tenant_configurations.rb → inline_response_201_3_integration_information_tenant_configurations.rb} +253 -253
- data/lib/cybersource_rest_client/models/{inline_response_201_2_organization_information.rb → inline_response_201_3_organization_information.rb} +217 -217
- data/lib/cybersource_rest_client/models/{inline_response_201_2_product_information_setups.rb → inline_response_201_3_product_information_setups.rb} +214 -214
- data/lib/cybersource_rest_client/models/{inline_response_201_2_registration_information.rb → inline_response_201_3_registration_information.rb} +222 -222
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups.rb → inline_response_201_3_setups.rb} +219 -219
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_commerce_solutions.rb → inline_response_201_3_setups_commerce_solutions.rb} +209 -209
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_payments.rb → inline_response_201_3_setups_payments.rb} +369 -369
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_payments_alternative_payment_methods.rb → inline_response_201_3_setups_payments_alternative_payment_methods.rb} +221 -221
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_payments_alternative_payment_methods_configuration_status.rb → inline_response_201_3_setups_payments_alternative_payment_methods_configuration_status.rb} +200 -200
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_payments_card_processing.rb → inline_response_201_3_setups_payments_card_processing.rb} +199 -199
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_payments_card_processing_configuration_status.rb → inline_response_201_3_setups_payments_card_processing_configuration_status.rb} +255 -255
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_payments_card_processing_subscription_status.rb → inline_response_201_3_setups_payments_card_processing_subscription_status.rb} +234 -234
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_payments_digital_payments.rb → inline_response_201_3_setups_payments_digital_payments.rb} +189 -189
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_risk.rb → inline_response_201_3_setups_risk.rb} +199 -199
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_value_added_services.rb → inline_response_201_3_setups_value_added_services.rb} +209 -209
- data/lib/cybersource_rest_client/models/inline_response_201_4.rb +222 -312
- data/lib/cybersource_rest_client/models/{inline_response_201_3_key_information.rb → inline_response_201_4_key_information.rb} +300 -300
- data/lib/cybersource_rest_client/models/{inline_response_201_3_key_information_error_information.rb → inline_response_201_4_key_information_error_information.rb} +202 -202
- data/lib/cybersource_rest_client/models/{inline_response_201_3_key_information_error_information_details.rb → inline_response_201_4_key_information_error_information_details.rb} +201 -201
- data/lib/cybersource_rest_client/models/inline_response_201_5.rb +312 -277
- data/lib/cybersource_rest_client/models/inline_response_201_6.rb +277 -202
- data/lib/cybersource_rest_client/models/{inline_response_201_5_payloads.rb → inline_response_201_6_payloads.rb} +189 -189
- data/lib/cybersource_rest_client/models/{inline_response_201_5_payloads_test_payload.rb → inline_response_201_6_payloads_test_payload.rb} +190 -190
- data/lib/cybersource_rest_client/models/inline_response_201_7.rb +202 -0
- data/lib/cybersource_rest_client/models/inline_response_201_order_information.rb +189 -0
- data/lib/cybersource_rest_client/models/inline_response_201_order_information_ship_to.rb +315 -0
- data/lib/cybersource_rest_client/models/inline_response_201_payment_information.rb +199 -0
- data/lib/cybersource_rest_client/models/inline_response_201_payment_information_e_wallet.rb +196 -0
- data/lib/cybersource_rest_client/models/inline_response_201_payment_information_tokenized_payment_method.rb +213 -0
- data/lib/cybersource_rest_client/models/payments_products.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout.rb +199 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features_paze.rb +213 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb +225 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout.rb +190 -0
- data/lib/cybersource_rest_client/models/post_device_search_request.rb +223 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_installment_information.rb +609 -609
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_card.rb +269 -269
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +364 -354
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +309 -309
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_payment_method.rb +213 -0
- data/lib/cybersource_rest_client/models/pts_v2_retrieve_payment_token_get400_response.rb +252 -0
- data/lib/cybersource_rest_client/models/pts_v2_retrieve_payment_token_get502_response.rb +240 -0
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_card.rb +258 -258
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_tokenized_card.rb +275 -275
- data/lib/cybersource_rest_client/models/ptsv2intents_event_information.rb +212 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_order_information_ship_to.rb +354 -332
- data/lib/cybersource_rest_client/models/ptsv2intents_payment_information.rb +220 -189
- data/lib/cybersource_rest_client/models/ptsv2intents_payment_information_e_wallet.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_payment_information_tokenized_payment_method.rb +241 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_processing_information.rb +351 -219
- data/lib/cybersource_rest_client/models/ptsv2intents_recipient_information.rb +245 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_sender_information.rb +277 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_sender_information_account.rb +190 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_travel_information.rb +211 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_travel_information_agency.rb +245 -0
- data/lib/cybersource_rest_client/models/{inline_response_200_7__links.rb → ptsv2intentsid_payment_information.rb} +189 -200
- data/lib/cybersource_rest_client/models/ptsv2paymentreferences_order_information_amount_details.rb +417 -400
- data/lib/cybersource_rest_client/models/ptsv2paymentreferences_payment_information_card.rb +275 -275
- data/lib/cybersource_rest_client/models/ptsv2payments_installment_information.rb +433 -416
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +668 -651
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb +716 -699
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +356 -346
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb +445 -445
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +377 -377
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_payment_method.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_installment_information.rb +604 -604
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_card.rb +377 -377
- data/lib/cybersource_rest_client/models/ptsv2paymenttokens_payment_information.rb +199 -0
- data/lib/cybersource_rest_client/models/ptsv2paymenttokens_processing_information.rb +192 -0
- data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information_card.rb +258 -258
- data/lib/cybersource_rest_client/models/request.rb +199 -0
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_card.rb +241 -241
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_tokenized_card.rb +258 -258
- data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_tokenized_card.rb +351 -351
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_card.rb +268 -268
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_tokenized_card.rb +299 -299
- data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_card.rb +259 -259
- data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_tokenized_card.rb +259 -259
- data/lib/cybersource_rest_client/models/riskv1decisions_travel_information_legs.rb +16 -5
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information_card.rb +224 -224
- data/lib/cybersource_rest_client/models/tms_bin_lookup_issuer_information.rb +264 -264
- data/lib/cybersource_rest_client/models/tms_bin_lookup_payment_account_information_card.rb +277 -277
- data/lib/cybersource_rest_client/models/tms_bin_lookup_payment_account_information_card_brands.rb +213 -213
- data/lib/cybersource_rest_client/models/tms_bin_lookup_payment_account_information_features.rb +430 -430
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_brands.rb +201 -201
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_card.rb +365 -365
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +12 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_card.rb +218 -218
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processor_information.rb +245 -234
- data/lib/cybersource_rest_client/models/update_order_request.rb +229 -229
- data/lib/cybersource_rest_client/models/upv1capturecontexts_capture_mandate.rb +12 -1
- data/lib/cybersource_rest_client/models/upv1capturecontexts_complete_mandate.rb +18 -7
- data/lib/cybersource_rest_client.rb +75 -39
- metadata +77 -41
- data/lib/cybersource_rest_client/api/device_de_association_v3_api.rb +0 -96
@@ -126,6 +126,7 @@ require 'cybersource_rest_client/models/create_subscription_response'
|
|
126
126
|
require 'cybersource_rest_client/models/create_subscription_response__links'
|
127
127
|
require 'cybersource_rest_client/models/create_subscription_response_subscription_information'
|
128
128
|
require 'cybersource_rest_client/models/create_webhook'
|
129
|
+
require 'cybersource_rest_client/models/de_association_request_body'
|
129
130
|
require 'cybersource_rest_client/models/delete_plan_response'
|
130
131
|
require 'cybersource_rest_client/models/device_de_associate_v3_request'
|
131
132
|
require 'cybersource_rest_client/models/dm_config'
|
@@ -200,9 +201,15 @@ require 'cybersource_rest_client/models/get_subscription_response_1_payment_inst
|
|
200
201
|
require 'cybersource_rest_client/models/get_subscription_response_1_payment_instrument_buyer_information'
|
201
202
|
require 'cybersource_rest_client/models/get_subscription_response_1_payment_instrument_card'
|
202
203
|
require 'cybersource_rest_client/models/get_subscription_response_1_shipping_address'
|
204
|
+
require 'cybersource_rest_client/models/get_subscription_response_reactivation_information'
|
203
205
|
require 'cybersource_rest_client/models/increment_auth_request'
|
204
206
|
require 'cybersource_rest_client/models/inline_response_200'
|
205
207
|
require 'cybersource_rest_client/models/inline_response_200_1'
|
208
|
+
require 'cybersource_rest_client/models/inline_response_200_10'
|
209
|
+
require 'cybersource_rest_client/models/inline_response_200_10_records'
|
210
|
+
require 'cybersource_rest_client/models/inline_response_200_10_response_record'
|
211
|
+
require 'cybersource_rest_client/models/inline_response_200_10_response_record_additional_updates'
|
212
|
+
require 'cybersource_rest_client/models/inline_response_200_10_source_record'
|
206
213
|
require 'cybersource_rest_client/models/inline_response_200_1__embedded'
|
207
214
|
require 'cybersource_rest_client/models/inline_response_200_1__embedded_capture'
|
208
215
|
require 'cybersource_rest_client/models/inline_response_200_1__embedded_capture__links'
|
@@ -216,57 +223,60 @@ require 'cybersource_rest_client/models/inline_response_200_2_integration_inform
|
|
216
223
|
require 'cybersource_rest_client/models/inline_response_200_3'
|
217
224
|
require 'cybersource_rest_client/models/inline_response_200_4'
|
218
225
|
require 'cybersource_rest_client/models/inline_response_200_5'
|
226
|
+
require 'cybersource_rest_client/models/inline_response_200_5_devices'
|
219
227
|
require 'cybersource_rest_client/models/inline_response_200_6'
|
220
|
-
require 'cybersource_rest_client/models/inline_response_200_6_devices'
|
221
|
-
require 'cybersource_rest_client/models/inline_response_200_6_payment_processor_to_terminal_map'
|
222
228
|
require 'cybersource_rest_client/models/inline_response_200_7'
|
223
|
-
require 'cybersource_rest_client/models/
|
224
|
-
require 'cybersource_rest_client/models/
|
225
|
-
require 'cybersource_rest_client/models/inline_response_200_7__embedded__links'
|
226
|
-
require 'cybersource_rest_client/models/inline_response_200_7__embedded__links_reports'
|
227
|
-
require 'cybersource_rest_client/models/inline_response_200_7__embedded_totals'
|
228
|
-
require 'cybersource_rest_client/models/inline_response_200_7__links'
|
229
|
+
require 'cybersource_rest_client/models/inline_response_200_7_devices'
|
230
|
+
require 'cybersource_rest_client/models/inline_response_200_7_payment_processor_to_terminal_map'
|
229
231
|
require 'cybersource_rest_client/models/inline_response_200_8'
|
230
|
-
require 'cybersource_rest_client/models/
|
232
|
+
require 'cybersource_rest_client/models/inline_response_200_8__embedded'
|
233
|
+
require 'cybersource_rest_client/models/inline_response_200_8__embedded_batches'
|
234
|
+
require 'cybersource_rest_client/models/inline_response_200_8__embedded__links'
|
235
|
+
require 'cybersource_rest_client/models/inline_response_200_8__embedded__links_reports'
|
236
|
+
require 'cybersource_rest_client/models/inline_response_200_8__embedded_totals'
|
231
237
|
require 'cybersource_rest_client/models/inline_response_200_8__links'
|
232
|
-
require 'cybersource_rest_client/models/inline_response_200_8__links_report'
|
233
238
|
require 'cybersource_rest_client/models/inline_response_200_9'
|
234
|
-
require 'cybersource_rest_client/models/
|
235
|
-
require 'cybersource_rest_client/models/
|
236
|
-
require 'cybersource_rest_client/models/
|
237
|
-
require 'cybersource_rest_client/models/inline_response_200_9_source_record'
|
239
|
+
require 'cybersource_rest_client/models/inline_response_200_9_billing'
|
240
|
+
require 'cybersource_rest_client/models/inline_response_200_9__links'
|
241
|
+
require 'cybersource_rest_client/models/inline_response_200_9__links_report'
|
238
242
|
require 'cybersource_rest_client/models/inline_response_200_content'
|
239
243
|
require 'cybersource_rest_client/models/inline_response_201'
|
240
244
|
require 'cybersource_rest_client/models/inline_response_201_1'
|
241
|
-
require 'cybersource_rest_client/models/inline_response_201_1_payout_information'
|
242
|
-
require 'cybersource_rest_client/models/inline_response_201_1_payout_information_pull_funds'
|
243
|
-
require 'cybersource_rest_client/models/inline_response_201_1_payout_information_push_funds'
|
244
245
|
require 'cybersource_rest_client/models/inline_response_201_2'
|
245
|
-
require 'cybersource_rest_client/models/
|
246
|
-
require 'cybersource_rest_client/models/
|
247
|
-
require 'cybersource_rest_client/models/
|
248
|
-
require 'cybersource_rest_client/models/inline_response_201_2_product_information_setups'
|
249
|
-
require 'cybersource_rest_client/models/inline_response_201_2_registration_information'
|
250
|
-
require 'cybersource_rest_client/models/inline_response_201_2_setups'
|
251
|
-
require 'cybersource_rest_client/models/inline_response_201_2_setups_commerce_solutions'
|
252
|
-
require 'cybersource_rest_client/models/inline_response_201_2_setups_payments'
|
253
|
-
require 'cybersource_rest_client/models/inline_response_201_2_setups_payments_alternative_payment_methods'
|
254
|
-
require 'cybersource_rest_client/models/inline_response_201_2_setups_payments_alternative_payment_methods_configuration_status'
|
255
|
-
require 'cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing'
|
256
|
-
require 'cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_configuration_status'
|
257
|
-
require 'cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_subscription_status'
|
258
|
-
require 'cybersource_rest_client/models/inline_response_201_2_setups_payments_digital_payments'
|
259
|
-
require 'cybersource_rest_client/models/inline_response_201_2_setups_risk'
|
260
|
-
require 'cybersource_rest_client/models/inline_response_201_2_setups_value_added_services'
|
246
|
+
require 'cybersource_rest_client/models/inline_response_201_2_payout_information'
|
247
|
+
require 'cybersource_rest_client/models/inline_response_201_2_payout_information_pull_funds'
|
248
|
+
require 'cybersource_rest_client/models/inline_response_201_2_payout_information_push_funds'
|
261
249
|
require 'cybersource_rest_client/models/inline_response_201_3'
|
262
|
-
require 'cybersource_rest_client/models/
|
263
|
-
require 'cybersource_rest_client/models/
|
264
|
-
require 'cybersource_rest_client/models/
|
250
|
+
require 'cybersource_rest_client/models/inline_response_201_3_integration_information'
|
251
|
+
require 'cybersource_rest_client/models/inline_response_201_3_integration_information_tenant_configurations'
|
252
|
+
require 'cybersource_rest_client/models/inline_response_201_3_organization_information'
|
253
|
+
require 'cybersource_rest_client/models/inline_response_201_3_product_information_setups'
|
254
|
+
require 'cybersource_rest_client/models/inline_response_201_3_registration_information'
|
255
|
+
require 'cybersource_rest_client/models/inline_response_201_3_setups'
|
256
|
+
require 'cybersource_rest_client/models/inline_response_201_3_setups_commerce_solutions'
|
257
|
+
require 'cybersource_rest_client/models/inline_response_201_3_setups_payments'
|
258
|
+
require 'cybersource_rest_client/models/inline_response_201_3_setups_payments_alternative_payment_methods'
|
259
|
+
require 'cybersource_rest_client/models/inline_response_201_3_setups_payments_alternative_payment_methods_configuration_status'
|
260
|
+
require 'cybersource_rest_client/models/inline_response_201_3_setups_payments_card_processing'
|
261
|
+
require 'cybersource_rest_client/models/inline_response_201_3_setups_payments_card_processing_configuration_status'
|
262
|
+
require 'cybersource_rest_client/models/inline_response_201_3_setups_payments_card_processing_subscription_status'
|
263
|
+
require 'cybersource_rest_client/models/inline_response_201_3_setups_payments_digital_payments'
|
264
|
+
require 'cybersource_rest_client/models/inline_response_201_3_setups_risk'
|
265
|
+
require 'cybersource_rest_client/models/inline_response_201_3_setups_value_added_services'
|
265
266
|
require 'cybersource_rest_client/models/inline_response_201_4'
|
267
|
+
require 'cybersource_rest_client/models/inline_response_201_4_key_information'
|
268
|
+
require 'cybersource_rest_client/models/inline_response_201_4_key_information_error_information'
|
269
|
+
require 'cybersource_rest_client/models/inline_response_201_4_key_information_error_information_details'
|
266
270
|
require 'cybersource_rest_client/models/inline_response_201_5'
|
267
|
-
require 'cybersource_rest_client/models/inline_response_201_5_payloads'
|
268
|
-
require 'cybersource_rest_client/models/inline_response_201_5_payloads_test_payload'
|
269
271
|
require 'cybersource_rest_client/models/inline_response_201_6'
|
272
|
+
require 'cybersource_rest_client/models/inline_response_201_6_payloads'
|
273
|
+
require 'cybersource_rest_client/models/inline_response_201_6_payloads_test_payload'
|
274
|
+
require 'cybersource_rest_client/models/inline_response_201_7'
|
275
|
+
require 'cybersource_rest_client/models/inline_response_201_order_information'
|
276
|
+
require 'cybersource_rest_client/models/inline_response_201_order_information_ship_to'
|
277
|
+
require 'cybersource_rest_client/models/inline_response_201_payment_information'
|
278
|
+
require 'cybersource_rest_client/models/inline_response_201_payment_information_e_wallet'
|
279
|
+
require 'cybersource_rest_client/models/inline_response_201_payment_information_tokenized_payment_method'
|
270
280
|
require 'cybersource_rest_client/models/inline_response_202'
|
271
281
|
require 'cybersource_rest_client/models/inline_response_202__links'
|
272
282
|
require 'cybersource_rest_client/models/inline_response_202__links_status'
|
@@ -466,6 +476,14 @@ require 'cybersource_rest_client/models/payments_products_service_fee_configurat
|
|
466
476
|
require 'cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_payment_information'
|
467
477
|
require 'cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_products'
|
468
478
|
require 'cybersource_rest_client/models/payments_products_tax'
|
479
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout'
|
480
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information'
|
481
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations'
|
482
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features'
|
483
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features_paze'
|
484
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information'
|
485
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features'
|
486
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout'
|
469
487
|
require 'cybersource_rest_client/models/payments_products_virtual_terminal'
|
470
488
|
require 'cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information'
|
471
489
|
require 'cybersource_rest_client/models/payments_strong_auth_issuer_information'
|
@@ -486,6 +504,7 @@ require 'cybersource_rest_client/models/pbl_payment_links_post201_response_purch
|
|
486
504
|
require 'cybersource_rest_client/models/post_customer_payment_instrument_request'
|
487
505
|
require 'cybersource_rest_client/models/post_customer_request'
|
488
506
|
require 'cybersource_rest_client/models/post_customer_shipping_address_request'
|
507
|
+
require 'cybersource_rest_client/models/post_device_search_request'
|
489
508
|
require 'cybersource_rest_client/models/post_device_search_request_v3'
|
490
509
|
require 'cybersource_rest_client/models/post_instrument_identifier_enrollment_request'
|
491
510
|
require 'cybersource_rest_client/models/post_instrument_identifier_request'
|
@@ -628,6 +647,7 @@ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment
|
|
628
647
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_e_wallet'
|
629
648
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_instrument_identifier'
|
630
649
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card'
|
650
|
+
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_payment_method'
|
631
651
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information'
|
632
652
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_orchestration'
|
633
653
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_response_insights'
|
@@ -702,6 +722,8 @@ require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processo
|
|
702
722
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information'
|
703
723
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information_card'
|
704
724
|
require 'cybersource_rest_client/models/pts_v2_payouts_post400_response'
|
725
|
+
require 'cybersource_rest_client/models/pts_v2_retrieve_payment_token_get400_response'
|
726
|
+
require 'cybersource_rest_client/models/pts_v2_retrieve_payment_token_get502_response'
|
705
727
|
require 'cybersource_rest_client/models/pts_v2_update_order_patch201_response'
|
706
728
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_client_reference_information'
|
707
729
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information'
|
@@ -756,6 +778,7 @@ require 'cybersource_rest_client/models/ptsv2credits_recipient_information'
|
|
756
778
|
require 'cybersource_rest_client/models/ptsv2credits_sender_information'
|
757
779
|
require 'cybersource_rest_client/models/ptsv2credits_sender_information_account'
|
758
780
|
require 'cybersource_rest_client/models/ptsv2intents_client_reference_information'
|
781
|
+
require 'cybersource_rest_client/models/ptsv2intents_event_information'
|
759
782
|
require 'cybersource_rest_client/models/ptsv2intents_merchant_information'
|
760
783
|
require 'cybersource_rest_client/models/ptsv2intents_merchant_information_merchant_descriptor'
|
761
784
|
require 'cybersource_rest_client/models/ptsv2intents_order_information'
|
@@ -765,12 +788,20 @@ require 'cybersource_rest_client/models/ptsv2intents_order_information_invoice_d
|
|
765
788
|
require 'cybersource_rest_client/models/ptsv2intents_order_information_line_items'
|
766
789
|
require 'cybersource_rest_client/models/ptsv2intents_order_information_ship_to'
|
767
790
|
require 'cybersource_rest_client/models/ptsv2intents_payment_information'
|
791
|
+
require 'cybersource_rest_client/models/ptsv2intents_payment_information_e_wallet'
|
768
792
|
require 'cybersource_rest_client/models/ptsv2intents_payment_information_payment_type'
|
769
793
|
require 'cybersource_rest_client/models/ptsv2intents_payment_information_payment_type_method'
|
794
|
+
require 'cybersource_rest_client/models/ptsv2intents_payment_information_tokenized_payment_method'
|
770
795
|
require 'cybersource_rest_client/models/ptsv2intents_processing_information'
|
771
796
|
require 'cybersource_rest_client/models/ptsv2intents_processing_information_authorization_options'
|
797
|
+
require 'cybersource_rest_client/models/ptsv2intents_recipient_information'
|
798
|
+
require 'cybersource_rest_client/models/ptsv2intents_sender_information'
|
799
|
+
require 'cybersource_rest_client/models/ptsv2intents_sender_information_account'
|
800
|
+
require 'cybersource_rest_client/models/ptsv2intents_travel_information'
|
801
|
+
require 'cybersource_rest_client/models/ptsv2intents_travel_information_agency'
|
772
802
|
require 'cybersource_rest_client/models/ptsv2intentsid_merchant_information'
|
773
803
|
require 'cybersource_rest_client/models/ptsv2intentsid_order_information'
|
804
|
+
require 'cybersource_rest_client/models/ptsv2intentsid_payment_information'
|
774
805
|
require 'cybersource_rest_client/models/ptsv2intentsid_processing_information'
|
775
806
|
require 'cybersource_rest_client/models/ptsv2paymentreferences_agreement_information'
|
776
807
|
require 'cybersource_rest_client/models/ptsv2paymentreferences_buyer_information'
|
@@ -859,6 +890,7 @@ require 'cybersource_rest_client/models/ptsv2payments_payment_information_sepa'
|
|
859
890
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_sepa_direct_debit'
|
860
891
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_shipping_address'
|
861
892
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card'
|
893
|
+
require 'cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_payment_method'
|
862
894
|
require 'cybersource_rest_client/models/ptsv2payments_point_of_sale_information'
|
863
895
|
require 'cybersource_rest_client/models/ptsv2payments_point_of_sale_information_emv'
|
864
896
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information'
|
@@ -972,6 +1004,8 @@ require 'cybersource_rest_client/models/ptsv2paymentsidvoids_merchant_informatio
|
|
972
1004
|
require 'cybersource_rest_client/models/ptsv2paymentsidvoids_order_information'
|
973
1005
|
require 'cybersource_rest_client/models/ptsv2paymentsidvoids_payment_information'
|
974
1006
|
require 'cybersource_rest_client/models/ptsv2paymentsidvoids_processing_information'
|
1007
|
+
require 'cybersource_rest_client/models/ptsv2paymenttokens_payment_information'
|
1008
|
+
require 'cybersource_rest_client/models/ptsv2paymenttokens_processing_information'
|
975
1009
|
require 'cybersource_rest_client/models/ptsv2payouts_aggregator_information'
|
976
1010
|
require 'cybersource_rest_client/models/ptsv2payouts_aggregator_information_sub_merchant'
|
977
1011
|
require 'cybersource_rest_client/models/ptsv2payouts_client_reference_information'
|
@@ -1092,6 +1126,7 @@ require 'cybersource_rest_client/models/reportingv3_report_downloads_get400_resp
|
|
1092
1126
|
require 'cybersource_rest_client/models/reportingv3_report_downloads_get400_response_details'
|
1093
1127
|
require 'cybersource_rest_client/models/reportingv3reports_report_filters'
|
1094
1128
|
require 'cybersource_rest_client/models/reportingv3reports_report_preferences'
|
1129
|
+
require 'cybersource_rest_client/models/request'
|
1095
1130
|
require 'cybersource_rest_client/models/risk_products'
|
1096
1131
|
require 'cybersource_rest_client/models/risk_products_decision_manager'
|
1097
1132
|
require 'cybersource_rest_client/models/risk_products_decision_manager_configuration_information'
|
@@ -1502,7 +1537,7 @@ require 'cybersource_rest_client/api/customer_api'
|
|
1502
1537
|
require 'cybersource_rest_client/api/customer_payment_instrument_api'
|
1503
1538
|
require 'cybersource_rest_client/api/customer_shipping_address_api'
|
1504
1539
|
require 'cybersource_rest_client/api/decision_manager_api'
|
1505
|
-
require 'cybersource_rest_client/api/
|
1540
|
+
require 'cybersource_rest_client/api/device_de_association_api'
|
1506
1541
|
require 'cybersource_rest_client/api/device_search_api'
|
1507
1542
|
require 'cybersource_rest_client/api/download_dtd_api'
|
1508
1543
|
require 'cybersource_rest_client/api/download_xsd_api'
|
@@ -1522,6 +1557,7 @@ require 'cybersource_rest_client/api/payer_authentication_api'
|
|
1522
1557
|
require 'cybersource_rest_client/api/payment_batch_summaries_api'
|
1523
1558
|
require 'cybersource_rest_client/api/payment_instrument_api'
|
1524
1559
|
require 'cybersource_rest_client/api/payment_links_api'
|
1560
|
+
require 'cybersource_rest_client/api/payment_tokens_api'
|
1525
1561
|
require 'cybersource_rest_client/api/payments_api'
|
1526
1562
|
require 'cybersource_rest_client/api/payouts_api'
|
1527
1563
|
require 'cybersource_rest_client/api/plans_api'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cybersource_rest_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.75
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CyberSource
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -325,7 +325,7 @@ files:
|
|
325
325
|
- lib/cybersource_rest_client/api/customer_payment_instrument_api.rb
|
326
326
|
- lib/cybersource_rest_client/api/customer_shipping_address_api.rb
|
327
327
|
- lib/cybersource_rest_client/api/decision_manager_api.rb
|
328
|
-
- lib/cybersource_rest_client/api/
|
328
|
+
- lib/cybersource_rest_client/api/device_de_association_api.rb
|
329
329
|
- lib/cybersource_rest_client/api/device_search_api.rb
|
330
330
|
- lib/cybersource_rest_client/api/download_dtd_api.rb
|
331
331
|
- lib/cybersource_rest_client/api/download_xsd_api.rb
|
@@ -346,6 +346,7 @@ files:
|
|
346
346
|
- lib/cybersource_rest_client/api/payment_batch_summaries_api.rb
|
347
347
|
- lib/cybersource_rest_client/api/payment_instrument_api.rb
|
348
348
|
- lib/cybersource_rest_client/api/payment_links_api.rb
|
349
|
+
- lib/cybersource_rest_client/api/payment_tokens_api.rb
|
349
350
|
- lib/cybersource_rest_client/api/payments_api.rb
|
350
351
|
- lib/cybersource_rest_client/api/payouts_api.rb
|
351
352
|
- lib/cybersource_rest_client/api/plans_api.rb
|
@@ -468,6 +469,7 @@ files:
|
|
468
469
|
- lib/cybersource_rest_client/models/create_subscription_response__links.rb
|
469
470
|
- lib/cybersource_rest_client/models/create_subscription_response_subscription_information.rb
|
470
471
|
- lib/cybersource_rest_client/models/create_webhook.rb
|
472
|
+
- lib/cybersource_rest_client/models/de_association_request_body.rb
|
471
473
|
- lib/cybersource_rest_client/models/delete_plan_response.rb
|
472
474
|
- lib/cybersource_rest_client/models/device_de_associate_v3_request.rb
|
473
475
|
- lib/cybersource_rest_client/models/dm_config.rb
|
@@ -542,9 +544,15 @@ files:
|
|
542
544
|
- lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_buyer_information.rb
|
543
545
|
- lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_card.rb
|
544
546
|
- lib/cybersource_rest_client/models/get_subscription_response_1_shipping_address.rb
|
547
|
+
- lib/cybersource_rest_client/models/get_subscription_response_reactivation_information.rb
|
545
548
|
- lib/cybersource_rest_client/models/increment_auth_request.rb
|
546
549
|
- lib/cybersource_rest_client/models/inline_response_200.rb
|
547
550
|
- lib/cybersource_rest_client/models/inline_response_200_1.rb
|
551
|
+
- lib/cybersource_rest_client/models/inline_response_200_10.rb
|
552
|
+
- lib/cybersource_rest_client/models/inline_response_200_10_records.rb
|
553
|
+
- lib/cybersource_rest_client/models/inline_response_200_10_response_record.rb
|
554
|
+
- lib/cybersource_rest_client/models/inline_response_200_10_response_record_additional_updates.rb
|
555
|
+
- lib/cybersource_rest_client/models/inline_response_200_10_source_record.rb
|
548
556
|
- lib/cybersource_rest_client/models/inline_response_200_1__embedded.rb
|
549
557
|
- lib/cybersource_rest_client/models/inline_response_200_1__embedded_capture.rb
|
550
558
|
- lib/cybersource_rest_client/models/inline_response_200_1__embedded_capture__links.rb
|
@@ -558,57 +566,60 @@ files:
|
|
558
566
|
- lib/cybersource_rest_client/models/inline_response_200_3.rb
|
559
567
|
- lib/cybersource_rest_client/models/inline_response_200_4.rb
|
560
568
|
- lib/cybersource_rest_client/models/inline_response_200_5.rb
|
569
|
+
- lib/cybersource_rest_client/models/inline_response_200_5_devices.rb
|
561
570
|
- lib/cybersource_rest_client/models/inline_response_200_6.rb
|
562
|
-
- lib/cybersource_rest_client/models/inline_response_200_6_devices.rb
|
563
|
-
- lib/cybersource_rest_client/models/inline_response_200_6_payment_processor_to_terminal_map.rb
|
564
571
|
- lib/cybersource_rest_client/models/inline_response_200_7.rb
|
565
|
-
- lib/cybersource_rest_client/models/
|
566
|
-
- lib/cybersource_rest_client/models/
|
567
|
-
- lib/cybersource_rest_client/models/inline_response_200_7__embedded__links_reports.rb
|
568
|
-
- lib/cybersource_rest_client/models/inline_response_200_7__embedded_batches.rb
|
569
|
-
- lib/cybersource_rest_client/models/inline_response_200_7__embedded_totals.rb
|
570
|
-
- lib/cybersource_rest_client/models/inline_response_200_7__links.rb
|
572
|
+
- lib/cybersource_rest_client/models/inline_response_200_7_devices.rb
|
573
|
+
- lib/cybersource_rest_client/models/inline_response_200_7_payment_processor_to_terminal_map.rb
|
571
574
|
- lib/cybersource_rest_client/models/inline_response_200_8.rb
|
575
|
+
- lib/cybersource_rest_client/models/inline_response_200_8__embedded.rb
|
576
|
+
- lib/cybersource_rest_client/models/inline_response_200_8__embedded__links.rb
|
577
|
+
- lib/cybersource_rest_client/models/inline_response_200_8__embedded__links_reports.rb
|
578
|
+
- lib/cybersource_rest_client/models/inline_response_200_8__embedded_batches.rb
|
579
|
+
- lib/cybersource_rest_client/models/inline_response_200_8__embedded_totals.rb
|
572
580
|
- lib/cybersource_rest_client/models/inline_response_200_8__links.rb
|
573
|
-
- lib/cybersource_rest_client/models/inline_response_200_8__links_report.rb
|
574
|
-
- lib/cybersource_rest_client/models/inline_response_200_8_billing.rb
|
575
581
|
- lib/cybersource_rest_client/models/inline_response_200_9.rb
|
576
|
-
- lib/cybersource_rest_client/models/
|
577
|
-
- lib/cybersource_rest_client/models/
|
578
|
-
- lib/cybersource_rest_client/models/
|
579
|
-
- lib/cybersource_rest_client/models/inline_response_200_9_source_record.rb
|
582
|
+
- lib/cybersource_rest_client/models/inline_response_200_9__links.rb
|
583
|
+
- lib/cybersource_rest_client/models/inline_response_200_9__links_report.rb
|
584
|
+
- lib/cybersource_rest_client/models/inline_response_200_9_billing.rb
|
580
585
|
- lib/cybersource_rest_client/models/inline_response_200_content.rb
|
581
586
|
- lib/cybersource_rest_client/models/inline_response_201.rb
|
582
587
|
- lib/cybersource_rest_client/models/inline_response_201_1.rb
|
583
|
-
- lib/cybersource_rest_client/models/inline_response_201_1_payout_information.rb
|
584
|
-
- lib/cybersource_rest_client/models/inline_response_201_1_payout_information_pull_funds.rb
|
585
|
-
- lib/cybersource_rest_client/models/inline_response_201_1_payout_information_push_funds.rb
|
586
588
|
- lib/cybersource_rest_client/models/inline_response_201_2.rb
|
587
|
-
- lib/cybersource_rest_client/models/
|
588
|
-
- lib/cybersource_rest_client/models/
|
589
|
-
- lib/cybersource_rest_client/models/
|
590
|
-
- lib/cybersource_rest_client/models/inline_response_201_2_product_information_setups.rb
|
591
|
-
- lib/cybersource_rest_client/models/inline_response_201_2_registration_information.rb
|
592
|
-
- lib/cybersource_rest_client/models/inline_response_201_2_setups.rb
|
593
|
-
- lib/cybersource_rest_client/models/inline_response_201_2_setups_commerce_solutions.rb
|
594
|
-
- lib/cybersource_rest_client/models/inline_response_201_2_setups_payments.rb
|
595
|
-
- lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_alternative_payment_methods.rb
|
596
|
-
- lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_alternative_payment_methods_configuration_status.rb
|
597
|
-
- lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing.rb
|
598
|
-
- lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_configuration_status.rb
|
599
|
-
- lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_subscription_status.rb
|
600
|
-
- lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_digital_payments.rb
|
601
|
-
- lib/cybersource_rest_client/models/inline_response_201_2_setups_risk.rb
|
602
|
-
- lib/cybersource_rest_client/models/inline_response_201_2_setups_value_added_services.rb
|
589
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_payout_information.rb
|
590
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_payout_information_pull_funds.rb
|
591
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_payout_information_push_funds.rb
|
603
592
|
- lib/cybersource_rest_client/models/inline_response_201_3.rb
|
604
|
-
- lib/cybersource_rest_client/models/
|
605
|
-
- lib/cybersource_rest_client/models/
|
606
|
-
- lib/cybersource_rest_client/models/
|
593
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_integration_information.rb
|
594
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_integration_information_tenant_configurations.rb
|
595
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_organization_information.rb
|
596
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_product_information_setups.rb
|
597
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_registration_information.rb
|
598
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_setups.rb
|
599
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_setups_commerce_solutions.rb
|
600
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_setups_payments.rb
|
601
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_alternative_payment_methods.rb
|
602
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_alternative_payment_methods_configuration_status.rb
|
603
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_card_processing.rb
|
604
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_card_processing_configuration_status.rb
|
605
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_card_processing_subscription_status.rb
|
606
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_digital_payments.rb
|
607
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_setups_risk.rb
|
608
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_setups_value_added_services.rb
|
607
609
|
- lib/cybersource_rest_client/models/inline_response_201_4.rb
|
610
|
+
- lib/cybersource_rest_client/models/inline_response_201_4_key_information.rb
|
611
|
+
- lib/cybersource_rest_client/models/inline_response_201_4_key_information_error_information.rb
|
612
|
+
- lib/cybersource_rest_client/models/inline_response_201_4_key_information_error_information_details.rb
|
608
613
|
- lib/cybersource_rest_client/models/inline_response_201_5.rb
|
609
|
-
- lib/cybersource_rest_client/models/inline_response_201_5_payloads.rb
|
610
|
-
- lib/cybersource_rest_client/models/inline_response_201_5_payloads_test_payload.rb
|
611
614
|
- lib/cybersource_rest_client/models/inline_response_201_6.rb
|
615
|
+
- lib/cybersource_rest_client/models/inline_response_201_6_payloads.rb
|
616
|
+
- lib/cybersource_rest_client/models/inline_response_201_6_payloads_test_payload.rb
|
617
|
+
- lib/cybersource_rest_client/models/inline_response_201_7.rb
|
618
|
+
- lib/cybersource_rest_client/models/inline_response_201_order_information.rb
|
619
|
+
- lib/cybersource_rest_client/models/inline_response_201_order_information_ship_to.rb
|
620
|
+
- lib/cybersource_rest_client/models/inline_response_201_payment_information.rb
|
621
|
+
- lib/cybersource_rest_client/models/inline_response_201_payment_information_e_wallet.rb
|
622
|
+
- lib/cybersource_rest_client/models/inline_response_201_payment_information_tokenized_payment_method.rb
|
612
623
|
- lib/cybersource_rest_client/models/inline_response_202.rb
|
613
624
|
- lib/cybersource_rest_client/models/inline_response_202__links.rb
|
614
625
|
- lib/cybersource_rest_client/models/inline_response_202__links_status.rb
|
@@ -808,6 +819,14 @@ files:
|
|
808
819
|
- lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_payment_information.rb
|
809
820
|
- lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_products.rb
|
810
821
|
- lib/cybersource_rest_client/models/payments_products_tax.rb
|
822
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout.rb
|
823
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information.rb
|
824
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations.rb
|
825
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features.rb
|
826
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features_paze.rb
|
827
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb
|
828
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features.rb
|
829
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout.rb
|
811
830
|
- lib/cybersource_rest_client/models/payments_products_virtual_terminal.rb
|
812
831
|
- lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information.rb
|
813
832
|
- lib/cybersource_rest_client/models/payments_strong_auth_issuer_information.rb
|
@@ -828,6 +847,7 @@ files:
|
|
828
847
|
- lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb
|
829
848
|
- lib/cybersource_rest_client/models/post_customer_request.rb
|
830
849
|
- lib/cybersource_rest_client/models/post_customer_shipping_address_request.rb
|
850
|
+
- lib/cybersource_rest_client/models/post_device_search_request.rb
|
831
851
|
- lib/cybersource_rest_client/models/post_device_search_request_v3.rb
|
832
852
|
- lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb
|
833
853
|
- lib/cybersource_rest_client/models/post_instrument_identifier_request.rb
|
@@ -970,6 +990,7 @@ files:
|
|
970
990
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_e_wallet.rb
|
971
991
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_instrument_identifier.rb
|
972
992
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb
|
993
|
+
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_payment_method.rb
|
973
994
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information.rb
|
974
995
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_orchestration.rb
|
975
996
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_response_insights.rb
|
@@ -1044,6 +1065,8 @@ files:
|
|
1044
1065
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information.rb
|
1045
1066
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information_card.rb
|
1046
1067
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post400_response.rb
|
1068
|
+
- lib/cybersource_rest_client/models/pts_v2_retrieve_payment_token_get400_response.rb
|
1069
|
+
- lib/cybersource_rest_client/models/pts_v2_retrieve_payment_token_get502_response.rb
|
1047
1070
|
- lib/cybersource_rest_client/models/pts_v2_update_order_patch201_response.rb
|
1048
1071
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_client_reference_information.rb
|
1049
1072
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information.rb
|
@@ -1098,6 +1121,7 @@ files:
|
|
1098
1121
|
- lib/cybersource_rest_client/models/ptsv2credits_sender_information.rb
|
1099
1122
|
- lib/cybersource_rest_client/models/ptsv2credits_sender_information_account.rb
|
1100
1123
|
- lib/cybersource_rest_client/models/ptsv2intents_client_reference_information.rb
|
1124
|
+
- lib/cybersource_rest_client/models/ptsv2intents_event_information.rb
|
1101
1125
|
- lib/cybersource_rest_client/models/ptsv2intents_merchant_information.rb
|
1102
1126
|
- lib/cybersource_rest_client/models/ptsv2intents_merchant_information_merchant_descriptor.rb
|
1103
1127
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information.rb
|
@@ -1107,12 +1131,20 @@ files:
|
|
1107
1131
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information_line_items.rb
|
1108
1132
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information_ship_to.rb
|
1109
1133
|
- lib/cybersource_rest_client/models/ptsv2intents_payment_information.rb
|
1134
|
+
- lib/cybersource_rest_client/models/ptsv2intents_payment_information_e_wallet.rb
|
1110
1135
|
- lib/cybersource_rest_client/models/ptsv2intents_payment_information_payment_type.rb
|
1111
1136
|
- lib/cybersource_rest_client/models/ptsv2intents_payment_information_payment_type_method.rb
|
1137
|
+
- lib/cybersource_rest_client/models/ptsv2intents_payment_information_tokenized_payment_method.rb
|
1112
1138
|
- lib/cybersource_rest_client/models/ptsv2intents_processing_information.rb
|
1113
1139
|
- lib/cybersource_rest_client/models/ptsv2intents_processing_information_authorization_options.rb
|
1140
|
+
- lib/cybersource_rest_client/models/ptsv2intents_recipient_information.rb
|
1141
|
+
- lib/cybersource_rest_client/models/ptsv2intents_sender_information.rb
|
1142
|
+
- lib/cybersource_rest_client/models/ptsv2intents_sender_information_account.rb
|
1143
|
+
- lib/cybersource_rest_client/models/ptsv2intents_travel_information.rb
|
1144
|
+
- lib/cybersource_rest_client/models/ptsv2intents_travel_information_agency.rb
|
1114
1145
|
- lib/cybersource_rest_client/models/ptsv2intentsid_merchant_information.rb
|
1115
1146
|
- lib/cybersource_rest_client/models/ptsv2intentsid_order_information.rb
|
1147
|
+
- lib/cybersource_rest_client/models/ptsv2intentsid_payment_information.rb
|
1116
1148
|
- lib/cybersource_rest_client/models/ptsv2intentsid_processing_information.rb
|
1117
1149
|
- lib/cybersource_rest_client/models/ptsv2paymentreferences_agreement_information.rb
|
1118
1150
|
- lib/cybersource_rest_client/models/ptsv2paymentreferences_buyer_information.rb
|
@@ -1202,6 +1234,7 @@ files:
|
|
1202
1234
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_sepa_direct_debit.rb
|
1203
1235
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_shipping_address.rb
|
1204
1236
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb
|
1237
|
+
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_payment_method.rb
|
1205
1238
|
- lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb
|
1206
1239
|
- lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information_emv.rb
|
1207
1240
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb
|
@@ -1314,6 +1347,8 @@ files:
|
|
1314
1347
|
- lib/cybersource_rest_client/models/ptsv2paymentsidvoids_order_information.rb
|
1315
1348
|
- lib/cybersource_rest_client/models/ptsv2paymentsidvoids_payment_information.rb
|
1316
1349
|
- lib/cybersource_rest_client/models/ptsv2paymentsidvoids_processing_information.rb
|
1350
|
+
- lib/cybersource_rest_client/models/ptsv2paymenttokens_payment_information.rb
|
1351
|
+
- lib/cybersource_rest_client/models/ptsv2paymenttokens_processing_information.rb
|
1317
1352
|
- lib/cybersource_rest_client/models/ptsv2payouts_aggregator_information.rb
|
1318
1353
|
- lib/cybersource_rest_client/models/ptsv2payouts_aggregator_information_sub_merchant.rb
|
1319
1354
|
- lib/cybersource_rest_client/models/ptsv2payouts_client_reference_information.rb
|
@@ -1434,6 +1469,7 @@ files:
|
|
1434
1469
|
- lib/cybersource_rest_client/models/reportingv3_report_downloads_get400_response_details.rb
|
1435
1470
|
- lib/cybersource_rest_client/models/reportingv3reports_report_filters.rb
|
1436
1471
|
- lib/cybersource_rest_client/models/reportingv3reports_report_preferences.rb
|
1472
|
+
- lib/cybersource_rest_client/models/request.rb
|
1437
1473
|
- lib/cybersource_rest_client/models/resource_not_found_error.rb
|
1438
1474
|
- lib/cybersource_rest_client/models/risk_products.rb
|
1439
1475
|
- lib/cybersource_rest_client/models/risk_products_decision_manager.rb
|
@@ -1,96 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#CyberSource Merged Spec
|
3
|
-
|
4
|
-
#All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
|
5
|
-
|
6
|
-
OpenAPI spec version: 0.0.1
|
7
|
-
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.38
|
10
|
-
=end
|
11
|
-
|
12
|
-
require 'uri'
|
13
|
-
require 'AuthenticationSDK/util/MLEUtility'
|
14
|
-
module CyberSource
|
15
|
-
class DeviceDeAssociationV3Api
|
16
|
-
attr_accessor :api_client
|
17
|
-
|
18
|
-
def initialize(api_client = ApiClient.default, config)
|
19
|
-
@api_client = api_client
|
20
|
-
@api_client.set_configuration(config)
|
21
|
-
end
|
22
|
-
# De-associate a device from merchant to account or reseller and from account to reseller V3
|
23
|
-
# A device will be de-associated from its current organization and moved up in the hierarchy. The device's new position will be determined by a specified destination, either an account or a portfolio. If no destination is provided, the device will default to the currently logged-in user.
|
24
|
-
#
|
25
|
-
# @param device_de_associate_v3_request deviceId that has to be de-associated to the destination organizationId.
|
26
|
-
# @param [Hash] opts the optional parameters
|
27
|
-
# @return [Array<InlineResponse2005>]
|
28
|
-
#
|
29
|
-
def post_de_associate_v3_terminal(device_de_associate_v3_request, opts = {})
|
30
|
-
data, status_code, headers = post_de_associate_v3_terminal_with_http_info(device_de_associate_v3_request, opts)
|
31
|
-
return data, status_code, headers
|
32
|
-
end
|
33
|
-
|
34
|
-
# De-associate a device from merchant to account or reseller and from account to reseller V3
|
35
|
-
# A device will be de-associated from its current organization and moved up in the hierarchy. The device's new position will be determined by a specified destination, either an account or a portfolio. If no destination is provided, the device will default to the currently logged-in user.
|
36
|
-
# @param device_de_associate_v3_request deviceId that has to be de-associated to the destination organizationId.
|
37
|
-
# @param [Hash] opts the optional parameters
|
38
|
-
# @return [Array<(Array<InlineResponse2005>, Fixnum, Hash)>] Array<InlineResponse2005> data, response status code and response headers
|
39
|
-
def post_de_associate_v3_terminal_with_http_info(device_de_associate_v3_request, opts = {})
|
40
|
-
|
41
|
-
if @api_client.config.debugging
|
42
|
-
begin
|
43
|
-
raise
|
44
|
-
@api_client.config.logger.debug 'Calling API: DeviceDeAssociationV3Api.post_de_associate_v3_terminal ...'
|
45
|
-
rescue
|
46
|
-
puts 'Cannot write to log'
|
47
|
-
end
|
48
|
-
end
|
49
|
-
# verify the required parameter 'device_de_associate_v3_request' is set
|
50
|
-
if @api_client.config.client_side_validation && device_de_associate_v3_request.nil?
|
51
|
-
fail ArgumentError, "Missing the required parameter 'device_de_associate_v3_request' when calling DeviceDeAssociationV3Api.post_de_associate_v3_terminal"
|
52
|
-
end
|
53
|
-
# resource path
|
54
|
-
local_var_path = 'dms/v3/devices/deassociate'
|
55
|
-
|
56
|
-
# query parameters
|
57
|
-
query_params = {}
|
58
|
-
|
59
|
-
# header parameters
|
60
|
-
header_params = {}
|
61
|
-
# HTTP header 'Accept' (if needed)
|
62
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json;charset=UTF-8'])
|
63
|
-
# HTTP header 'Content-Type'
|
64
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=UTF-8'])
|
65
|
-
|
66
|
-
# form parameters
|
67
|
-
form_params = {}
|
68
|
-
|
69
|
-
# http body (model)
|
70
|
-
post_body = @api_client.object_to_http_body(device_de_associate_v3_request)
|
71
|
-
sdk_tracker = SdkTracker.new
|
72
|
-
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'DeviceDeAssociateV3Request', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
|
73
|
-
is_mle_supported_by_cybs_for_api = false
|
74
|
-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["post_de_associate_v3_terminal","post_de_associate_v3_terminal_with_http_info"])
|
75
|
-
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
76
|
-
end
|
77
|
-
auth_names = []
|
78
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
79
|
-
:header_params => header_params,
|
80
|
-
:query_params => query_params,
|
81
|
-
:form_params => form_params,
|
82
|
-
:body => post_body,
|
83
|
-
:auth_names => auth_names,
|
84
|
-
:return_type => 'Array<InlineResponse2005>')
|
85
|
-
if @api_client.config.debugging
|
86
|
-
begin
|
87
|
-
raise
|
88
|
-
@api_client.config.logger.debug "API called: DeviceDeAssociationV3Api#post_de_associate_v3_terminal\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
89
|
-
rescue
|
90
|
-
puts 'Cannot write to log'
|
91
|
-
end
|
92
|
-
end
|
93
|
-
return data, status_code, headers
|
94
|
-
end
|
95
|
-
end
|
96
|
-
end
|