cybersource_rest_client 0.0.83 → 0.0.84
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/authentication/jwt/JwtToken.rb +46 -27
- data/lib/AuthenticationSDK/core/MerchantConfig.rb +82 -48
- data/lib/AuthenticationSDK/util/Cache.rb +7 -4
- data/lib/AuthenticationSDK/util/Constants.rb +6 -0
- data/lib/AuthenticationSDK/util/MLEUtility.rb +9 -0
- data/lib/cybersource_rest_client/api/batches_api.rb +1 -1
- data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +14 -22
- data/lib/cybersource_rest_client/api/credentials_api.rb +104 -0
- data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +3 -3
- data/lib/cybersource_rest_client/api/enrollment_api.rb +2 -2
- data/lib/cybersource_rest_client/api/instructions_api.rb +10 -10
- data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +3 -3
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +20 -28
- data/lib/cybersource_rest_client/api/network_tokens_api.rb +654 -0
- data/lib/cybersource_rest_client/api/plans_api.rb +1 -1
- data/lib/cybersource_rest_client/api/subscriptions_api.rb +183 -1
- data/lib/cybersource_rest_client/api/subscriptions_follow_ons_api.rb +1 -1
- data/lib/cybersource_rest_client/api_client.rb +4 -0
- data/lib/cybersource_rest_client/models/account_validations_request.rb +15 -5
- data/lib/cybersource_rest_client/models/acpv1instructions_decline_threshold.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructions_mandates.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructions_recurring_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1mppcredentials_challenge.rb +369 -0
- data/lib/cybersource_rest_client/models/acpv1mppcredentials_challenge_encryption_jwk.rb +336 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_assurance_data.rb +7 -7
- data/lib/cybersource_rest_client/models/acpv1tokens_authenticated_identities.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_authentication_context.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_bill_to.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_consumer_identity.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_device_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_enrollment_reference_data.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/auth_reversal_request.rb +11 -1
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information.rb +32 -6
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank.rb +1 -1
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank_account.rb +1 -1
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_customer.rb +196 -0
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_instrument_identifier.rb +196 -0
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_payment_instrument.rb +196 -0
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_token_information.rb +208 -0
- data/lib/cybersource_rest_client/models/card_processing_config_common_processors.rb +105 -1
- data/lib/cybersource_rest_client/models/commerce_solutions_products.rb +15 -5
- data/lib/cybersource_rest_client/models/create_credit_request.rb +15 -5
- data/lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_amount_details_surcharge.rb +22 -5
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response.rb +247 -0
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_1.rb +224 -0
- data/lib/cybersource_rest_client/models/{pbl_payment_links_post201_response__links.rb → get_subscriptions_payments_response_1__links.rb} +1 -1
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response__links.rb +209 -0
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_cycles_completed_count.rb +191 -0
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_subscription_payment.rb +356 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_tokenized_card.rb +26 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb +15 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_payments.rb +25 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb +15 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb +25 -5
- data/lib/cybersource_rest_client/models/inline_response_400_10.rb +30 -75
- data/lib/cybersource_rest_client/models/{inline_response_400_8_details.rb → inline_response_400_10_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_11.rb +235 -0
- data/lib/cybersource_rest_client/models/{inline_response_400_7_details.rb → inline_response_400_11_details.rb} +3 -3
- data/lib/cybersource_rest_client/models/inline_response_400_12.rb +281 -0
- data/lib/cybersource_rest_client/models/inline_response_400_6.rb +37 -60
- data/lib/cybersource_rest_client/models/inline_response_400_7.rb +6 -6
- data/lib/cybersource_rest_client/models/inline_response_400_8.rb +58 -36
- data/lib/cybersource_rest_client/models/{inline_response_400_6_fields.rb → inline_response_400_8_fields.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_9.rb +16 -16
- data/lib/cybersource_rest_client/models/inline_response_400_9_details.rb +2 -2
- data/lib/cybersource_rest_client/models/inline_response_404_3.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_422_1.rb +1 -1
- data/lib/cybersource_rest_client/models/iplv2paymentlinks_order_information_line_items.rb +73 -5
- data/lib/cybersource_rest_client/models/mit_reversal_request.rb +11 -1
- data/lib/cybersource_rest_client/models/mpp_credentials_request.rb +221 -0
- data/lib/cybersource_rest_client/models/mpp_credentials_response200.rb +338 -0
- data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_customer_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/payment_instrument_list_1__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/{payment_instrument_list_1__embedded__embedded.rb → payment_instrument_list__embedded__embedded.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payment_instrument_list_1__embedded_payment_instruments.rb → payment_instrument_list__embedded_payment_instruments.rb} +2 -2
- data/lib/cybersource_rest_client/models/payments_products.rb +25 -5
- data/lib/cybersource_rest_client/models/payments_products_currency_conversion_configuration_information_configurations_processors.rb +14 -2
- data/lib/cybersource_rest_client/models/payments_products_microform.rb +199 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information.rb +199 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features_gateway_agnostic.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_subscription_information.rb +227 -0
- data/lib/cybersource_rest_client/models/pbl_payment_links_get200_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pbl_payment_links_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_customer_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_tokenized_card_request.rb +15 -5
- data/lib/cybersource_rest_client/models/pts_v2_create_billing_agreement_post201_response_agreement_information.rb +80 -1
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +41 -1
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_merchant_information.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_account_information.rb +189 -0
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information.rb +15 -5
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information_account_features.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_token_information.rb +189 -0
- data/lib/cybersource_rest_client/models/pts_v2_modify_billing_agreement_post201_response_agreement_information.rb +35 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_point_of_sale_information.rb +22 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_order_post201_response_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb +106 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_strong_authentication.rb +22 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information.rb +15 -5
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_payment_information_tokenized_card.rb → pts_v2_payments_post201_response_payment_account_information_tokenized_card.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +23 -6
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information.rb +15 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_third_party_token.rb +213 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_error_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information_amount_details.rb +18 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +19 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_processor_information.rb +7 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +45 -5
- data/lib/cybersource_rest_client/models/{pull_funds201_response_processor_information_avs.rb → pts_v2_payouts_post201_response_processor_information_avs.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_customer.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_electronic_verification_results.rb +281 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_buyer_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb +18 -5
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +19 -6
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_agreement_information.rb +84 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information.rb +12 -2
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_amount_details.rb +230 -0
- data/lib/cybersource_rest_client/models/{ptsv2intents_order_information_invoice_details.rb → ptsv2billingagreements_order_information_invoice_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account_alias.rb +207 -0
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreementsid_agreement_information.rb +56 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreementsid_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +35 -5
- data/lib/cybersource_rest_client/models/ptsv2credits_token_information.rb +228 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2intentsid_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information.rb +28 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_digital_currency.rb +231 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_shipping_details.rb +23 -6
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account_alias.rb +207 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_third_party_token.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +72 -6
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_program_indicators.rb +202 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +56 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_sender_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information.rb +193 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information_authenticated_identities.rb +252 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_shipping_details.rb +100 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processor_information.rb +39 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_shipping_details.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_device_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_payment_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +18 -5
- data/lib/cybersource_rest_client/models/pull_funds201_response_processor_information.rb +36 -6
- data/lib/cybersource_rest_client/models/pull_funds_request.rb +11 -1
- data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +45 -5
- data/lib/cybersource_rest_client/models/risk_products.rb +15 -5
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_ship_to.rb +39 -5
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/tms_card_art.rb +23 -1
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_bill_to.rb +22 -5
- data/lib/cybersource_rest_client/models/tms_tokenized_card_delete_request.rb +189 -0
- data/lib/cybersource_rest_client/models/tmsv1paymentinstruments__embedded.rb +190 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card.rb +22 -1
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_card.rb +1 -1
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata.rb +16 -5
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer.rb +41 -8
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_bank_applications.rb +201 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_capabilities.rb +257 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_verification_results.rb +202 -0
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded.rb +200 -0
- data/lib/cybersource_rest_client/models/{tmsv3tokenstoken_idpaymentcredentials_order_information_bill_to.rb → tmsv2tokenizedcards_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_iddelete_reason.rb +208 -0
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_sender_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data.rb +44 -14
- data/lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information.rb +325 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information_sub_merchant.rb +366 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_consumer_authentication_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ucv1sessions_data_installment_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information_merchant_descriptor.rb +18 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information.rb +16 -6
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details.rb +86 -12
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details.rb +242 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details_transaction_advice_addendum.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_line_items.rb +702 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_shipping_details.rb +213 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information.rb +38 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_bank_transfer_options.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_recurring_options.rb +192 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_recipient_information.rb +107 -53
- data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information.rb +376 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information_account.rb +213 -0
- data/lib/cybersource_rest_client/models/update_payments.rb +192 -0
- data/lib/cybersource_rest_client/models/value_added_services_products.rb +25 -5
- data/lib/cybersource_rest_client.rb +71 -12
- metadata +78 -19
- data/lib/cybersource_rest_client/api/token_api.rb +0 -306
- data/lib/cybersource_rest_client/api/tokenized_card_api.rb +0 -371
|
@@ -65,6 +65,8 @@ require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentia
|
|
|
65
65
|
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_ship_to'
|
|
66
66
|
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_payment_options'
|
|
67
67
|
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_transaction_data'
|
|
68
|
+
require 'cybersource_rest_client/models/acpv1mppcredentials_challenge'
|
|
69
|
+
require 'cybersource_rest_client/models/acpv1mppcredentials_challenge_encryption_jwk'
|
|
68
70
|
require 'cybersource_rest_client/models/acpv1tokens_assurance_data'
|
|
69
71
|
require 'cybersource_rest_client/models/acpv1tokens_authenticated_identities'
|
|
70
72
|
require 'cybersource_rest_client/models/acpv1tokens_authentication_context'
|
|
@@ -106,7 +108,11 @@ require 'cybersource_rest_client/models/bavsv1accountvalidations_client_referenc
|
|
|
106
108
|
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information'
|
|
107
109
|
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank'
|
|
108
110
|
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank_account'
|
|
111
|
+
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information_customer'
|
|
112
|
+
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information_instrument_identifier'
|
|
113
|
+
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information_payment_instrument'
|
|
109
114
|
require 'cybersource_rest_client/models/bavsv1accountvalidations_processing_information'
|
|
115
|
+
require 'cybersource_rest_client/models/bavsv1accountvalidations_token_information'
|
|
110
116
|
require 'cybersource_rest_client/models/binv1binlookup_client_reference_information'
|
|
111
117
|
require 'cybersource_rest_client/models/binv1binlookup_payment_information'
|
|
112
118
|
require 'cybersource_rest_client/models/binv1binlookup_payment_information_card'
|
|
@@ -274,6 +280,12 @@ require 'cybersource_rest_client/models/get_subscription_response_1_payment_inst
|
|
|
274
280
|
require 'cybersource_rest_client/models/get_subscription_response_1_payment_instrument_card'
|
|
275
281
|
require 'cybersource_rest_client/models/get_subscription_response_1_shipping_address'
|
|
276
282
|
require 'cybersource_rest_client/models/get_subscription_response_reactivation_information'
|
|
283
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response'
|
|
284
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response_1'
|
|
285
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response_1__links'
|
|
286
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response_cycles_completed_count'
|
|
287
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response__links'
|
|
288
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response_subscription_payment'
|
|
277
289
|
require 'cybersource_rest_client/models/increment_auth_request'
|
|
278
290
|
require 'cybersource_rest_client/models/inline_response_200'
|
|
279
291
|
require 'cybersource_rest_client/models/inline_response_200_1'
|
|
@@ -383,17 +395,19 @@ require 'cybersource_rest_client/models/inline_response_206'
|
|
|
383
395
|
require 'cybersource_rest_client/models/inline_response_400'
|
|
384
396
|
require 'cybersource_rest_client/models/inline_response_400_1'
|
|
385
397
|
require 'cybersource_rest_client/models/inline_response_400_10'
|
|
398
|
+
require 'cybersource_rest_client/models/inline_response_400_10_details'
|
|
399
|
+
require 'cybersource_rest_client/models/inline_response_400_11'
|
|
400
|
+
require 'cybersource_rest_client/models/inline_response_400_11_details'
|
|
401
|
+
require 'cybersource_rest_client/models/inline_response_400_12'
|
|
386
402
|
require 'cybersource_rest_client/models/inline_response_400_1_details'
|
|
387
403
|
require 'cybersource_rest_client/models/inline_response_400_2'
|
|
388
404
|
require 'cybersource_rest_client/models/inline_response_400_3'
|
|
389
405
|
require 'cybersource_rest_client/models/inline_response_400_4'
|
|
390
406
|
require 'cybersource_rest_client/models/inline_response_400_5'
|
|
391
407
|
require 'cybersource_rest_client/models/inline_response_400_6'
|
|
392
|
-
require 'cybersource_rest_client/models/inline_response_400_6_fields'
|
|
393
408
|
require 'cybersource_rest_client/models/inline_response_400_7'
|
|
394
|
-
require 'cybersource_rest_client/models/inline_response_400_7_details'
|
|
395
409
|
require 'cybersource_rest_client/models/inline_response_400_8'
|
|
396
|
-
require 'cybersource_rest_client/models/
|
|
410
|
+
require 'cybersource_rest_client/models/inline_response_400_8_fields'
|
|
397
411
|
require 'cybersource_rest_client/models/inline_response_400_9'
|
|
398
412
|
require 'cybersource_rest_client/models/inline_response_400_9_details'
|
|
399
413
|
require 'cybersource_rest_client/models/inline_response_400_details'
|
|
@@ -508,6 +522,8 @@ require 'cybersource_rest_client/models/mit_reversal_request'
|
|
|
508
522
|
require 'cybersource_rest_client/models/mit_void_request'
|
|
509
523
|
require 'cybersource_rest_client/models/model_400_upload_batch_file_response'
|
|
510
524
|
require 'cybersource_rest_client/models/modify_billing_agreement'
|
|
525
|
+
require 'cybersource_rest_client/models/mpp_credentials_request'
|
|
526
|
+
require 'cybersource_rest_client/models/mpp_credentials_response200'
|
|
511
527
|
require 'cybersource_rest_client/models/network_token_enrollment'
|
|
512
528
|
require 'cybersource_rest_client/models/network_token_services_enablement'
|
|
513
529
|
require 'cybersource_rest_client/models/network_token_services_enablement_mastercard_digital_enablement_service'
|
|
@@ -537,9 +553,9 @@ require 'cybersource_rest_client/models/payer_auth_setup_request'
|
|
|
537
553
|
require 'cybersource_rest_client/models/payment_instrument_list'
|
|
538
554
|
require 'cybersource_rest_client/models/payment_instrument_list_1'
|
|
539
555
|
require 'cybersource_rest_client/models/payment_instrument_list_1__embedded'
|
|
540
|
-
require 'cybersource_rest_client/models/payment_instrument_list_1__embedded__embedded'
|
|
541
|
-
require 'cybersource_rest_client/models/payment_instrument_list_1__embedded_payment_instruments'
|
|
542
556
|
require 'cybersource_rest_client/models/payment_instrument_list__embedded'
|
|
557
|
+
require 'cybersource_rest_client/models/payment_instrument_list__embedded__embedded'
|
|
558
|
+
require 'cybersource_rest_client/models/payment_instrument_list__embedded_payment_instruments'
|
|
543
559
|
require 'cybersource_rest_client/models/payment_instrument_list__links'
|
|
544
560
|
require 'cybersource_rest_client/models/payment_instrument_list__links_first'
|
|
545
561
|
require 'cybersource_rest_client/models/payment_instrument_list__links_last'
|
|
@@ -576,6 +592,12 @@ require 'cybersource_rest_client/models/payments_products_digital_payments_subsc
|
|
|
576
592
|
require 'cybersource_rest_client/models/payments_products_e_check'
|
|
577
593
|
require 'cybersource_rest_client/models/payments_products_e_check_configuration_information'
|
|
578
594
|
require 'cybersource_rest_client/models/payments_products_e_check_subscription_information'
|
|
595
|
+
require 'cybersource_rest_client/models/payments_products_microform'
|
|
596
|
+
require 'cybersource_rest_client/models/payments_products_microform_configuration_information'
|
|
597
|
+
require 'cybersource_rest_client/models/payments_products_microform_configuration_information_configurations'
|
|
598
|
+
require 'cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features'
|
|
599
|
+
require 'cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features_gateway_agnostic'
|
|
600
|
+
require 'cybersource_rest_client/models/payments_products_microform_subscription_information'
|
|
579
601
|
require 'cybersource_rest_client/models/payments_products_payer_authentication'
|
|
580
602
|
require 'cybersource_rest_client/models/payments_products_payer_authentication_configuration_information'
|
|
581
603
|
require 'cybersource_rest_client/models/payments_products_payer_authentication_subscription_information'
|
|
@@ -635,7 +657,6 @@ require 'cybersource_rest_client/models/pbl_payment_links_all_get400_response'
|
|
|
635
657
|
require 'cybersource_rest_client/models/pbl_payment_links_all_get404_response'
|
|
636
658
|
require 'cybersource_rest_client/models/pbl_payment_links_get200_response'
|
|
637
659
|
require 'cybersource_rest_client/models/pbl_payment_links_post201_response'
|
|
638
|
-
require 'cybersource_rest_client/models/pbl_payment_links_post201_response__links'
|
|
639
660
|
require 'cybersource_rest_client/models/pbl_payment_links_post201_response_order_information'
|
|
640
661
|
require 'cybersource_rest_client/models/pbl_payment_links_post201_response_purchase_information'
|
|
641
662
|
require 'cybersource_rest_client/models/post_customer_payment_instrument_request'
|
|
@@ -683,9 +704,13 @@ require 'cybersource_rest_client/models/pts_v2_credits_post201_response'
|
|
|
683
704
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_1'
|
|
684
705
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_1_processor_information'
|
|
685
706
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_credit_amount_details'
|
|
707
|
+
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_merchant_information'
|
|
708
|
+
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_payment_account_information'
|
|
686
709
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information'
|
|
710
|
+
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information_account_features'
|
|
687
711
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information'
|
|
688
712
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information_bank_transfer_options'
|
|
713
|
+
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_token_information'
|
|
689
714
|
require 'cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response'
|
|
690
715
|
require 'cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_client_reference_information'
|
|
691
716
|
require 'cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_error_information'
|
|
@@ -781,6 +806,7 @@ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_order_i
|
|
|
781
806
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_ship_to'
|
|
782
807
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information'
|
|
783
808
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_card'
|
|
809
|
+
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_tokenized_card'
|
|
784
810
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information'
|
|
785
811
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features'
|
|
786
812
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features_balances'
|
|
@@ -788,7 +814,6 @@ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment
|
|
|
788
814
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank_account'
|
|
789
815
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_e_wallet'
|
|
790
816
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_instrument_identifier'
|
|
791
|
-
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card'
|
|
792
817
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_payment_method'
|
|
793
818
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information'
|
|
794
819
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_orchestration'
|
|
@@ -829,6 +854,7 @@ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_i
|
|
|
829
854
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_instrument_identifier'
|
|
830
855
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_payment_instrument'
|
|
831
856
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_shipping_address'
|
|
857
|
+
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_third_party_token'
|
|
832
858
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information'
|
|
833
859
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list'
|
|
834
860
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches'
|
|
@@ -863,6 +889,9 @@ require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_order_in
|
|
|
863
889
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details'
|
|
864
890
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processing_information'
|
|
865
891
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information'
|
|
892
|
+
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_avs'
|
|
893
|
+
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_customer'
|
|
894
|
+
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_electronic_verification_results'
|
|
866
895
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information'
|
|
867
896
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information_card'
|
|
868
897
|
require 'cybersource_rest_client/models/pts_v2_payouts_post400_response'
|
|
@@ -871,6 +900,7 @@ require 'cybersource_rest_client/models/pts_v2_retrieve_payment_token_get502_res
|
|
|
871
900
|
require 'cybersource_rest_client/models/pts_v2_update_order_patch201_response'
|
|
872
901
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_aggregator_information'
|
|
873
902
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_aggregator_information_sub_merchant'
|
|
903
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_buyer_information'
|
|
874
904
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_client_reference_information'
|
|
875
905
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information'
|
|
876
906
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information_merchant_descriptor'
|
|
@@ -935,10 +965,13 @@ require 'cybersource_rest_client/models/ptsv2billingagreements_installment_infor
|
|
|
935
965
|
require 'cybersource_rest_client/models/ptsv2billingagreements_merchant_information'
|
|
936
966
|
require 'cybersource_rest_client/models/ptsv2billingagreements_merchant_information_merchant_descriptor'
|
|
937
967
|
require 'cybersource_rest_client/models/ptsv2billingagreements_order_information'
|
|
968
|
+
require 'cybersource_rest_client/models/ptsv2billingagreements_order_information_amount_details'
|
|
938
969
|
require 'cybersource_rest_client/models/ptsv2billingagreements_order_information_bill_to'
|
|
970
|
+
require 'cybersource_rest_client/models/ptsv2billingagreements_order_information_invoice_details'
|
|
939
971
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information'
|
|
940
972
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank'
|
|
941
973
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account'
|
|
974
|
+
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account_alias'
|
|
942
975
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_card'
|
|
943
976
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_payment_type'
|
|
944
977
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_payment_type_method'
|
|
@@ -957,6 +990,7 @@ require 'cybersource_rest_client/models/ptsv2credits_processing_information_refu
|
|
|
957
990
|
require 'cybersource_rest_client/models/ptsv2credits_recipient_information'
|
|
958
991
|
require 'cybersource_rest_client/models/ptsv2credits_sender_information'
|
|
959
992
|
require 'cybersource_rest_client/models/ptsv2credits_sender_information_account'
|
|
993
|
+
require 'cybersource_rest_client/models/ptsv2credits_token_information'
|
|
960
994
|
require 'cybersource_rest_client/models/ptsv2intents_client_reference_information'
|
|
961
995
|
require 'cybersource_rest_client/models/ptsv2intents_event_information'
|
|
962
996
|
require 'cybersource_rest_client/models/ptsv2intents_merchant_information'
|
|
@@ -964,7 +998,6 @@ require 'cybersource_rest_client/models/ptsv2intents_merchant_information_mercha
|
|
|
964
998
|
require 'cybersource_rest_client/models/ptsv2intents_order_information'
|
|
965
999
|
require 'cybersource_rest_client/models/ptsv2intents_order_information_amount_details'
|
|
966
1000
|
require 'cybersource_rest_client/models/ptsv2intents_order_information_bill_to'
|
|
967
|
-
require 'cybersource_rest_client/models/ptsv2intents_order_information_invoice_details'
|
|
968
1001
|
require 'cybersource_rest_client/models/ptsv2intents_order_information_line_items'
|
|
969
1002
|
require 'cybersource_rest_client/models/ptsv2intents_order_information_ship_to'
|
|
970
1003
|
require 'cybersource_rest_client/models/ptsv2intents_payment_information'
|
|
@@ -1044,6 +1077,7 @@ require 'cybersource_rest_client/models/ptsv2payments_order_information_amount_d
|
|
|
1044
1077
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_amount_details_tax_details'
|
|
1045
1078
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_bill_to'
|
|
1046
1079
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_bill_to_company'
|
|
1080
|
+
require 'cybersource_rest_client/models/ptsv2payments_order_information_digital_currency'
|
|
1047
1081
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_invoice_details'
|
|
1048
1082
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_invoice_details_transaction_advice_addendum'
|
|
1049
1083
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_line_items'
|
|
@@ -1053,6 +1087,7 @@ require 'cybersource_rest_client/models/ptsv2payments_order_information_shipping
|
|
|
1053
1087
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information'
|
|
1054
1088
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_bank'
|
|
1055
1089
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_bank_account'
|
|
1090
|
+
require 'cybersource_rest_client/models/ptsv2payments_payment_information_bank_account_alias'
|
|
1056
1091
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_card'
|
|
1057
1092
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_customer'
|
|
1058
1093
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_direct_debit'
|
|
@@ -1069,6 +1104,7 @@ require 'cybersource_rest_client/models/ptsv2payments_payment_information_paymen
|
|
|
1069
1104
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_sepa'
|
|
1070
1105
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_sepa_direct_debit'
|
|
1071
1106
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_shipping_address'
|
|
1107
|
+
require 'cybersource_rest_client/models/ptsv2payments_payment_information_third_party_token'
|
|
1072
1108
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card'
|
|
1073
1109
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_payment_method'
|
|
1074
1110
|
require 'cybersource_rest_client/models/ptsv2payments_point_of_sale_information'
|
|
@@ -1083,6 +1119,7 @@ require 'cybersource_rest_client/models/ptsv2payments_processing_information_ele
|
|
|
1083
1119
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options'
|
|
1084
1120
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options_bonuses'
|
|
1085
1121
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_loan_options'
|
|
1122
|
+
require 'cybersource_rest_client/models/ptsv2payments_processing_information_program_indicators'
|
|
1086
1123
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_purchase_options'
|
|
1087
1124
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_recurring_options'
|
|
1088
1125
|
require 'cybersource_rest_client/models/ptsv2payments_processor_information'
|
|
@@ -1103,6 +1140,8 @@ require 'cybersource_rest_client/models/ptsv2payments_sender_information_account
|
|
|
1103
1140
|
require 'cybersource_rest_client/models/ptsv2payments_token_information'
|
|
1104
1141
|
require 'cybersource_rest_client/models/ptsv2payments_token_information_payment_instrument'
|
|
1105
1142
|
require 'cybersource_rest_client/models/ptsv2payments_token_information_shipping_address'
|
|
1143
|
+
require 'cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information'
|
|
1144
|
+
require 'cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information_authenticated_identities'
|
|
1106
1145
|
require 'cybersource_rest_client/models/ptsv2payments_token_information_token_provisioning_information'
|
|
1107
1146
|
require 'cybersource_rest_client/models/ptsv2payments_travel_information'
|
|
1108
1147
|
require 'cybersource_rest_client/models/ptsv2payments_travel_information_agency'
|
|
@@ -1159,6 +1198,7 @@ require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_client_reference_
|
|
|
1159
1198
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_merchant_information'
|
|
1160
1199
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information'
|
|
1161
1200
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_line_items'
|
|
1201
|
+
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_shipping_details'
|
|
1162
1202
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information'
|
|
1163
1203
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank'
|
|
1164
1204
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank_account'
|
|
@@ -1176,6 +1216,7 @@ require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_informatio
|
|
|
1176
1216
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline_ancillary_information_service'
|
|
1177
1217
|
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information'
|
|
1178
1218
|
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information_partner'
|
|
1219
|
+
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_device_information'
|
|
1179
1220
|
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_order_information'
|
|
1180
1221
|
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_amount_details'
|
|
1181
1222
|
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_line_items'
|
|
@@ -1234,7 +1275,6 @@ require 'cybersource_rest_client/models/pull_funds201_response__links_self'
|
|
|
1234
1275
|
require 'cybersource_rest_client/models/pull_funds201_response_order_information'
|
|
1235
1276
|
require 'cybersource_rest_client/models/pull_funds201_response_order_information_amount_details'
|
|
1236
1277
|
require 'cybersource_rest_client/models/pull_funds201_response_processor_information'
|
|
1237
|
-
require 'cybersource_rest_client/models/pull_funds201_response_processor_information_avs'
|
|
1238
1278
|
require 'cybersource_rest_client/models/pull_funds201_response_processor_information_consumer_authentication_response'
|
|
1239
1279
|
require 'cybersource_rest_client/models/pull_funds_refund201_response'
|
|
1240
1280
|
require 'cybersource_rest_client/models/pull_funds_refund201_response__links'
|
|
@@ -1540,11 +1580,17 @@ require 'cybersource_rest_client/models/tms_payment_instrument_processing_info'
|
|
|
1540
1580
|
require 'cybersource_rest_client/models/tms_payment_instrument_processing_info_bank_transfer_options'
|
|
1541
1581
|
require 'cybersource_rest_client/models/tms_sensitive_privileges'
|
|
1542
1582
|
require 'cybersource_rest_client/models/tms_token_formats'
|
|
1583
|
+
require 'cybersource_rest_client/models/tms_tokenized_card_delete_request'
|
|
1584
|
+
require 'cybersource_rest_client/models/tmsv1paymentinstruments__embedded'
|
|
1543
1585
|
require 'cybersource_rest_client/models/tmsv2_tokenized_card'
|
|
1544
1586
|
require 'cybersource_rest_client/models/tmsv2_tokenized_card_card'
|
|
1545
1587
|
require 'cybersource_rest_client/models/tmsv2_tokenized_card_card_terms_and_conditions'
|
|
1546
1588
|
require 'cybersource_rest_client/models/tmsv2_tokenized_card_metadata'
|
|
1547
1589
|
require 'cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer'
|
|
1590
|
+
require 'cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_bank_applications'
|
|
1591
|
+
require 'cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_capabilities'
|
|
1592
|
+
require 'cybersource_rest_client/models/tmsv2_tokenized_card_verification_results'
|
|
1593
|
+
require 'cybersource_rest_client/models/tmsv2customers__embedded'
|
|
1548
1594
|
require 'cybersource_rest_client/models/tmsv2tokenize_processing_information'
|
|
1549
1595
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information'
|
|
1550
1596
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer'
|
|
@@ -1579,8 +1625,10 @@ require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer
|
|
|
1579
1625
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer_merchant_defined_information'
|
|
1580
1626
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer_metadata'
|
|
1581
1627
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer_object_information'
|
|
1628
|
+
require 'cybersource_rest_client/models/tmsv2tokenizedcards_bill_to'
|
|
1582
1629
|
require 'cybersource_rest_client/models/tmsv2tokenizedcards_card'
|
|
1583
1630
|
require 'cybersource_rest_client/models/tmsv2tokenizedcards_passcode'
|
|
1631
|
+
require 'cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_iddelete_reason'
|
|
1584
1632
|
require 'cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_card'
|
|
1585
1633
|
require 'cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata'
|
|
1586
1634
|
require 'cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata_card_art'
|
|
@@ -1591,7 +1639,6 @@ require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_me
|
|
|
1591
1639
|
require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor'
|
|
1592
1640
|
require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information'
|
|
1593
1641
|
require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information_amount_details'
|
|
1594
|
-
require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information_bill_to'
|
|
1595
1642
|
require 'cybersource_rest_client/models/token_permissions'
|
|
1596
1643
|
require 'cybersource_rest_client/models/tss_v2_get_emv_tags200_response'
|
|
1597
1644
|
require 'cybersource_rest_client/models/tss_v2_get_emv_tags200_response_emv_tag_breakdown_list'
|
|
@@ -1689,10 +1736,13 @@ require 'cybersource_rest_client/models/ucv1sessions_capture_mandate_cpf'
|
|
|
1689
1736
|
require 'cybersource_rest_client/models/ucv1sessions_complete_mandate'
|
|
1690
1737
|
require 'cybersource_rest_client/models/ucv1sessions_complete_mandate_tms'
|
|
1691
1738
|
require 'cybersource_rest_client/models/ucv1sessions_data'
|
|
1739
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_aggregator_information'
|
|
1740
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_aggregator_information_sub_merchant'
|
|
1692
1741
|
require 'cybersource_rest_client/models/ucv1sessions_data_buyer_information'
|
|
1693
1742
|
require 'cybersource_rest_client/models/ucv1sessions_data_buyer_information_personal_identification'
|
|
1694
1743
|
require 'cybersource_rest_client/models/ucv1sessions_data_consumer_authentication_information'
|
|
1695
1744
|
require 'cybersource_rest_client/models/ucv1sessions_data_device_information'
|
|
1745
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_installment_information'
|
|
1696
1746
|
require 'cybersource_rest_client/models/ucv1sessions_data_merchant_defined_information'
|
|
1697
1747
|
require 'cybersource_rest_client/models/ucv1sessions_data_merchant_information'
|
|
1698
1748
|
require 'cybersource_rest_client/models/ucv1sessions_data_merchant_information_merchant_descriptor'
|
|
@@ -1701,12 +1751,20 @@ require 'cybersource_rest_client/models/ucv1sessions_data_order_information_amou
|
|
|
1701
1751
|
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details_tax_details'
|
|
1702
1752
|
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_bill_to'
|
|
1703
1753
|
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_bill_to_company'
|
|
1754
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details'
|
|
1755
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details_transaction_advice_addendum'
|
|
1756
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_line_items'
|
|
1757
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_shipping_details'
|
|
1704
1758
|
require 'cybersource_rest_client/models/ucv1sessions_data_payment_information'
|
|
1705
1759
|
require 'cybersource_rest_client/models/ucv1sessions_data_payment_information_card'
|
|
1706
1760
|
require 'cybersource_rest_client/models/ucv1sessions_data_processing_information'
|
|
1707
1761
|
require 'cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options'
|
|
1708
1762
|
require 'cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options_initiator'
|
|
1763
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_processing_information_bank_transfer_options'
|
|
1764
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_processing_information_recurring_options'
|
|
1709
1765
|
require 'cybersource_rest_client/models/ucv1sessions_data_recipient_information'
|
|
1766
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_sender_information'
|
|
1767
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_sender_information_account'
|
|
1710
1768
|
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations'
|
|
1711
1769
|
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations_clicktopay'
|
|
1712
1770
|
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations_googlepay'
|
|
@@ -1744,6 +1802,7 @@ require 'cybersource_rest_client/models/underwriting_configuration_sale_represen
|
|
|
1744
1802
|
require 'cybersource_rest_client/models/update_invoice_request'
|
|
1745
1803
|
require 'cybersource_rest_client/models/update_order_request'
|
|
1746
1804
|
require 'cybersource_rest_client/models/update_payment_link_request'
|
|
1805
|
+
require 'cybersource_rest_client/models/update_payments'
|
|
1747
1806
|
require 'cybersource_rest_client/models/update_plan_request'
|
|
1748
1807
|
require 'cybersource_rest_client/models/update_plan_response'
|
|
1749
1808
|
require 'cybersource_rest_client/models/update_plan_response_plan_information'
|
|
@@ -1856,6 +1915,7 @@ require 'cybersource_rest_client/api/chargeback_details_api'
|
|
|
1856
1915
|
require 'cybersource_rest_client/api/chargeback_summaries_api'
|
|
1857
1916
|
require 'cybersource_rest_client/api/conversion_details_api'
|
|
1858
1917
|
require 'cybersource_rest_client/api/create_new_webhooks_api'
|
|
1918
|
+
require 'cybersource_rest_client/api/credentials_api'
|
|
1859
1919
|
require 'cybersource_rest_client/api/credit_api'
|
|
1860
1920
|
require 'cybersource_rest_client/api/customer_api'
|
|
1861
1921
|
require 'cybersource_rest_client/api/customer_payment_instrument_api'
|
|
@@ -1878,6 +1938,7 @@ require 'cybersource_rest_client/api/merchant_boarding_api'
|
|
|
1878
1938
|
require 'cybersource_rest_client/api/merchant_defined_fields_api'
|
|
1879
1939
|
require 'cybersource_rest_client/api/microform_integration_api'
|
|
1880
1940
|
require 'cybersource_rest_client/api/net_fundings_api'
|
|
1941
|
+
require 'cybersource_rest_client/api/network_tokens_api'
|
|
1881
1942
|
require 'cybersource_rest_client/api/notification_of_changes_api'
|
|
1882
1943
|
require 'cybersource_rest_client/api/offers_api'
|
|
1883
1944
|
require 'cybersource_rest_client/api/orders_api'
|
|
@@ -1905,9 +1966,7 @@ require 'cybersource_rest_client/api/secure_file_share_api'
|
|
|
1905
1966
|
require 'cybersource_rest_client/api/subscriptions_api'
|
|
1906
1967
|
require 'cybersource_rest_client/api/subscriptions_follow_ons_api'
|
|
1907
1968
|
require 'cybersource_rest_client/api/taxes_api'
|
|
1908
|
-
require 'cybersource_rest_client/api/token_api'
|
|
1909
1969
|
require 'cybersource_rest_client/api/tokenize_api'
|
|
1910
|
-
require 'cybersource_rest_client/api/tokenized_card_api'
|
|
1911
1970
|
require 'cybersource_rest_client/api/transaction_batches_api'
|
|
1912
1971
|
require 'cybersource_rest_client/api/transaction_details_api'
|
|
1913
1972
|
require 'cybersource_rest_client/api/transient_token_data_v2_api'
|