cybersource_rest_client 0.0.84 → 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/core/MerchantConfig.rb +11 -10
- data/lib/AuthenticationSDK/logging/sensitive_logging.rb +265 -93
- data/lib/AuthenticationSDK/util/AuthJWEUtility.rb +53 -3
- data/lib/AuthenticationSDK/util/Cache.rb +13 -8
- data/lib/AuthenticationSDK/util/Constants.rb +87 -32
- data/lib/AuthenticationSDK/util/MLEUtility.rb +42 -2
- data/lib/cybersource_rest_client/api/{instructions_api.rb → agent_capabilities_api.rb} +106 -25
- 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/credentials_api.rb +1 -1
- data/lib/cybersource_rest_client/api/credit_api.rb +2 -2
- 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/merchant_boarding_api.rb +2 -2
- 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/refund_api.rb +4 -4
- data/lib/cybersource_rest_client/api/reversal_api.rb +4 -4
- data/lib/cybersource_rest_client/api/void_api.rb +10 -10
- data/lib/cybersource_rest_client/api_client.rb +31 -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/{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/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/commerce_solutions_products_account_updater_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/create_subscription_response.rb +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument.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_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/{acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb → icc_amount_detail.rb} +1 -1
- 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} +2 -2
- 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} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructions_mandates.rb → iccv1instructions_mandates.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1instructions_recurring_payment_information.rb → iccv1instructions_recurring_payment_information.rb} +1 -1
- 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} +3 -3
- 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/{acpv1mppcredentials_challenge.rb → iccv1mppcredentials_challenge.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1mppcredentials_challenge_encryption_jwk.rb → iccv1mppcredentials_challenge_encryption_jwk.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_assurance_data.rb → iccv1tokens_assurance_data.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1tokens_authenticated_identities.rb → iccv1tokens_authenticated_identities.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_authentication_context.rb → iccv1tokens_authentication_context.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_bill_to.rb → iccv1tokens_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information.rb → iccv1tokens_buyer_information.rb} +2 -2
- 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} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_device_information.rb → iccv1tokens_device_information.rb} +2 -2
- 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} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information.rb → iccv1tokens_payment_information.rb} +4 -4
- 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_4_setups.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb +4 -4
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb +3 -3
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb +5 -5
- data/lib/cybersource_rest_client/models/inline_response_400_11.rb +42 -35
- data/lib/cybersource_rest_client/models/inline_response_400_12.rb +16 -62
- data/lib/cybersource_rest_client/models/{inline_response_400_11_details.rb → inline_response_400_12_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_13.rb +281 -0
- 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/{payments_products_microform_configuration_information_configurations_features.rb → microform_config_features.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_microform_configuration_information_configurations_features_gateway_agnostic.rb → microform_config_features_gateway_agnostic.rb} +1 -1
- data/lib/cybersource_rest_client/models/mpp_credentials_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +7 -7
- 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 +7 -7
- data/lib/cybersource_rest_client/models/{payment_instrument_list__embedded_payment_instruments.rb → payment_instrument.rb} +8 -8
- data/lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments.rb → payments_configuration_setup.rb} +23 -23
- 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_alternative_payment_methods_configuration_information_configurations.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations.rb +1 -1
- 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/post_customer_payment_instrument_request.rb +7 -7
- 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 +7 -7
- 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_credits_post201_response.rb +1 -1
- 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_payments_post201_response_1_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +1 -1
- 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_payouts_post201_response_issuer_information.rb +166 -1
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_refund_options.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +1 -1
- 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_processing_information.rb +1 -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/{ptsv1pushfundstransfer_recipient_information_payment_information.rb → push_funds_transfer_payment_information.rb} +2 -2
- 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_v1_address_verifications_post201_response.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_embedded_instrument_identifier.rb +1 -1
- 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/tmsv2customers__embedded.rb +1 -1
- 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_authenticated_identities.rb +19 -8
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations.rb → uc_configurations.rb} +2 -2
- data/lib/cybersource_rest_client/models/uc_configurations_features.rb +209 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations_features.rb → uc_configurations_features_click_to_pay.rb} +9 -9
- 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 +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_client_reference_information.rb +227 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_line_items.rb +2 -2
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_ship_to.rb +388 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options_initiator.rb +1 -1
- 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/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/{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 +160 -152
- metadata +161 -153
- data/lib/cybersource_rest_client/api/enrollment_api.rb +0 -104
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information.rb +0 -189
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor.rb +0 -201
- data/lib/cybersource_rest_client/utilities/flex/token_verification.rb +0 -42
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class Iccv1instructionsinstructionIdconfirmationsOrderInformation
|
|
16
16
|
# Unique identifier for the order
|
|
17
17
|
attr_accessor :order_id
|
|
18
18
|
|
|
@@ -78,12 +78,12 @@ module CyberSource
|
|
|
78
78
|
:'order_status' => :'String',
|
|
79
79
|
:'order_date' => :'String',
|
|
80
80
|
:'expected_delivery_date' => :'String',
|
|
81
|
-
:'amount_detail' => :'
|
|
82
|
-
:'ship_to' => :'
|
|
83
|
-
:'shipping_details' => :'
|
|
81
|
+
:'amount_detail' => :'IccAmountDetail',
|
|
82
|
+
:'ship_to' => :'Iccv1instructionsinstructionIdcredentialsOrderInformationShipTo',
|
|
83
|
+
:'shipping_details' => :'IccShippingDetails',
|
|
84
84
|
:'tracking_id' => :'String',
|
|
85
85
|
:'carrier' => :'String',
|
|
86
|
-
:'line_items' => :'Array<
|
|
86
|
+
:'line_items' => :'Array<Iccv1instructionsinstructionIdcredentialsOrderInformationLineItems>'
|
|
87
87
|
}
|
|
88
88
|
end
|
|
89
89
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Payment/Transaction Confirmation Data provided by the payment processor/acquirer.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1instructionsinstructionIdconfirmationsProcessorInformation
|
|
17
17
|
# A unique reference ID that represents the dynamic data associated with a transaction
|
|
18
18
|
attr_accessor :dynamic_data_id
|
|
19
19
|
|
|
@@ -96,9 +96,9 @@ module CyberSource
|
|
|
96
96
|
:'retrieval_reference_number' => :'String',
|
|
97
97
|
:'system_trace_audit_number' => :'String',
|
|
98
98
|
:'acquirer_reference_number' => :'String',
|
|
99
|
-
:'amount_detail' => :'
|
|
99
|
+
:'amount_detail' => :'IccAmountDetail',
|
|
100
100
|
:'entry_mode' => :'String',
|
|
101
|
-
:'payment_instrument' => :'
|
|
101
|
+
:'payment_instrument' => :'IccPaymentInstrument'
|
|
102
102
|
}
|
|
103
103
|
end
|
|
104
104
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Attachment data.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1instructionsinstructionIdcredentialsAttachments
|
|
17
17
|
# Type/Name of the image. For example - product, payment confirmation, cart etc.
|
|
18
18
|
attr_accessor :name
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Client reference information.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1instructionsinstructionIdcredentialsClientReferenceInformation
|
|
17
17
|
# A distinct identifier for this order/line item. This ID will act as a reference to connect this line item with payment details, payment transactions, and confirmation events.
|
|
18
18
|
attr_accessor :code
|
|
19
19
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class Iccv1instructionsinstructionIdcredentialsMandateReferenceData
|
|
16
16
|
# (Conditional) Unique Mandate identifier associated with the Transaction.
|
|
17
17
|
attr_accessor :mandate_id
|
|
18
18
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Merchant Information data.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1instructionsinstructionIdcredentialsMerchantInformation
|
|
17
17
|
# (Conditional) Identifier of the DPA generated by VISA based on the previously provided during the Merchant Registration Process when known.
|
|
18
18
|
attr_accessor :merchant_id
|
|
19
19
|
|
|
@@ -61,7 +61,7 @@ module CyberSource
|
|
|
61
61
|
:'merchant_id' => :'String',
|
|
62
62
|
:'merchant_name' => :'String',
|
|
63
63
|
:'category_code' => :'String',
|
|
64
|
-
:'merchant_descriptor' => :'
|
|
64
|
+
:'merchant_descriptor' => :'IccMerchantDescriptor',
|
|
65
65
|
:'domain_name' => :'String',
|
|
66
66
|
:'language' => :'String'
|
|
67
67
|
}
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Order information.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1instructionsinstructionIdcredentialsOrderInformation
|
|
17
17
|
attr_accessor :amount_detail
|
|
18
18
|
|
|
19
19
|
attr_accessor :ship_to
|
|
@@ -46,9 +46,9 @@ module CyberSource
|
|
|
46
46
|
# Attribute type mapping.
|
|
47
47
|
def self.swagger_types
|
|
48
48
|
{
|
|
49
|
-
:'amount_detail' => :'
|
|
50
|
-
:'ship_to' => :'
|
|
51
|
-
:'line_items' => :'Array<
|
|
49
|
+
:'amount_detail' => :'IccAmountDetail',
|
|
50
|
+
:'ship_to' => :'Iccv1instructionsinstructionIdcredentialsOrderInformationShipTo',
|
|
51
|
+
:'line_items' => :'Array<Iccv1instructionsinstructionIdcredentialsOrderInformationLineItems>',
|
|
52
52
|
:'delivery_method' => :'String'
|
|
53
53
|
}
|
|
54
54
|
end
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Item details.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1instructionsinstructionIdcredentialsOrderInformationLineItems
|
|
17
17
|
attr_accessor :items
|
|
18
18
|
|
|
19
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -33,7 +33,7 @@ module CyberSource
|
|
|
33
33
|
# Attribute type mapping.
|
|
34
34
|
def self.swagger_types
|
|
35
35
|
{
|
|
36
|
-
:'items' => :'
|
|
36
|
+
:'items' => :'IccLineItem'
|
|
37
37
|
}
|
|
38
38
|
end
|
|
39
39
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Shipping information.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1instructionsinstructionIdcredentialsOrderInformationShipTo
|
|
17
17
|
# (Conditional) Reference identifier of the address Conditionality - Required when address is already registered with VACP System. Optional for requests when address fields are provided.
|
|
18
18
|
attr_accessor :address_id
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Payment Options data.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1instructionsinstructionIdcredentialsPaymentOptions
|
|
17
17
|
# Requested \"Time to Live\" (expiry period) of the Dynamic Data, specified in minutes.
|
|
18
18
|
attr_accessor :dpa_dynamic_data_ttl_minutes
|
|
19
19
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class Iccv1instructionsinstructionIdcredentialsTransactionData
|
|
16
16
|
attr_accessor :client_reference_information
|
|
17
17
|
|
|
18
18
|
# Mandate Reference Data.
|
|
@@ -73,16 +73,16 @@ module CyberSource
|
|
|
73
73
|
# Attribute type mapping.
|
|
74
74
|
def self.swagger_types
|
|
75
75
|
{
|
|
76
|
-
:'client_reference_information' => :'
|
|
77
|
-
:'mandate_reference_data' => :'Array<
|
|
76
|
+
:'client_reference_information' => :'Iccv1instructionsinstructionIdcredentialsClientReferenceInformation',
|
|
77
|
+
:'mandate_reference_data' => :'Array<Iccv1instructionsinstructionIdcredentialsMandateReferenceData>',
|
|
78
78
|
:'type' => :'String',
|
|
79
|
-
:'order_information' => :'
|
|
79
|
+
:'order_information' => :'Iccv1instructionsinstructionIdcredentialsOrderInformation',
|
|
80
80
|
:'payment_service_provider_url' => :'String',
|
|
81
81
|
:'payment_service_provider_name' => :'String',
|
|
82
82
|
:'merchant_order_id' => :'String',
|
|
83
|
-
:'merchant_information' => :'
|
|
84
|
-
:'payment_options' => :'
|
|
85
|
-
:'attachments' => :'Array<
|
|
83
|
+
:'merchant_information' => :'Iccv1instructionsinstructionIdcredentialsMerchantInformation',
|
|
84
|
+
:'payment_options' => :'Iccv1instructionsinstructionIdcredentialsPaymentOptions',
|
|
85
|
+
:'attachments' => :'Array<Iccv1instructionsinstructionIdcredentialsAttachments>'
|
|
86
86
|
}
|
|
87
87
|
end
|
|
88
88
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# MPP challenge context received from the merchant's 402 response.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1mppcredentialsChallenge
|
|
17
17
|
# Unique challenge identifier issued by the merchant server.
|
|
18
18
|
attr_accessor :id
|
|
19
19
|
|
|
@@ -75,7 +75,7 @@ module CyberSource
|
|
|
75
75
|
:'accepted_networks' => :'Array<String>',
|
|
76
76
|
:'merchant_id' => :'String',
|
|
77
77
|
:'merchant_name' => :'String',
|
|
78
|
-
:'encryption_jwk' => :'
|
|
78
|
+
:'encryption_jwk' => :'Iccv1mppcredentialsChallengeEncryptionJwk'
|
|
79
79
|
}
|
|
80
80
|
end
|
|
81
81
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Merchant RSA public encryption key as a JSON Web Key (JWK, RFC 7517). Must be RSA (kty=RSA), alg=RSA-OAEP-256, use=enc. Used to encrypt the token payload using RSA-OAEP with SHA-256 per MPP spec Section 7.4.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1mppcredentialsChallengeEncryptionJwk
|
|
17
17
|
# Key type. MUST be 'RSA'.
|
|
18
18
|
attr_accessor :kty
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Assurance data. Contains identity verification details that prove the consumer or device has been authenticated before the payment operation.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1tokensAssuranceData
|
|
17
17
|
# Optional. Type of the verification data. Possible values: - `CARDHOLDER` (Default) - `DEVICE`
|
|
18
18
|
attr_accessor :verification_type
|
|
19
19
|
|
|
@@ -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
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Authenticated Identities data. Contains the identity assertion from the authentication provider.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1tokensAuthenticatedIdentities
|
|
17
17
|
# Data related to the authenticated identity.
|
|
18
18
|
attr_accessor :data
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Authentication Context data. Describes the authentication action performed.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1tokensAuthenticationContext
|
|
17
17
|
# Authentication Context action.
|
|
18
18
|
attr_accessor :action
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Buyer Information data. Contains consumer identification and preference details.
|
|
16
|
-
class
|
|
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
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Consumer Identity data. Identifies the consumer using an email address or phone number.
|
|
16
|
-
class
|
|
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
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Device and Application instance data. Identifies the device and application from which the consumer is making the payment request.
|
|
16
|
-
class
|
|
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
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Enrollment Reference Data. Links the enrollment to an existing token reference.
|
|
16
|
-
class
|
|
16
|
+
class Iccv1tokensEnrollmentReferenceData
|
|
17
17
|
# Type of Enrollment Reference Data.
|
|
18
18
|
attr_accessor :enrollment_reference_type
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
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
|
|
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
|
|
|
@@ -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'
|
|
@@ -44,10 +44,10 @@ module CyberSource
|
|
|
44
44
|
# Attribute type mapping.
|
|
45
45
|
def self.swagger_types
|
|
46
46
|
{
|
|
47
|
-
:'token_management' => :'
|
|
48
|
-
:'account_updater' => :'
|
|
49
|
-
:'bin_lookup' => :'
|
|
50
|
-
:'agentic_commerce' => :'
|
|
47
|
+
:'token_management' => :'PaymentsConfigurationSetupCardProcessing',
|
|
48
|
+
:'account_updater' => :'PaymentsConfigurationSetupCardProcessing',
|
|
49
|
+
:'bin_lookup' => :'PaymentsConfigurationSetupCardProcessing',
|
|
50
|
+
:'agentic_commerce' => :'PaymentsConfigurationSetupCardProcessing'
|
|
51
51
|
}
|
|
52
52
|
end
|
|
53
53
|
|
|
@@ -40,9 +40,9 @@ module CyberSource
|
|
|
40
40
|
# Attribute type mapping.
|
|
41
41
|
def self.swagger_types
|
|
42
42
|
{
|
|
43
|
-
:'fraud_management_essentials' => :'
|
|
44
|
-
:'decision_manager' => :'
|
|
45
|
-
:'enhanced_authentication' => :'
|
|
43
|
+
:'fraud_management_essentials' => :'PaymentsConfigurationSetupCardProcessing',
|
|
44
|
+
:'decision_manager' => :'PaymentsConfigurationSetupCardProcessing',
|
|
45
|
+
:'enhanced_authentication' => :'PaymentsConfigurationSetupCardProcessing'
|
|
46
46
|
}
|
|
47
47
|
end
|
|
48
48
|
|
data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb
CHANGED
|
@@ -48,11 +48,11 @@ module CyberSource
|
|
|
48
48
|
# Attribute type mapping.
|
|
49
49
|
def self.swagger_types
|
|
50
50
|
{
|
|
51
|
-
:'reporting' => :'
|
|
52
|
-
:'transaction_search' => :'
|
|
53
|
-
:'bank_account_validation' => :'
|
|
54
|
-
:'flexapi' => :'
|
|
55
|
-
:'webhooks' => :'
|
|
51
|
+
:'reporting' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
52
|
+
:'transaction_search' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
53
|
+
:'bank_account_validation' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
54
|
+
:'flexapi' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
55
|
+
:'webhooks' => :'PaymentsConfigurationSetupDigitalPayments'
|
|
56
56
|
}
|
|
57
57
|
end
|
|
58
58
|
|