cybersource_rest_client 0.0.83 → 0.0.85
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 +93 -58
- data/lib/AuthenticationSDK/logging/sensitive_logging.rb +265 -93
- data/lib/AuthenticationSDK/util/AuthJWEUtility.rb +53 -3
- data/lib/AuthenticationSDK/util/Cache.rb +20 -12
- data/lib/AuthenticationSDK/util/Constants.rb +92 -31
- data/lib/AuthenticationSDK/util/MLEUtility.rb +51 -2
- data/lib/cybersource_rest_client/api/{instructions_api.rb → agent_capabilities_api.rb} +116 -35
- data/lib/cybersource_rest_client/api/batches_api.rb +1 -1
- data/lib/cybersource_rest_client/api/billing_agreements_api.rb +6 -6
- data/lib/cybersource_rest_client/api/capture_api.rb +2 -2
- 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/credit_api.rb +2 -2
- data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +3 -3
- data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +3 -3
- data/lib/cybersource_rest_client/api/invoice_settings_api.rb +2 -2
- data/lib/cybersource_rest_client/api/invoices_api.rb +6 -6
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +20 -28
- data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +2 -2
- data/lib/cybersource_rest_client/api/network_tokens_api.rb +654 -0
- data/lib/cybersource_rest_client/api/orders_api.rb +4 -4
- data/lib/cybersource_rest_client/api/payment_links_api.rb +4 -4
- data/lib/cybersource_rest_client/api/payment_tokens_api.rb +2 -2
- data/lib/cybersource_rest_client/api/payments_api.rb +21 -21
- data/lib/cybersource_rest_client/api/plans_api.rb +1 -1
- data/lib/cybersource_rest_client/api/refund_api.rb +4 -4
- data/lib/cybersource_rest_client/api/reversal_api.rb +4 -4
- 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/void_api.rb +10 -10
- data/lib/cybersource_rest_client/api_client.rb +35 -2
- data/lib/cybersource_rest_client/configuration.rb +2 -2
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations.rb → account_updater_configurations.rb} +4 -4
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_amex.rb → account_updater_configurations_amex.rb} +1 -1
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_master_card.rb → account_updater_configurations_master_card.rb} +1 -1
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_visa.rb → account_updater_configurations_visa.rb} +1 -1
- data/lib/cybersource_rest_client/models/account_validations_request.rb +15 -5
- data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_information_funding_options.rb → aft_funding_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_information_funding_options_initiator.rb → aft_funding_options_initiator.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_info_funding_options_initiator_origin_ini_transaction.rb → aft_funding_options_initiator_originator_initiated_transaction.rb} +1 -1
- data/lib/cybersource_rest_client/models/agentic_cancel_purchase_intent_request.rb +3 -3
- data/lib/cybersource_rest_client/models/agentic_card_enrollment_request.rb +8 -8
- data/lib/cybersource_rest_client/models/agentic_confirm_transaction_events_request.rb +2 -2
- data/lib/cybersource_rest_client/models/agentic_create_purchase_intent_request.rb +5 -5
- data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_request.rb +2 -2
- data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200.rb +1 -1
- data/lib/cybersource_rest_client/models/agentic_update_purchase_intent_request.rb +5 -5
- data/lib/cybersource_rest_client/models/{payments_products_alternative_payment_methods_configuration_information_configurations_processors.rb → alternative_payments_processor_configuration.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/bin_lookup403_response.rb +223 -0
- data/lib/cybersource_rest_client/models/bin_lookupv400_response.rb +235 -0
- data/lib/cybersource_rest_client/models/{card_processing_config_common_acquirer_agreement_acquirer_code.rb → boarding_acquirer_details.rb} +2 -2
- data/lib/cybersource_rest_client/models/{card_processing_config_common_acquirer_agreement_acquirer_code_payment_options.rb → boarding_acquirer_details_payment_options.rb} +1 -1
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information.rb → boarding_business_information.rb} +6 -6
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_address.rb → boarding_business_information_address.rb} +1 -1
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_business_contact.rb → boarding_business_information_business_contact.rb} +1 -1
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_localized_names.rb → boarding_business_information_localized_names.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations.rb → boarding_payouts_configurations.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations_common.rb → boarding_payouts_configurations_common.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations_common_aggregator.rb → boarding_payouts_configurations_common_aggregator.rb} +1 -1
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information.rb +1 -1
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_owners.rb +1 -1
- data/lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement.rb +1 -1
- 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/commerce_solutions_products_account_updater_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/create_credit_request.rb +15 -5
- data/lib/cybersource_rest_client/models/create_subscription_response.rb +1 -1
- data/lib/cybersource_rest_client/models/{payment_instrument_list_1__embedded_payment_instruments.rb → default_payment_instrument.rb} +9 -9
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__embedded.rb → default_payment_instrument__embedded.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links.rb → default_payment_instrument__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links_self.rb → default_payment_instrument__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bank_account.rb → default_payment_instrument_bank_account.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bill_to.rb → default_payment_instrument_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_buyer_information.rb → default_payment_instrument_buyer_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_buyer_info_issued_by.rb → default_payment_instrument_buyer_information_issued_by.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_buyer_info_personal_identification.rb → default_payment_instrument_buyer_information_personal_identification.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_card.rb → default_payment_instrument_card.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_card_tokenized_info.rb → default_payment_instrument_card_tokenized_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_instrument_identifier.rb → default_payment_instrument_instrument_identifier.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_metadata.rb → default_payment_instrument_metadata.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address.rb → default_shipping_address.rb} +4 -4
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links.rb → default_shipping_address__links.rb} +3 -3
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_customer.rb → default_shipping_address__links_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_self.rb → default_shipping_address__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address_metadata.rb → default_shipping_address_metadata.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address_ship_to.rb → default_shipping_address_ship_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_watchlist_screening_information_watch_list.rb → export_compliance_watch_list.rb} +2 -2
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches.rb → export_compliance_watch_list_matches.rb} +1 -1
- data/lib/cybersource_rest_client/models/{get_subscription_response_1_payment_instrument_buyer_information.rb → follow_on_transaction_buyer_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/generate_unified_checkout_v1_capture_context_request.rb +2 -2
- 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_subscription_response_1_payment_instrument.rb +2 -2
- data/lib/cybersource_rest_client/models/get_subscription_response_1_shipping_address.rb +1 -1
- 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/{payments_products_unified_checkout_configuration_information_configurations_features.rb → get_subscriptions_payments_response_cycles_completed_count.rb} +11 -9
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_subscription_payment.rb +356 -0
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb → icc_amount_detail.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items.rb → icc_line_item.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items_additional_info.rb → icc_line_item_additional_info.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items_policies.rb → icc_line_item_policies.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_merchant_information_merchant_descriptor.rb → icc_merchant_descriptor.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb → icc_payment_instrument.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconf_processor_info_payment_instrument_verifi_results.rb → icc_payment_instrument_verification_results.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_order_information_shipping_details.rb → icc_shipping_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{agentic_retrieve_payment_credentials_response200_transaction_response_with_pending_events.rb → icc_transaction_response_pending_events.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructions_decline_threshold.rb → iccv1instructions_decline_threshold.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructions_mandates.rb → iccv1instructions_mandates.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructions_recurring_payment_information.rb → iccv1instructions_recurring_payment_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_confirmation_data.rb → iccv1instructionsinstruction_idconfirmations_confirmation_data.rb} +5 -5
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_merchant_information.rb → iccv1instructionsinstruction_idconfirmations_merchant_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_order_information.rb → iccv1instructionsinstruction_idconfirmations_order_information.rb} +5 -5
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_processor_information.rb → iccv1instructionsinstruction_idconfirmations_processor_information.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_attachments.rb → iccv1instructionsinstruction_idcredentials_attachments.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_client_reference_information.rb → iccv1instructionsinstruction_idcredentials_client_reference_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_mandate_reference_data.rb → iccv1instructionsinstruction_idcredentials_mandate_reference_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_merchant_information.rb → iccv1instructionsinstruction_idcredentials_merchant_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information.rb → iccv1instructionsinstruction_idcredentials_order_information.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_line_items.rb → iccv1instructionsinstruction_idcredentials_order_information_line_items.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_ship_to.rb → iccv1instructionsinstruction_idcredentials_order_information_ship_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_payment_options.rb → iccv1instructionsinstruction_idcredentials_payment_options.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_transaction_data.rb → iccv1instructionsinstruction_idcredentials_transaction_data.rb} +7 -7
- data/lib/cybersource_rest_client/models/iccv1mppcredentials_challenge.rb +369 -0
- data/lib/cybersource_rest_client/models/iccv1mppcredentials_challenge_encryption_jwk.rb +336 -0
- data/lib/cybersource_rest_client/models/{acpv1tokens_assurance_data.rb → iccv1tokens_assurance_data.rb} +10 -10
- data/lib/cybersource_rest_client/models/{acpv1tokens_authenticated_identities.rb → iccv1tokens_authenticated_identities.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_authentication_context.rb → iccv1tokens_authentication_context.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_bill_to.rb → iccv1tokens_bill_to.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information.rb → iccv1tokens_buyer_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information_personal_identification.rb → iccv1tokens_buyer_information_personal_identification.rb} +9 -9
- data/lib/cybersource_rest_client/models/{acpv1tokens_consent_data.rb → iccv1tokens_consent_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_consumer_identity.rb → iccv1tokens_consumer_identity.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_device_information.rb → iccv1tokens_device_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1tokens_device_information_device_data.rb → iccv1tokens_device_information_device_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_enrollment_reference_data.rb → iccv1tokens_enrollment_reference_data.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information.rb → iccv1tokens_payment_information.rb} +5 -5
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_customer.rb → iccv1tokens_payment_information_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_instrument_identifier.rb → iccv1tokens_payment_information_instrument_identifier.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_payment_instrument.rb → iccv1tokens_payment_information_payment_instrument.rb} +1 -1
- 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.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb +17 -7
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb +16 -6
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb +27 -7
- 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 +242 -0
- data/lib/cybersource_rest_client/models/inline_response_400_12.rb +235 -0
- data/lib/cybersource_rest_client/models/{inline_response_400_7_details.rb → inline_response_400_12_details.rb} +3 -3
- data/lib/cybersource_rest_client/models/inline_response_400_13.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/inline_response_502.rb +9 -53
- data/lib/cybersource_rest_client/models/inline_response_502_1.rb +24 -12
- data/lib/cybersource_rest_client/models/inline_response_502_2.rb +19 -47
- data/lib/cybersource_rest_client/models/inline_response_502_3.rb +251 -0
- data/lib/cybersource_rest_client/models/iplv2paymentlinks_order_information_line_items.rb +73 -5
- data/lib/cybersource_rest_client/models/microform_config_features.rb +189 -0
- data/lib/cybersource_rest_client/models/microform_config_features_gateway_agnostic.rb +189 -0
- 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 +8 -8
- data/lib/cybersource_rest_client/models/patch_customer_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_customer_shipping_address_request.rb +3 -3
- data/lib/cybersource_rest_client/models/patch_instrument_identifier_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_payment_instrument_request.rb +8 -8
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument.rb → payment_instrument.rb} +9 -9
- 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/{inline_response_201_4_setups_payments.rb → payments_configuration_setup.rb} +45 -25
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_alternative_payment_methods.rb → payments_configuration_setup_alternative_payment_methods.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_alternative_payment_methods_configuration_status.rb → payments_configuration_setup_alternative_payment_methods_configuration_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing.rb → payments_configuration_setup_card_processing.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing_configuration_status.rb → payments_configuration_setup_card_processing_configuration_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing_subscription_status.rb → payments_configuration_setup_card_processing_subscription_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_digital_payments.rb → payments_configuration_setup_digital_payments.rb} +2 -2
- data/lib/cybersource_rest_client/models/payments_products.rb +25 -5
- data/lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations.rb +1 -1
- 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_unified_checkout_configuration_information_configurations.rb → payments_products_microform_configuration_information_configurations.rb} +2 -2
- data/lib/cybersource_rest_client/models/payments_products_microform_subscription_information.rb +227 -0
- data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb +1 -1
- 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 +8 -8
- data/lib/cybersource_rest_client/models/post_customer_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_customer_shipping_address_request.rb +3 -3
- data/lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_instrument_identifier_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_issuer_life_cycle_simulation_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_credentials_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_credentials_request_1.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_instrument_request.rb +8 -8
- data/lib/cybersource_rest_client/models/post_tokenized_card_request.rb +15 -5
- data/lib/cybersource_rest_client/models/{ptsv2payments_processing_information_authorization_options.rb → processing_info_authorization_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv2payments_processing_information_authorization_options_initiator.rb → processing_info_authorization_options_initiator.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv2payments_merchant_initiated_transaction.rb → processing_info_authorization_options_initiator_merchant_initiated_transaction.rb} +4 -4
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_processor_information_seller_protection.rb → processor_information_seller_protection.rb} +1 -1
- 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 +42 -2
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_merchant_information.rb +196 -0
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information.rb → pts_v2_credits_post201_response_payment_account_information.rb} +2 -2
- 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_incremental_authorization_patch201_response_processor_information.rb +1 -1
- 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_1_processor_information.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 +24 -7
- 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_post201_response_watchlist_screening_information.rb +1 -1
- 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_issuer_information.rb +166 -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 +19 -6
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +19 -6
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb +1 -1
- 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 +36 -6
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_refund_options.rb +22 -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 +74 -8
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_program_indicators.rb +202 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +73 -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 +19 -2
- 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/ptsv2paymentsidrefunds_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information_refund_options.rb +22 -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/ptsv2paymentsidreversals_processing_information.rb +1 -1
- 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.rb +11 -1
- data/lib/cybersource_rest_client/models/push_funds201_response_issuer_information.rb +344 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +45 -5
- data/lib/cybersource_rest_client/models/push_funds_transfer_payment_information.rb +189 -0
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card.rb → push_funds_transfer_payment_information_card.rb} +4 -4
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_customer.rb → push_funds_transfer_payment_information_card_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_instrument_identifier.rb → push_funds_transfer_payment_information_card_instrument_identifier.rb} +1 -1
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_payment_instrument.rb → push_funds_transfer_payment_information_card_payment_instrument.rb} +1 -1
- data/lib/cybersource_rest_client/models/{rbsv1subscriptions_processing_information_authorization_options.rb → rbs_authorization_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{rbsv1subscriptions_processing_information_authorization_options_initiator.rb → rbs_authorization_options_initiator.rb} +1 -1
- data/lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/{reporting_v3_report_definitions_name_get200_response_default_settings.rb → report_definition_default_settings.rb} +1 -1
- data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_get200_response_report_definitions.rb +1 -1
- data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response.rb +1 -1
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information.rb → risk_address_verification_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information_bar_code.rb → risk_address_verification_information_bar_code.rb} +1 -1
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information_standard_address.rb → risk_address_verification_information_standard_address.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address1.rb → risk_address_verification_information_standard_address_address1.rb} +1 -1
- data/lib/cybersource_rest_client/models/risk_products.rb +15 -5
- data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response.rb +1 -1
- 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/shipping_address_list_for_customer__embedded.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.rb +1 -1
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_bill_to.rb +22 -5
- data/lib/cybersource_rest_client/models/{tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata.rb → tms_issuer_life_cycle_event_simulation_metadata.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata_card_art.rb → tms_issuer_life_cycle_event_simulation_metadata_card_art.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tms_issuerlifecycleeventsimulations_metadata_card_art_combined_asset.rb → tms_issuer_life_cycle_event_simulation_metadata_card_art_combined_asset.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_point_of_sale_information.rb → tms_point_of_sale_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_point_of_sale_information_emv_tags.rb → tms_point_of_sale_information_emv_tags.rb} +1 -1
- 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/{tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor.rb → tmsv2_tokenized_card_metadata_issuer_bank_applications.rb} +11 -11
- 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/tmsv2tokenize_token_information.rb +2 -2
- data/lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded.rb +2 -2
- 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_authenticated_identities.rb +19 -8
- 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/uc_configurations.rb +189 -0
- data/lib/cybersource_rest_client/models/uc_configurations_features.rb +209 -0
- data/lib/cybersource_rest_client/models/uc_configurations_features_click_to_pay.rb +189 -0
- data/lib/cybersource_rest_client/models/uc_configurations_features_click_to_pay_enrollment_data.rb +223 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations_features_paze.rb → uc_configurations_features_paze.rb} +2 -2
- data/lib/cybersource_rest_client/models/uc_configurations_features_portfolio_accessto_sensitive_data.rb +190 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features.rb → uc_feature_subscription.rb} +22 -22
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_after_pay.rb → uc_feature_subscription_after_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_apple_pay.rb → uc_feature_subscription_apple_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_bancontact.rb → uc_feature_subscription_bancontact.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_click_to_pay.rb → uc_feature_subscription_click_to_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_decision_manager.rb → uc_feature_subscription_decision_manager.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_dragon_pay.rb → uc_feature_subscription_dragon_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_e_check.rb → uc_feature_subscription_e_check.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_google_pay.rb → uc_feature_subscription_google_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_ideal.rb → uc_feature_subscription_ideal.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_konbini.rb → uc_feature_subscription_konbini.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_multibanco.rb → uc_feature_subscription_multibanco.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_my_bank.rb → uc_feature_subscription_my_bank.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_p24.rb → uc_feature_subscription_p24.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_pay_pal.rb → uc_feature_subscription_pay_pal.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_payer_authentication.rb → uc_feature_subscription_payer_authentication.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout.rb → uc_feature_subscription_paze_for_unified_checkout.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_info_features_portfolio_accessof_sensi_data.rb → uc_feature_subscription_portfolio_accessof_sensitive_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_tink_pay_by_bank.rb → uc_feature_subscription_tink_pay_by_bank.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_token_management.rb → uc_feature_subscription_token_management.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_unified_click_to_pay_sdk.rb → uc_feature_subscription_unified_click_to_pay_sdk.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_venmo.rb → uc_feature_subscription_venmo.rb} +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_complete_mandate.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data.rb +45 -15
- 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_client_reference_information.rb +227 -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 +17 -7
- 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_ship_to.rb +388 -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_authorization_options_initiator.rb +1 -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/ucv1sessions_payment_configurations.rb +11 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_googlepay.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal.rb +211 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal_tokenized_payment_method.rb +213 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token.rb +1 -1
- data/lib/cybersource_rest_client/models/{underwriting_configuration_organization_information_business_information_business_details.rb → underwriting_configuration_business_details.rb} +2 -2
- data/lib/cybersource_rest_client/models/underwriting_configuration_business_details_product_services_subscription.rb +1 -1
- data/lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information.rb +1 -1
- data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_processing_info_mit.rb → unified_checkout_merchant_initiated_transaction.rb} +1 -1
- data/lib/cybersource_rest_client/models/update_payments.rb +192 -0
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information.rb +4 -2
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_line_items.rb +2 -2
- data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_order_information_line_items_passenger.rb → upv1capturecontexts_data_order_information_passenger.rb} +1 -1
- data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_order_information_line_items_tax_details.rb → upv1capturecontexts_data_order_information_tax_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_processing_information_authorization_options_initiator.rb +1 -1
- data/lib/cybersource_rest_client/models/value_added_services_products.rb +25 -5
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information.rb → virtual_terminal_global_payment_settings.rb} +4 -4
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_basic_information.rb → virtual_terminal_global_payment_settings_basic_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_merchant_defined_data_fields.rb → virtual_terminal_global_payment_settings_merchant_defined_data_fields.rb} +1 -1
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_payment_information.rb → virtual_terminal_global_payment_settings_payment_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/vt_config_card_not_present.rb +1 -1
- data/lib/cybersource_rest_client.rb +225 -158
- metadata +231 -164
- data/lib/cybersource_rest_client/api/enrollment_api.rb +0 -104
- data/lib/cybersource_rest_client/api/token_api.rb +0 -306
- data/lib/cybersource_rest_client/api/tokenized_card_api.rb +0 -371
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information.rb +0 -189
- data/lib/cybersource_rest_client/utilities/flex/token_verification.rb +0 -42
|
@@ -12,24 +12,24 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
# Assurance data.
|
|
16
|
-
class
|
|
17
|
-
# Type of the verification data. Possible values: - `CARDHOLDER` (Default) - `DEVICE`
|
|
15
|
+
# Assurance data. Contains identity verification details that prove the consumer or device has been authenticated before the payment operation.
|
|
16
|
+
class Iccv1tokensAssuranceData
|
|
17
|
+
# Optional. Type of the verification data. Possible values: - `CARDHOLDER` (Default) - `DEVICE`
|
|
18
18
|
attr_accessor :verification_type
|
|
19
19
|
|
|
20
|
-
# Entity performing the verification. Possible value: - `10` - VISA (Default)
|
|
20
|
+
# Optional. Entity performing the verification. Possible value: - `10` - VISA (Default)
|
|
21
21
|
attr_accessor :verification_entity
|
|
22
22
|
|
|
23
|
-
# Event where the verification occurred. Possible values: - `01` - Payment transaction - `02` - Add card/Card enrollment - `03` - Profile access - `04` - Account verification
|
|
23
|
+
# Optional. Event where the verification occurred. Possible values: - `01` - Payment transaction - `02` - Add card/Card enrollment - `03` - Profile access - `04` - Account verification
|
|
24
24
|
attr_accessor :verification_events
|
|
25
25
|
|
|
26
|
-
# Method of the verification. Possible values: - `02` - App-based authentication - `04` - One-time passcode - `21` - Visa Token Service step-up: Device binding - `22` - Visa Token Service step-up: Cardholder verification - `23` - FIDO2
|
|
26
|
+
# Required. Method of the verification. Possible values: - `02` - App-based authentication - `04` - One-time passcode - `21` - Visa Token Service step-up: Device binding - `22` - Visa Token Service step-up: Cardholder verification - `23` - FIDO2
|
|
27
27
|
attr_accessor :verification_method
|
|
28
28
|
|
|
29
|
-
# Result of the verification. Possible values: - `01` - Verified - `02` - Not Verified - `03` - Not performed - `04` - Not required - `21` - Not allowed
|
|
29
|
+
# Required. Result of the verification. Possible values: - `01` - Verified - `02` - Not Verified - `03` - Not performed - `04` - Not required - `21` - Not allowed
|
|
30
30
|
attr_accessor :verification_results
|
|
31
31
|
|
|
32
|
-
# Date and time the verification occurred. UTC time in Unix epoch format.
|
|
32
|
+
# Required. Date and time the verification occurred. UTC time in Unix epoch format.
|
|
33
33
|
attr_accessor :verification_timestamp
|
|
34
34
|
|
|
35
35
|
attr_accessor :authentication_context
|
|
@@ -78,8 +78,8 @@ module CyberSource
|
|
|
78
78
|
:'verification_method' => :'String',
|
|
79
79
|
:'verification_results' => :'String',
|
|
80
80
|
:'verification_timestamp' => :'String',
|
|
81
|
-
:'authentication_context' => :'
|
|
82
|
-
:'authenticated_identities' => :'
|
|
81
|
+
:'authentication_context' => :'Iccv1tokensAuthenticationContext',
|
|
82
|
+
:'authenticated_identities' => :'Iccv1tokensAuthenticatedIdentities',
|
|
83
83
|
:'additional_data' => :'String'
|
|
84
84
|
}
|
|
85
85
|
end
|
|
@@ -12,8 +12,8 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
# Authenticated Identities data.
|
|
16
|
-
class
|
|
15
|
+
# Authenticated Identities data. Contains the identity assertion from the authentication provider.
|
|
16
|
+
class Iccv1tokensAuthenticatedIdentities
|
|
17
17
|
# Data related to the authenticated identity.
|
|
18
18
|
attr_accessor :data
|
|
19
19
|
|
|
@@ -12,8 +12,8 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
# Authentication Context data.
|
|
16
|
-
class
|
|
15
|
+
# Authentication Context data. Describes the authentication action performed.
|
|
16
|
+
class Iccv1tokensAuthenticationContext
|
|
17
17
|
# Authentication Context action.
|
|
18
18
|
attr_accessor :action
|
|
19
19
|
|
|
@@ -12,8 +12,8 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
# Consumer billing information.
|
|
16
|
-
class
|
|
15
|
+
# Consumer billing information. Required during card enrollment to identify the cardholder.
|
|
16
|
+
class Iccv1tokensBillTo
|
|
17
17
|
# Consumer-provided first name.
|
|
18
18
|
attr_accessor :first_name
|
|
19
19
|
|
|
@@ -12,8 +12,8 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
# Buyer Information data.
|
|
16
|
-
class
|
|
15
|
+
# Buyer Information data. Contains consumer identification and preference details.
|
|
16
|
+
class Iccv1tokensBuyerInformation
|
|
17
17
|
# Reference identifier of the Consumer.
|
|
18
18
|
attr_accessor :merchant_customer_id
|
|
19
19
|
|
|
@@ -44,7 +44,7 @@ module CyberSource
|
|
|
44
44
|
def self.swagger_types
|
|
45
45
|
{
|
|
46
46
|
:'merchant_customer_id' => :'String',
|
|
47
|
-
:'personal_identification' => :'Array<
|
|
47
|
+
:'personal_identification' => :'Array<Iccv1tokensBuyerInformationPersonalIdentification>',
|
|
48
48
|
:'language' => :'String'
|
|
49
49
|
}
|
|
50
50
|
end
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class Iccv1tokensBuyerInformationPersonalIdentification
|
|
16
16
|
# The type of the identification
|
|
17
17
|
attr_accessor :type
|
|
18
18
|
|
|
@@ -20,14 +20,14 @@ module CyberSource
|
|
|
20
20
|
attr_accessor :id
|
|
21
21
|
|
|
22
22
|
# The government agency that issued the driver's license or passport. If `**type** = DRIVER_LICENSE`, this is the State or province where the customer's driver's license was issued. If `**type** = PASSPORT`, this is the Issuing country for the cardholder's passport.
|
|
23
|
-
attr_accessor :
|
|
23
|
+
attr_accessor :issued_by
|
|
24
24
|
|
|
25
25
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
26
26
|
def self.attribute_map
|
|
27
27
|
{
|
|
28
28
|
:'type' => :'type',
|
|
29
29
|
:'id' => :'id',
|
|
30
|
-
:'
|
|
30
|
+
:'issued_by' => :'issuedBy'
|
|
31
31
|
}
|
|
32
32
|
end
|
|
33
33
|
|
|
@@ -36,7 +36,7 @@ module CyberSource
|
|
|
36
36
|
{
|
|
37
37
|
:'type' => :'type',
|
|
38
38
|
:'id' => :'id',
|
|
39
|
-
:'
|
|
39
|
+
:'issued_by' => :'issued_by'
|
|
40
40
|
}
|
|
41
41
|
end
|
|
42
42
|
|
|
@@ -45,7 +45,7 @@ module CyberSource
|
|
|
45
45
|
{
|
|
46
46
|
:'type' => :'String',
|
|
47
47
|
:'id' => :'String',
|
|
48
|
-
:'
|
|
48
|
+
:'issued_by' => :'String'
|
|
49
49
|
}
|
|
50
50
|
end
|
|
51
51
|
|
|
@@ -65,8 +65,8 @@ module CyberSource
|
|
|
65
65
|
self.id = attributes[:'id']
|
|
66
66
|
end
|
|
67
67
|
|
|
68
|
-
if attributes.has_key?(:'
|
|
69
|
-
self.
|
|
68
|
+
if attributes.has_key?(:'issuedBy')
|
|
69
|
+
self.issued_by = attributes[:'issuedBy']
|
|
70
70
|
end
|
|
71
71
|
end
|
|
72
72
|
|
|
@@ -90,7 +90,7 @@ module CyberSource
|
|
|
90
90
|
self.class == o.class &&
|
|
91
91
|
type == o.type &&
|
|
92
92
|
id == o.id &&
|
|
93
|
-
|
|
93
|
+
issued_by == o.issued_by
|
|
94
94
|
end
|
|
95
95
|
|
|
96
96
|
# @see the `==` method
|
|
@@ -102,7 +102,7 @@ module CyberSource
|
|
|
102
102
|
# Calculates hash code according to all attributes.
|
|
103
103
|
# @return [Fixnum] Hash code
|
|
104
104
|
def hash
|
|
105
|
-
[type, id,
|
|
105
|
+
[type, id, issued_by].hash
|
|
106
106
|
end
|
|
107
107
|
|
|
108
108
|
# Builds the object from hash
|
|
@@ -12,8 +12,8 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
# Consumer Identity data.
|
|
16
|
-
class
|
|
15
|
+
# Consumer Identity data. Identifies the consumer using an email address or phone number.
|
|
16
|
+
class Iccv1tokensConsumerIdentity
|
|
17
17
|
# Type of Consumer Identity transmitted or collected. Possible values: - `EMAIL_ADDRESS` - `MOBILE_PHONE_NUMBER`
|
|
18
18
|
attr_accessor :identity_type
|
|
19
19
|
|
|
@@ -12,8 +12,8 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
# Device and Application instance data.
|
|
16
|
-
class
|
|
15
|
+
# Device and Application instance data. Identifies the device and application from which the consumer is making the payment request.
|
|
16
|
+
class Iccv1tokensDeviceInformation
|
|
17
17
|
# Base64 Encoded userAgent string of the connecting client application, with no padding. User agent string of the connecting client application. Conditionality: - Required for browsers - Optional for non-browsers
|
|
18
18
|
attr_accessor :user_agent
|
|
19
19
|
|
|
@@ -67,7 +67,7 @@ module CyberSource
|
|
|
67
67
|
:'application_name' => :'String',
|
|
68
68
|
:'fingerprint_session_id' => :'String',
|
|
69
69
|
:'country' => :'String',
|
|
70
|
-
:'device_data' => :'
|
|
70
|
+
:'device_data' => :'Iccv1tokensDeviceInformationDeviceData',
|
|
71
71
|
:'ip_address' => :'String',
|
|
72
72
|
:'client_device_id' => :'String'
|
|
73
73
|
}
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Device data.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1tokensDeviceInformationDeviceData
|
|
17
17
|
# Type of device being used. Example values are: - Mobile Phone - Tablet - Tablet - Laptop - Personal Assistant - Connected Auto - Home Appliance - Wearable - Stationary Computer - E-Reader - Handheld Gaming Devices - Other
|
|
18
18
|
attr_accessor :type
|
|
19
19
|
|
|
@@ -12,8 +12,8 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
# Enrollment Reference Data.
|
|
16
|
-
class
|
|
15
|
+
# Enrollment Reference Data. Links the enrollment to an existing token reference.
|
|
16
|
+
class Iccv1tokensEnrollmentReferenceData
|
|
17
17
|
# Type of Enrollment Reference Data.
|
|
18
18
|
attr_accessor :enrollment_reference_type
|
|
19
19
|
|
|
@@ -12,8 +12,8 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
# Payment Information data.
|
|
16
|
-
class
|
|
15
|
+
# Payment Information data. References the tokenized payment card to use for this transaction. At least one of customer, paymentInstrument, or instrumentIdentifier must be provided. The instrumentIdentifier is the most commonly used reference. If you have a TMS instrument identifier, provide it in instrumentIdentifier.id.
|
|
16
|
+
class Iccv1tokensPaymentInformation
|
|
17
17
|
attr_accessor :customer
|
|
18
18
|
|
|
19
19
|
attr_accessor :payment_instrument
|
|
@@ -41,9 +41,9 @@ module CyberSource
|
|
|
41
41
|
# Attribute type mapping.
|
|
42
42
|
def self.swagger_types
|
|
43
43
|
{
|
|
44
|
-
:'customer' => :'
|
|
45
|
-
:'payment_instrument' => :'
|
|
46
|
-
:'instrument_identifier' => :'
|
|
44
|
+
:'customer' => :'Iccv1tokensPaymentInformationCustomer',
|
|
45
|
+
:'payment_instrument' => :'Iccv1tokensPaymentInformationPaymentInstrument',
|
|
46
|
+
:'instrument_identifier' => :'Iccv1tokensPaymentInformationInstrumentIdentifier'
|
|
47
47
|
}
|
|
48
48
|
end
|
|
49
49
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Instrument Identifier data.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1tokensPaymentInformationInstrumentIdentifier
|
|
17
17
|
# Unique identifier for the Instrument Identifier token used in the transaction.
|
|
18
18
|
attr_accessor :id
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Payment Instrument data.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1tokensPaymentInformationPaymentInstrument
|
|
17
17
|
# Unique identifier for the Payment Instrument token used in the transaction.
|
|
18
18
|
attr_accessor :id
|
|
19
19
|
|
|
@@ -61,8 +61,13 @@ module CyberSource
|
|
|
61
61
|
# Payment account reference.
|
|
62
62
|
attr_accessor :payment_account_reference
|
|
63
63
|
|
|
64
|
+
# A sequence counter used as part of the input to the TAVV cryptogram and it is incremented for each cryptogram generation. This field is only returned for Visa network tokens.
|
|
65
|
+
attr_accessor :application_transaction_counter
|
|
66
|
+
|
|
64
67
|
attr_accessor :card
|
|
65
68
|
|
|
69
|
+
attr_accessor :verification_results
|
|
70
|
+
|
|
66
71
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
67
72
|
def self.attribute_map
|
|
68
73
|
{
|
|
@@ -82,7 +87,9 @@ module CyberSource
|
|
|
82
87
|
:'eci' => :'eci',
|
|
83
88
|
:'requestor_id' => :'requestorId',
|
|
84
89
|
:'payment_account_reference' => :'paymentAccountReference',
|
|
85
|
-
:'
|
|
90
|
+
:'application_transaction_counter' => :'applicationTransactionCounter',
|
|
91
|
+
:'card' => :'card',
|
|
92
|
+
:'verification_results' => :'verificationResults'
|
|
86
93
|
}
|
|
87
94
|
end
|
|
88
95
|
|
|
@@ -105,7 +112,9 @@ module CyberSource
|
|
|
105
112
|
:'eci' => :'eci',
|
|
106
113
|
:'requestor_id' => :'requestor_id',
|
|
107
114
|
:'payment_account_reference' => :'payment_account_reference',
|
|
108
|
-
:'
|
|
115
|
+
:'application_transaction_counter' => :'application_transaction_counter',
|
|
116
|
+
:'card' => :'card',
|
|
117
|
+
:'verification_results' => :'verification_results'
|
|
109
118
|
}
|
|
110
119
|
end
|
|
111
120
|
|
|
@@ -128,7 +137,9 @@ module CyberSource
|
|
|
128
137
|
:'eci' => :'String',
|
|
129
138
|
:'requestor_id' => :'String',
|
|
130
139
|
:'payment_account_reference' => :'String',
|
|
131
|
-
:'
|
|
140
|
+
:'application_transaction_counter' => :'String',
|
|
141
|
+
:'card' => :'Tmsv2TokenizedCardCard',
|
|
142
|
+
:'verification_results' => :'Tmsv2TokenizedCardVerificationResults'
|
|
132
143
|
}
|
|
133
144
|
end
|
|
134
145
|
|
|
@@ -204,9 +215,17 @@ module CyberSource
|
|
|
204
215
|
self.payment_account_reference = attributes[:'paymentAccountReference']
|
|
205
216
|
end
|
|
206
217
|
|
|
218
|
+
if attributes.has_key?(:'applicationTransactionCounter')
|
|
219
|
+
self.application_transaction_counter = attributes[:'applicationTransactionCounter']
|
|
220
|
+
end
|
|
221
|
+
|
|
207
222
|
if attributes.has_key?(:'card')
|
|
208
223
|
self.card = attributes[:'card']
|
|
209
224
|
end
|
|
225
|
+
|
|
226
|
+
if attributes.has_key?(:'verificationResults')
|
|
227
|
+
self.verification_results = attributes[:'verificationResults']
|
|
228
|
+
end
|
|
210
229
|
end
|
|
211
230
|
|
|
212
231
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -249,7 +268,9 @@ module CyberSource
|
|
|
249
268
|
eci == o.eci &&
|
|
250
269
|
requestor_id == o.requestor_id &&
|
|
251
270
|
payment_account_reference == o.payment_account_reference &&
|
|
252
|
-
|
|
271
|
+
application_transaction_counter == o.application_transaction_counter &&
|
|
272
|
+
card == o.card &&
|
|
273
|
+
verification_results == o.verification_results
|
|
253
274
|
end
|
|
254
275
|
|
|
255
276
|
# @see the `==` method
|
|
@@ -261,7 +282,7 @@ module CyberSource
|
|
|
261
282
|
# Calculates hash code according to all attributes.
|
|
262
283
|
# @return [Fixnum] Hash code
|
|
263
284
|
def hash
|
|
264
|
-
[id, object, source, state, enrollment_id, token_reference_id, number, expiration_month, expiration_year, type, reason, cryptogram, security_code, eci, requestor_id, payment_account_reference, card].hash
|
|
285
|
+
[id, object, source, state, enrollment_id, token_reference_id, number, expiration_month, expiration_year, type, reason, cryptogram, security_code, eci, requestor_id, payment_account_reference, application_transaction_counter, card, verification_results].hash
|
|
265
286
|
end
|
|
266
287
|
|
|
267
288
|
# Builds the object from hash
|
|
@@ -44,7 +44,7 @@ module CyberSource
|
|
|
44
44
|
# Attribute type mapping.
|
|
45
45
|
def self.swagger_types
|
|
46
46
|
{
|
|
47
|
-
:'payments' => :'
|
|
47
|
+
:'payments' => :'PaymentsConfigurationSetup',
|
|
48
48
|
:'risk' => :'InlineResponse2014SetupsRisk',
|
|
49
49
|
:'commerce_solutions' => :'InlineResponse2014SetupsCommerceSolutions',
|
|
50
50
|
:'value_added_services' => :'InlineResponse2014SetupsValueAddedServices'
|
|
@@ -19,12 +19,15 @@ module CyberSource
|
|
|
19
19
|
|
|
20
20
|
attr_accessor :bin_lookup
|
|
21
21
|
|
|
22
|
+
attr_accessor :agentic_commerce
|
|
23
|
+
|
|
22
24
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
23
25
|
def self.attribute_map
|
|
24
26
|
{
|
|
25
27
|
:'token_management' => :'tokenManagement',
|
|
26
28
|
:'account_updater' => :'accountUpdater',
|
|
27
|
-
:'bin_lookup' => :'binLookup'
|
|
29
|
+
:'bin_lookup' => :'binLookup',
|
|
30
|
+
:'agentic_commerce' => :'agenticCommerce'
|
|
28
31
|
}
|
|
29
32
|
end
|
|
30
33
|
|
|
@@ -33,16 +36,18 @@ module CyberSource
|
|
|
33
36
|
{
|
|
34
37
|
:'token_management' => :'token_management',
|
|
35
38
|
:'account_updater' => :'account_updater',
|
|
36
|
-
:'bin_lookup' => :'bin_lookup'
|
|
39
|
+
:'bin_lookup' => :'bin_lookup',
|
|
40
|
+
:'agentic_commerce' => :'agentic_commerce'
|
|
37
41
|
}
|
|
38
42
|
end
|
|
39
43
|
|
|
40
44
|
# Attribute type mapping.
|
|
41
45
|
def self.swagger_types
|
|
42
46
|
{
|
|
43
|
-
:'token_management' => :'
|
|
44
|
-
:'account_updater' => :'
|
|
45
|
-
:'bin_lookup' => :'
|
|
47
|
+
:'token_management' => :'PaymentsConfigurationSetupCardProcessing',
|
|
48
|
+
:'account_updater' => :'PaymentsConfigurationSetupCardProcessing',
|
|
49
|
+
:'bin_lookup' => :'PaymentsConfigurationSetupCardProcessing',
|
|
50
|
+
:'agentic_commerce' => :'PaymentsConfigurationSetupCardProcessing'
|
|
46
51
|
}
|
|
47
52
|
end
|
|
48
53
|
|
|
@@ -65,6 +70,10 @@ module CyberSource
|
|
|
65
70
|
if attributes.has_key?(:'binLookup')
|
|
66
71
|
self.bin_lookup = attributes[:'binLookup']
|
|
67
72
|
end
|
|
73
|
+
|
|
74
|
+
if attributes.has_key?(:'agenticCommerce')
|
|
75
|
+
self.agentic_commerce = attributes[:'agenticCommerce']
|
|
76
|
+
end
|
|
68
77
|
end
|
|
69
78
|
|
|
70
79
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -87,7 +96,8 @@ module CyberSource
|
|
|
87
96
|
self.class == o.class &&
|
|
88
97
|
token_management == o.token_management &&
|
|
89
98
|
account_updater == o.account_updater &&
|
|
90
|
-
bin_lookup == o.bin_lookup
|
|
99
|
+
bin_lookup == o.bin_lookup &&
|
|
100
|
+
agentic_commerce == o.agentic_commerce
|
|
91
101
|
end
|
|
92
102
|
|
|
93
103
|
# @see the `==` method
|
|
@@ -99,7 +109,7 @@ module CyberSource
|
|
|
99
109
|
# Calculates hash code according to all attributes.
|
|
100
110
|
# @return [Fixnum] Hash code
|
|
101
111
|
def hash
|
|
102
|
-
[token_management, account_updater, bin_lookup].hash
|
|
112
|
+
[token_management, account_updater, bin_lookup, agentic_commerce].hash
|
|
103
113
|
end
|
|
104
114
|
|
|
105
115
|
# Builds the object from hash
|
|
@@ -17,11 +17,14 @@ module CyberSource
|
|
|
17
17
|
|
|
18
18
|
attr_accessor :decision_manager
|
|
19
19
|
|
|
20
|
+
attr_accessor :enhanced_authentication
|
|
21
|
+
|
|
20
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
21
23
|
def self.attribute_map
|
|
22
24
|
{
|
|
23
25
|
:'fraud_management_essentials' => :'fraudManagementEssentials',
|
|
24
|
-
:'decision_manager' => :'decisionManager'
|
|
26
|
+
:'decision_manager' => :'decisionManager',
|
|
27
|
+
:'enhanced_authentication' => :'enhancedAuthentication'
|
|
25
28
|
}
|
|
26
29
|
end
|
|
27
30
|
|
|
@@ -29,15 +32,17 @@ module CyberSource
|
|
|
29
32
|
def self.json_map
|
|
30
33
|
{
|
|
31
34
|
:'fraud_management_essentials' => :'fraud_management_essentials',
|
|
32
|
-
:'decision_manager' => :'decision_manager'
|
|
35
|
+
:'decision_manager' => :'decision_manager',
|
|
36
|
+
:'enhanced_authentication' => :'enhanced_authentication'
|
|
33
37
|
}
|
|
34
38
|
end
|
|
35
39
|
|
|
36
40
|
# Attribute type mapping.
|
|
37
41
|
def self.swagger_types
|
|
38
42
|
{
|
|
39
|
-
:'fraud_management_essentials' => :'
|
|
40
|
-
:'decision_manager' => :'
|
|
43
|
+
:'fraud_management_essentials' => :'PaymentsConfigurationSetupCardProcessing',
|
|
44
|
+
:'decision_manager' => :'PaymentsConfigurationSetupCardProcessing',
|
|
45
|
+
:'enhanced_authentication' => :'PaymentsConfigurationSetupCardProcessing'
|
|
41
46
|
}
|
|
42
47
|
end
|
|
43
48
|
|
|
@@ -56,6 +61,10 @@ module CyberSource
|
|
|
56
61
|
if attributes.has_key?(:'decisionManager')
|
|
57
62
|
self.decision_manager = attributes[:'decisionManager']
|
|
58
63
|
end
|
|
64
|
+
|
|
65
|
+
if attributes.has_key?(:'enhancedAuthentication')
|
|
66
|
+
self.enhanced_authentication = attributes[:'enhancedAuthentication']
|
|
67
|
+
end
|
|
59
68
|
end
|
|
60
69
|
|
|
61
70
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -77,7 +86,8 @@ module CyberSource
|
|
|
77
86
|
return true if self.equal?(o)
|
|
78
87
|
self.class == o.class &&
|
|
79
88
|
fraud_management_essentials == o.fraud_management_essentials &&
|
|
80
|
-
decision_manager == o.decision_manager
|
|
89
|
+
decision_manager == o.decision_manager &&
|
|
90
|
+
enhanced_authentication == o.enhanced_authentication
|
|
81
91
|
end
|
|
82
92
|
|
|
83
93
|
# @see the `==` method
|
|
@@ -89,7 +99,7 @@ module CyberSource
|
|
|
89
99
|
# Calculates hash code according to all attributes.
|
|
90
100
|
# @return [Fixnum] Hash code
|
|
91
101
|
def hash
|
|
92
|
-
[fraud_management_essentials, decision_manager].hash
|
|
102
|
+
[fraud_management_essentials, decision_manager, enhanced_authentication].hash
|
|
93
103
|
end
|
|
94
104
|
|
|
95
105
|
# Builds the object from hash
|
data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb
CHANGED
|
@@ -19,12 +19,18 @@ module CyberSource
|
|
|
19
19
|
|
|
20
20
|
attr_accessor :bank_account_validation
|
|
21
21
|
|
|
22
|
+
attr_accessor :flexapi
|
|
23
|
+
|
|
24
|
+
attr_accessor :webhooks
|
|
25
|
+
|
|
22
26
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
23
27
|
def self.attribute_map
|
|
24
28
|
{
|
|
25
29
|
:'reporting' => :'reporting',
|
|
26
30
|
:'transaction_search' => :'transactionSearch',
|
|
27
|
-
:'bank_account_validation' => :'bankAccountValidation'
|
|
31
|
+
:'bank_account_validation' => :'bankAccountValidation',
|
|
32
|
+
:'flexapi' => :'flexapi',
|
|
33
|
+
:'webhooks' => :'webhooks'
|
|
28
34
|
}
|
|
29
35
|
end
|
|
30
36
|
|
|
@@ -33,16 +39,20 @@ module CyberSource
|
|
|
33
39
|
{
|
|
34
40
|
:'reporting' => :'reporting',
|
|
35
41
|
:'transaction_search' => :'transaction_search',
|
|
36
|
-
:'bank_account_validation' => :'bank_account_validation'
|
|
42
|
+
:'bank_account_validation' => :'bank_account_validation',
|
|
43
|
+
:'flexapi' => :'flexapi',
|
|
44
|
+
:'webhooks' => :'webhooks'
|
|
37
45
|
}
|
|
38
46
|
end
|
|
39
47
|
|
|
40
48
|
# Attribute type mapping.
|
|
41
49
|
def self.swagger_types
|
|
42
50
|
{
|
|
43
|
-
:'reporting' => :'
|
|
44
|
-
:'transaction_search' => :'
|
|
45
|
-
:'bank_account_validation' => :'
|
|
51
|
+
:'reporting' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
52
|
+
:'transaction_search' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
53
|
+
:'bank_account_validation' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
54
|
+
:'flexapi' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
55
|
+
:'webhooks' => :'PaymentsConfigurationSetupDigitalPayments'
|
|
46
56
|
}
|
|
47
57
|
end
|
|
48
58
|
|
|
@@ -65,6 +75,14 @@ module CyberSource
|
|
|
65
75
|
if attributes.has_key?(:'bankAccountValidation')
|
|
66
76
|
self.bank_account_validation = attributes[:'bankAccountValidation']
|
|
67
77
|
end
|
|
78
|
+
|
|
79
|
+
if attributes.has_key?(:'flexapi')
|
|
80
|
+
self.flexapi = attributes[:'flexapi']
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
if attributes.has_key?(:'webhooks')
|
|
84
|
+
self.webhooks = attributes[:'webhooks']
|
|
85
|
+
end
|
|
68
86
|
end
|
|
69
87
|
|
|
70
88
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -87,7 +105,9 @@ module CyberSource
|
|
|
87
105
|
self.class == o.class &&
|
|
88
106
|
reporting == o.reporting &&
|
|
89
107
|
transaction_search == o.transaction_search &&
|
|
90
|
-
bank_account_validation == o.bank_account_validation
|
|
108
|
+
bank_account_validation == o.bank_account_validation &&
|
|
109
|
+
flexapi == o.flexapi &&
|
|
110
|
+
webhooks == o.webhooks
|
|
91
111
|
end
|
|
92
112
|
|
|
93
113
|
# @see the `==` method
|
|
@@ -99,7 +119,7 @@ module CyberSource
|
|
|
99
119
|
# Calculates hash code according to all attributes.
|
|
100
120
|
# @return [Fixnum] Hash code
|
|
101
121
|
def hash
|
|
102
|
-
[reporting, transaction_search, bank_account_validation].hash
|
|
122
|
+
[reporting, transaction_search, bank_account_validation, flexapi, webhooks].hash
|
|
103
123
|
end
|
|
104
124
|
|
|
105
125
|
# Builds the object from hash
|