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
|
@@ -147,6 +147,18 @@ module CyberSource
|
|
|
147
147
|
# Applicable for Barclays (barclays2) processor. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Default Value</th></tr></thead> <tr><td>Barclays</td><td>cnp, cp, hybrid</td><td>No</td><td>Yes</td></tr> </table>
|
|
148
148
|
attr_accessor :enable_multi_currency_processing
|
|
149
149
|
|
|
150
|
+
# Transaction Type Identifier (TTI) field for Mastercard AFT transactions. Maps to ISO field F104.65.32. Used to ensure compliance with Mastercard's requirements for money send transactions when wallet classifications differ between Visa and Mastercard schemes. Takes priority over BAI values for Mastercard AFT transactions when present.
|
|
151
|
+
attr_accessor :transaction_type_identifier
|
|
152
|
+
|
|
153
|
+
# The Sub merchant ID, sometimes referred to as the 'Seller ID' is generally used and *required for Aggregators and OptBlue participants. The 'Sub Merchant' is the Merchant whose transactions are submitted by a payment aggregator.
|
|
154
|
+
attr_accessor :sub_merchant_id
|
|
155
|
+
|
|
156
|
+
# Sub Merchant Email of the Payment Facilitator's, OptBlue Participant
|
|
157
|
+
attr_accessor :sub_merchant_email
|
|
158
|
+
|
|
159
|
+
# Sub Merchant Phone Number of the Payment Facilitator's, OptBlue Participant's
|
|
160
|
+
attr_accessor :sub_merchant_phone_number
|
|
161
|
+
|
|
150
162
|
# 'POS Network Switching' or 'Alternate Routing' means merchant can process PIN Debit transactions without a PIN. Set the value to 'Yes' if it is supported. Applicable for FDI Global (fdiglobal) processor.
|
|
151
163
|
attr_accessor :enable_pos_network_switching
|
|
152
164
|
|
|
@@ -204,6 +216,10 @@ module CyberSource
|
|
|
204
216
|
:'enable_least_cost_routing' => :'enableLeastCostRouting',
|
|
205
217
|
:'enable_cvv_response_indicator' => :'enableCVVResponseIndicator',
|
|
206
218
|
:'enable_multi_currency_processing' => :'enableMultiCurrencyProcessing',
|
|
219
|
+
:'transaction_type_identifier' => :'transactionTypeIdentifier',
|
|
220
|
+
:'sub_merchant_id' => :'subMerchantId',
|
|
221
|
+
:'sub_merchant_email' => :'subMerchantEmail',
|
|
222
|
+
:'sub_merchant_phone_number' => :'subMerchantPhoneNumber',
|
|
207
223
|
:'enable_pos_network_switching' => :'enablePosNetworkSwitching',
|
|
208
224
|
:'enable_dynamic_currency_conversion' => :'enableDynamicCurrencyConversion',
|
|
209
225
|
:'merchant_tier' => :'merchantTier'
|
|
@@ -258,6 +274,10 @@ module CyberSource
|
|
|
258
274
|
:'enable_least_cost_routing' => :'enable_least_cost_routing',
|
|
259
275
|
:'enable_cvv_response_indicator' => :'enable_cvv_response_indicator',
|
|
260
276
|
:'enable_multi_currency_processing' => :'enable_multi_currency_processing',
|
|
277
|
+
:'transaction_type_identifier' => :'transaction_type_identifier',
|
|
278
|
+
:'sub_merchant_id' => :'sub_merchant_id',
|
|
279
|
+
:'sub_merchant_email' => :'sub_merchant_email',
|
|
280
|
+
:'sub_merchant_phone_number' => :'sub_merchant_phone_number',
|
|
261
281
|
:'enable_pos_network_switching' => :'enable_pos_network_switching',
|
|
262
282
|
:'enable_dynamic_currency_conversion' => :'enable_dynamic_currency_conversion',
|
|
263
283
|
:'merchant_tier' => :'merchant_tier'
|
|
@@ -312,6 +332,10 @@ module CyberSource
|
|
|
312
332
|
:'enable_least_cost_routing' => :'BOOLEAN',
|
|
313
333
|
:'enable_cvv_response_indicator' => :'BOOLEAN',
|
|
314
334
|
:'enable_multi_currency_processing' => :'String',
|
|
335
|
+
:'transaction_type_identifier' => :'String',
|
|
336
|
+
:'sub_merchant_id' => :'String',
|
|
337
|
+
:'sub_merchant_email' => :'String',
|
|
338
|
+
:'sub_merchant_phone_number' => :'String',
|
|
315
339
|
:'enable_pos_network_switching' => :'BOOLEAN',
|
|
316
340
|
:'enable_dynamic_currency_conversion' => :'BOOLEAN',
|
|
317
341
|
:'merchant_tier' => :'String'
|
|
@@ -512,6 +536,22 @@ module CyberSource
|
|
|
512
536
|
self.enable_multi_currency_processing = attributes[:'enableMultiCurrencyProcessing']
|
|
513
537
|
end
|
|
514
538
|
|
|
539
|
+
if attributes.has_key?(:'transactionTypeIdentifier')
|
|
540
|
+
self.transaction_type_identifier = attributes[:'transactionTypeIdentifier']
|
|
541
|
+
end
|
|
542
|
+
|
|
543
|
+
if attributes.has_key?(:'subMerchantId')
|
|
544
|
+
self.sub_merchant_id = attributes[:'subMerchantId']
|
|
545
|
+
end
|
|
546
|
+
|
|
547
|
+
if attributes.has_key?(:'subMerchantEmail')
|
|
548
|
+
self.sub_merchant_email = attributes[:'subMerchantEmail']
|
|
549
|
+
end
|
|
550
|
+
|
|
551
|
+
if attributes.has_key?(:'subMerchantPhoneNumber')
|
|
552
|
+
self.sub_merchant_phone_number = attributes[:'subMerchantPhoneNumber']
|
|
553
|
+
end
|
|
554
|
+
|
|
515
555
|
if attributes.has_key?(:'enablePosNetworkSwitching')
|
|
516
556
|
self.enable_pos_network_switching = attributes[:'enablePosNetworkSwitching']
|
|
517
557
|
end
|
|
@@ -533,6 +573,22 @@ module CyberSource
|
|
|
533
573
|
invalid_properties.push('invalid value for "merchant_id", merchant_id cannot be nil.')
|
|
534
574
|
end
|
|
535
575
|
|
|
576
|
+
#if !@transaction_type_identifier.nil? && @transaction_type_identifier !~ Regexp.new(/^[0-9a-zA-Z]+$/)
|
|
577
|
+
#invalid_properties.push('invalid value for "transaction_type_identifier", must conform to the pattern /^[0-9a-zA-Z]+$/.')
|
|
578
|
+
#end
|
|
579
|
+
|
|
580
|
+
#if !@sub_merchant_id.nil? && @sub_merchant_id !~ Regexp.new(/^[0-9a-zA-Z\\_\\s]+$/)
|
|
581
|
+
#invalid_properties.push('invalid value for "sub_merchant_id", must conform to the pattern /^[0-9a-zA-Z\\_\\s]+$/.')
|
|
582
|
+
#end
|
|
583
|
+
|
|
584
|
+
#if !@sub_merchant_email.nil? && @sub_merchant_email !~ Regexp.new(/^([\\w-]+(?:\\.[\\w-]+)*)@((?:[\\w-]+\\.)*\\w[\\w-]{0,70})\\.([a-zA-Z]{2,6}(?:\\.[a-zA-Z]{2})?)$/)
|
|
585
|
+
#invalid_properties.push('invalid value for "sub_merchant_email", must conform to the pattern /^([\\w-]+(?:\\.[\\w-]+)*)@((?:[\\w-]+\\.)*\\w[\\w-]{0,70})\\.([a-zA-Z]{2,6}(?:\\.[a-zA-Z]{2})?)$/.')
|
|
586
|
+
#end
|
|
587
|
+
|
|
588
|
+
#if !@sub_merchant_phone_number.nil? && @sub_merchant_phone_number !~ Regexp.new(/^[0-9a-zA-Z]+$/)
|
|
589
|
+
#invalid_properties.push('invalid value for "sub_merchant_phone_number", must conform to the pattern /^[0-9a-zA-Z]+$/.')
|
|
590
|
+
#end
|
|
591
|
+
|
|
536
592
|
#if !@merchant_tier.nil? && @merchant_tier !~ Regexp.new(/^[0-9]+$/)
|
|
537
593
|
#invalid_properties.push('invalid value for "merchant_tier", must conform to the pattern /^[0-9]+$/.')
|
|
538
594
|
#end
|
|
@@ -544,10 +600,54 @@ module CyberSource
|
|
|
544
600
|
# @return true if the model is valid
|
|
545
601
|
def valid?
|
|
546
602
|
return false if @merchant_id.nil?
|
|
603
|
+
#return false if !@transaction_type_identifier.nil? && @transaction_type_identifier !~ Regexp.new(/^[0-9a-zA-Z]+$/)
|
|
604
|
+
#return false if !@sub_merchant_id.nil? && @sub_merchant_id !~ Regexp.new(/^[0-9a-zA-Z\\_\\s]+$/)
|
|
605
|
+
#return false if !@sub_merchant_email.nil? && @sub_merchant_email !~ Regexp.new(/^([\\w-]+(?:\\.[\\w-]+)*)@((?:[\\w-]+\\.)*\\w[\\w-]{0,70})\\.([a-zA-Z]{2,6}(?:\\.[a-zA-Z]{2})?)$/)
|
|
606
|
+
#return false if !@sub_merchant_phone_number.nil? && @sub_merchant_phone_number !~ Regexp.new(/^[0-9a-zA-Z]+$/)
|
|
547
607
|
#return false if !@merchant_tier.nil? && @merchant_tier !~ Regexp.new(/^[0-9]+$/)
|
|
548
608
|
true
|
|
549
609
|
end
|
|
550
610
|
|
|
611
|
+
# Custom attribute writer method with validation
|
|
612
|
+
# @param [Object] transaction_type_identifier Value to be assigned
|
|
613
|
+
def transaction_type_identifier=(transaction_type_identifier)
|
|
614
|
+
#if !transaction_type_identifier.nil? && transaction_type_identifier !~ Regexp.new(/^[0-9a-zA-Z]+$/)
|
|
615
|
+
#fail ArgumentError, 'invalid value for "transaction_type_identifier", must conform to the pattern /^[0-9a-zA-Z]+$/.'
|
|
616
|
+
#end
|
|
617
|
+
|
|
618
|
+
@transaction_type_identifier = transaction_type_identifier
|
|
619
|
+
end
|
|
620
|
+
|
|
621
|
+
# Custom attribute writer method with validation
|
|
622
|
+
# @param [Object] sub_merchant_id Value to be assigned
|
|
623
|
+
def sub_merchant_id=(sub_merchant_id)
|
|
624
|
+
#if !sub_merchant_id.nil? && sub_merchant_id !~ Regexp.new(/^[0-9a-zA-Z\\_\\s]+$/)
|
|
625
|
+
#fail ArgumentError, 'invalid value for "sub_merchant_id", must conform to the pattern /^[0-9a-zA-Z\\_\\s]+$/.'
|
|
626
|
+
#end
|
|
627
|
+
|
|
628
|
+
@sub_merchant_id = sub_merchant_id
|
|
629
|
+
end
|
|
630
|
+
|
|
631
|
+
# Custom attribute writer method with validation
|
|
632
|
+
# @param [Object] sub_merchant_email Value to be assigned
|
|
633
|
+
def sub_merchant_email=(sub_merchant_email)
|
|
634
|
+
#if !sub_merchant_email.nil? && sub_merchant_email !~ Regexp.new(/^([\\w-]+(?:\\.[\\w-]+)*)@((?:[\\w-]+\\.)*\\w[\\w-]{0,70})\\.([a-zA-Z]{2,6}(?:\\.[a-zA-Z]{2})?)$/)
|
|
635
|
+
#fail ArgumentError, 'invalid value for "sub_merchant_email", must conform to the pattern /^([\\w-]+(?:\\.[\\w-]+)*)@((?:[\\w-]+\\.)*\\w[\\w-]{0,70})\\.([a-zA-Z]{2,6}(?:\\.[a-zA-Z]{2})?)$/.'
|
|
636
|
+
#end
|
|
637
|
+
|
|
638
|
+
@sub_merchant_email = sub_merchant_email
|
|
639
|
+
end
|
|
640
|
+
|
|
641
|
+
# Custom attribute writer method with validation
|
|
642
|
+
# @param [Object] sub_merchant_phone_number Value to be assigned
|
|
643
|
+
def sub_merchant_phone_number=(sub_merchant_phone_number)
|
|
644
|
+
#if !sub_merchant_phone_number.nil? && sub_merchant_phone_number !~ Regexp.new(/^[0-9a-zA-Z]+$/)
|
|
645
|
+
#fail ArgumentError, 'invalid value for "sub_merchant_phone_number", must conform to the pattern /^[0-9a-zA-Z]+$/.'
|
|
646
|
+
#end
|
|
647
|
+
|
|
648
|
+
@sub_merchant_phone_number = sub_merchant_phone_number
|
|
649
|
+
end
|
|
650
|
+
|
|
551
651
|
# Custom attribute writer method with validation
|
|
552
652
|
# @param [Object] merchant_tier Value to be assigned
|
|
553
653
|
def merchant_tier=(merchant_tier)
|
|
@@ -608,6 +708,10 @@ module CyberSource
|
|
|
608
708
|
enable_least_cost_routing == o.enable_least_cost_routing &&
|
|
609
709
|
enable_cvv_response_indicator == o.enable_cvv_response_indicator &&
|
|
610
710
|
enable_multi_currency_processing == o.enable_multi_currency_processing &&
|
|
711
|
+
transaction_type_identifier == o.transaction_type_identifier &&
|
|
712
|
+
sub_merchant_id == o.sub_merchant_id &&
|
|
713
|
+
sub_merchant_email == o.sub_merchant_email &&
|
|
714
|
+
sub_merchant_phone_number == o.sub_merchant_phone_number &&
|
|
611
715
|
enable_pos_network_switching == o.enable_pos_network_switching &&
|
|
612
716
|
enable_dynamic_currency_conversion == o.enable_dynamic_currency_conversion &&
|
|
613
717
|
merchant_tier == o.merchant_tier
|
|
@@ -622,7 +726,7 @@ module CyberSource
|
|
|
622
726
|
# Calculates hash code according to all attributes.
|
|
623
727
|
# @return [Fixnum] Hash code
|
|
624
728
|
def hash
|
|
625
|
-
[batch_group, business_application_id, merchant_verification_value, aba_number, acquirer, acquirers, merchant_id, terminal_id, payment_types, currencies, visa_aggregator_id, amex_aggregator_id, master_card_aggregator_id, sic_code, allow_multiple_bills, allow_merchant_descriptor_override, enhanced_data, fire_safety_indicator, quasi_cash, acquirer_merchant_id, avs_format, enable_long_trans_ref_no, enable_level2, enable_multiple_transaction_advice_addendum, amex_transaction_advice_addendum1, enable_multi_line_items, enable_transaction_reference_number, enable_auto_auth_reversal_after_void, enable_expresspay_pan_translation, enable_credit_auth, industry_code, send_amex_level2_data, soft_descriptor_type, vital_number, bank_number, chain_number, merchant_bin_number, merchant_location_number, store_id, travel_agency_code, travel_agency_name, settlement_currency, enable_least_cost_routing, enable_cvv_response_indicator, enable_multi_currency_processing, enable_pos_network_switching, enable_dynamic_currency_conversion, merchant_tier].hash
|
|
729
|
+
[batch_group, business_application_id, merchant_verification_value, aba_number, acquirer, acquirers, merchant_id, terminal_id, payment_types, currencies, visa_aggregator_id, amex_aggregator_id, master_card_aggregator_id, sic_code, allow_multiple_bills, allow_merchant_descriptor_override, enhanced_data, fire_safety_indicator, quasi_cash, acquirer_merchant_id, avs_format, enable_long_trans_ref_no, enable_level2, enable_multiple_transaction_advice_addendum, amex_transaction_advice_addendum1, enable_multi_line_items, enable_transaction_reference_number, enable_auto_auth_reversal_after_void, enable_expresspay_pan_translation, enable_credit_auth, industry_code, send_amex_level2_data, soft_descriptor_type, vital_number, bank_number, chain_number, merchant_bin_number, merchant_location_number, store_id, travel_agency_code, travel_agency_name, settlement_currency, enable_least_cost_routing, enable_cvv_response_indicator, enable_multi_currency_processing, transaction_type_identifier, sub_merchant_id, sub_merchant_email, sub_merchant_phone_number, enable_pos_network_switching, enable_dynamic_currency_conversion, merchant_tier].hash
|
|
626
730
|
end
|
|
627
731
|
|
|
628
732
|
# Builds the object from hash
|
|
@@ -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,7 +36,8 @@ 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
|
|
|
@@ -42,7 +46,8 @@ module CyberSource
|
|
|
42
46
|
{
|
|
43
47
|
:'token_management' => :'CommerceSolutionsProductsTokenManagement',
|
|
44
48
|
:'account_updater' => :'CommerceSolutionsProductsAccountUpdater',
|
|
45
|
-
:'bin_lookup' => :'CommerceSolutionsProductsBinLookup'
|
|
49
|
+
:'bin_lookup' => :'CommerceSolutionsProductsBinLookup',
|
|
50
|
+
:'agentic_commerce' => :'PaymentsProductsTax'
|
|
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
|
|
@@ -48,6 +48,8 @@ module CyberSource
|
|
|
48
48
|
|
|
49
49
|
attr_accessor :processor_information
|
|
50
50
|
|
|
51
|
+
attr_accessor :token_information
|
|
52
|
+
|
|
51
53
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
52
54
|
def self.attribute_map
|
|
53
55
|
{
|
|
@@ -67,7 +69,8 @@ module CyberSource
|
|
|
67
69
|
:'recipient_information' => :'recipientInformation',
|
|
68
70
|
:'sender_information' => :'senderInformation',
|
|
69
71
|
:'promotion_information' => :'promotionInformation',
|
|
70
|
-
:'processor_information' => :'processorInformation'
|
|
72
|
+
:'processor_information' => :'processorInformation',
|
|
73
|
+
:'token_information' => :'tokenInformation'
|
|
71
74
|
}
|
|
72
75
|
end
|
|
73
76
|
|
|
@@ -90,7 +93,8 @@ module CyberSource
|
|
|
90
93
|
:'recipient_information' => :'recipient_information',
|
|
91
94
|
:'sender_information' => :'sender_information',
|
|
92
95
|
:'promotion_information' => :'promotion_information',
|
|
93
|
-
:'processor_information' => :'processor_information'
|
|
96
|
+
:'processor_information' => :'processor_information',
|
|
97
|
+
:'token_information' => :'token_information'
|
|
94
98
|
}
|
|
95
99
|
end
|
|
96
100
|
|
|
@@ -113,7 +117,8 @@ module CyberSource
|
|
|
113
117
|
:'recipient_information' => :'Ptsv2creditsRecipientInformation',
|
|
114
118
|
:'sender_information' => :'Ptsv2creditsSenderInformation',
|
|
115
119
|
:'promotion_information' => :'Ptsv2paymentsPromotionInformation',
|
|
116
|
-
:'processor_information' => :'Ptsv2reversalsProcessorInformation'
|
|
120
|
+
:'processor_information' => :'Ptsv2reversalsProcessorInformation',
|
|
121
|
+
:'token_information' => :'Ptsv2creditsTokenInformation'
|
|
117
122
|
}
|
|
118
123
|
end
|
|
119
124
|
|
|
@@ -194,6 +199,10 @@ module CyberSource
|
|
|
194
199
|
if attributes.has_key?(:'processorInformation')
|
|
195
200
|
self.processor_information = attributes[:'processorInformation']
|
|
196
201
|
end
|
|
202
|
+
|
|
203
|
+
if attributes.has_key?(:'tokenInformation')
|
|
204
|
+
self.token_information = attributes[:'tokenInformation']
|
|
205
|
+
end
|
|
197
206
|
end
|
|
198
207
|
|
|
199
208
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -230,7 +239,8 @@ module CyberSource
|
|
|
230
239
|
recipient_information == o.recipient_information &&
|
|
231
240
|
sender_information == o.sender_information &&
|
|
232
241
|
promotion_information == o.promotion_information &&
|
|
233
|
-
processor_information == o.processor_information
|
|
242
|
+
processor_information == o.processor_information &&
|
|
243
|
+
token_information == o.token_information
|
|
234
244
|
end
|
|
235
245
|
|
|
236
246
|
# @see the `==` method
|
|
@@ -242,7 +252,7 @@ module CyberSource
|
|
|
242
252
|
# Calculates hash code according to all attributes.
|
|
243
253
|
# @return [Fixnum] Hash code
|
|
244
254
|
def hash
|
|
245
|
-
[client_reference_information, processing_information, payment_information, order_information, buyer_information, device_information, merchant_information, aggregator_information, point_of_sale_information, merchant_defined_information, merchant_defined_secure_information, installment_information, travel_information, recipient_information, sender_information, promotion_information, processor_information].hash
|
|
255
|
+
[client_reference_information, processing_information, payment_information, order_information, buyer_information, device_information, merchant_information, aggregator_information, point_of_sale_information, merchant_defined_information, merchant_defined_secure_information, installment_information, travel_information, recipient_information, sender_information, promotion_information, processor_information, token_information].hash
|
|
246
256
|
end
|
|
247
257
|
|
|
248
258
|
# Builds the object from hash
|
|
@@ -21,7 +21,7 @@ module CyberSource
|
|
|
21
21
|
# Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **Example** `2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by Cybersource for all services.
|
|
22
22
|
attr_accessor :submit_time_utc
|
|
23
23
|
|
|
24
|
-
# The status of the submitted transaction. Possible values: - COMPLETED -
|
|
24
|
+
# The status of the submitted transaction. Possible values: - COMPLETED - DECLINED
|
|
25
25
|
attr_accessor :status
|
|
26
26
|
|
|
27
27
|
attr_accessor :subscription_information
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultPaymentInstrument
|
|
16
16
|
attr_accessor :_links
|
|
17
17
|
|
|
18
18
|
# The Id of the Payment Instrument Token.
|
|
@@ -93,21 +93,21 @@ module CyberSource
|
|
|
93
93
|
# Attribute type mapping.
|
|
94
94
|
def self.swagger_types
|
|
95
95
|
{
|
|
96
|
-
:'_links' => :'
|
|
96
|
+
:'_links' => :'DefaultPaymentInstrumentLinks',
|
|
97
97
|
:'id' => :'String',
|
|
98
98
|
:'object' => :'String',
|
|
99
99
|
:'default' => :'BOOLEAN',
|
|
100
100
|
:'state' => :'String',
|
|
101
101
|
:'type' => :'String',
|
|
102
|
-
:'bank_account' => :'
|
|
103
|
-
:'card' => :'
|
|
104
|
-
:'buyer_information' => :'
|
|
105
|
-
:'bill_to' => :'
|
|
102
|
+
:'bank_account' => :'DefaultPaymentInstrumentBankAccount',
|
|
103
|
+
:'card' => :'DefaultPaymentInstrumentCard',
|
|
104
|
+
:'buyer_information' => :'DefaultPaymentInstrumentBuyerInformation',
|
|
105
|
+
:'bill_to' => :'DefaultPaymentInstrumentBillTo',
|
|
106
106
|
:'processing_information' => :'TmsPaymentInstrumentProcessingInfo',
|
|
107
107
|
:'merchant_information' => :'TmsMerchantInformation',
|
|
108
|
-
:'instrument_identifier' => :'
|
|
109
|
-
:'metadata' => :'
|
|
110
|
-
:'_embedded' => :'
|
|
108
|
+
:'instrument_identifier' => :'DefaultPaymentInstrumentInstrumentIdentifier',
|
|
109
|
+
:'metadata' => :'DefaultPaymentInstrumentMetadata',
|
|
110
|
+
:'_embedded' => :'DefaultPaymentInstrumentEmbedded'
|
|
111
111
|
}
|
|
112
112
|
end
|
|
113
113
|
|
|
@@ -13,7 +13,7 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
# Additional resources for the Payment Instrument.
|
|
16
|
-
class
|
|
16
|
+
class DefaultPaymentInstrumentEmbedded
|
|
17
17
|
attr_accessor :instrument_identifier
|
|
18
18
|
|
|
19
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultPaymentInstrumentLinks
|
|
16
16
|
attr_accessor :_self
|
|
17
17
|
|
|
18
18
|
attr_accessor :customer
|
|
@@ -36,7 +36,7 @@ module CyberSource
|
|
|
36
36
|
# Attribute type mapping.
|
|
37
37
|
def self.swagger_types
|
|
38
38
|
{
|
|
39
|
-
:'_self' => :'
|
|
39
|
+
:'_self' => :'DefaultPaymentInstrumentLinksSelf',
|
|
40
40
|
:'customer' => :'Tmsv2tokenizeTokenInformationCustomerLinksSelf'
|
|
41
41
|
}
|
|
42
42
|
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 DefaultPaymentInstrumentLinksSelf
|
|
16
16
|
# Link to the Payment Instrument.
|
|
17
17
|
attr_accessor :href
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultPaymentInstrumentBankAccount
|
|
16
16
|
# Account type. Possible Values: - checking : C - general ledger : G This value is supported only on Wells Fargo ACH - savings : S (U.S. dollars only) - corporate checking : X (U.S. dollars only)
|
|
17
17
|
attr_accessor :type
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultPaymentInstrumentBillTo
|
|
16
16
|
# Customer's first name. This name must be the same as the name on the card.
|
|
17
17
|
attr_accessor :first_name
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultPaymentInstrumentBuyerInformation
|
|
16
16
|
# Company's tax identifier. This is only used for eCheck service.
|
|
17
17
|
attr_accessor :company_tax_id
|
|
18
18
|
|
|
@@ -50,7 +50,7 @@ module CyberSource
|
|
|
50
50
|
:'company_tax_id' => :'String',
|
|
51
51
|
:'currency' => :'String',
|
|
52
52
|
:'date_of_birth' => :'Date',
|
|
53
|
-
:'personal_identification' => :'Array<
|
|
53
|
+
:'personal_identification' => :'Array<DefaultPaymentInstrumentBuyerInformationPersonalIdentification>'
|
|
54
54
|
}
|
|
55
55
|
end
|
|
56
56
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultPaymentInstrumentBuyerInformationIssuedBy
|
|
16
16
|
# The State or province where the customer's driver's license was issued. Use the two-character State, Province, and Territory Codes for the United States and Canada.
|
|
17
17
|
attr_accessor :administrative_area
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultPaymentInstrumentBuyerInformationPersonalIdentification
|
|
16
16
|
# The value of the identification type.
|
|
17
17
|
attr_accessor :id
|
|
18
18
|
|
|
@@ -44,7 +44,7 @@ module CyberSource
|
|
|
44
44
|
{
|
|
45
45
|
:'id' => :'String',
|
|
46
46
|
:'type' => :'String',
|
|
47
|
-
:'issued_by' => :'
|
|
47
|
+
:'issued_by' => :'DefaultPaymentInstrumentBuyerInformationIssuedBy'
|
|
48
48
|
}
|
|
49
49
|
end
|
|
50
50
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultPaymentInstrumentCard
|
|
16
16
|
# Two-digit month in which the payment card expires. Format: `MM`. Possible Values: `01` through `12`.
|
|
17
17
|
attr_accessor :expiration_month
|
|
18
18
|
|
|
@@ -81,7 +81,7 @@ module CyberSource
|
|
|
81
81
|
:'start_year' => :'String',
|
|
82
82
|
:'use_as' => :'String',
|
|
83
83
|
:'sdk_hash_value' => :'String',
|
|
84
|
-
:'tokenized_information' => :'
|
|
84
|
+
:'tokenized_information' => :'DefaultPaymentInstrumentCardTokenizedInformation'
|
|
85
85
|
}
|
|
86
86
|
end
|
|
87
87
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultPaymentInstrumentCardTokenizedInformation
|
|
16
16
|
# Value that identifies your business and indicates that the cardholder's account number is tokenized. This value is assigned by the token service provider and is unique within the token service provider's database. **Note** This field is supported only through **VisaNet** and **FDC Nashville Global**.
|
|
17
17
|
attr_accessor :requestor_id
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultPaymentInstrumentInstrumentIdentifier
|
|
16
16
|
# The Id of the Instrument Identifier linked to the Payment Instrument.
|
|
17
17
|
attr_accessor :id
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultPaymentInstrumentMetadata
|
|
16
16
|
# The creator of the Payment Instrument.
|
|
17
17
|
attr_accessor :creator
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultShippingAddress
|
|
16
16
|
attr_accessor :_links
|
|
17
17
|
|
|
18
18
|
# The Id of the Shipping Address Token.
|
|
@@ -50,11 +50,11 @@ module CyberSource
|
|
|
50
50
|
# Attribute type mapping.
|
|
51
51
|
def self.swagger_types
|
|
52
52
|
{
|
|
53
|
-
:'_links' => :'
|
|
53
|
+
:'_links' => :'DefaultShippingAddressLinks',
|
|
54
54
|
:'id' => :'String',
|
|
55
55
|
:'default' => :'BOOLEAN',
|
|
56
|
-
:'ship_to' => :'
|
|
57
|
-
:'metadata' => :'
|
|
56
|
+
:'ship_to' => :'DefaultShippingAddressShipTo',
|
|
57
|
+
:'metadata' => :'DefaultShippingAddressMetadata'
|
|
58
58
|
}
|
|
59
59
|
end
|
|
60
60
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultShippingAddressLinks
|
|
16
16
|
attr_accessor :_self
|
|
17
17
|
|
|
18
18
|
attr_accessor :customer
|
|
@@ -36,8 +36,8 @@ module CyberSource
|
|
|
36
36
|
# Attribute type mapping.
|
|
37
37
|
def self.swagger_types
|
|
38
38
|
{
|
|
39
|
-
:'_self' => :'
|
|
40
|
-
:'customer' => :'
|
|
39
|
+
:'_self' => :'DefaultShippingAddressLinksSelf',
|
|
40
|
+
:'customer' => :'DefaultShippingAddressLinksCustomer'
|
|
41
41
|
}
|
|
42
42
|
end
|
|
43
43
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultShippingAddressLinksCustomer
|
|
16
16
|
# Link to the Customer
|
|
17
17
|
attr_accessor :href
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultShippingAddressLinksSelf
|
|
16
16
|
# Link to the Customers Shipping Address
|
|
17
17
|
attr_accessor :href
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultShippingAddressMetadata
|
|
16
16
|
# The creator of the Shipping Address.
|
|
17
17
|
attr_accessor :creator
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class DefaultShippingAddressShipTo
|
|
16
16
|
# First name of the recipient.
|
|
17
17
|
attr_accessor :first_name
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class ExportComplianceWatchList
|
|
16
16
|
attr_accessor :matches
|
|
17
17
|
|
|
18
18
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -32,7 +32,7 @@ module CyberSource
|
|
|
32
32
|
# Attribute type mapping.
|
|
33
33
|
def self.swagger_types
|
|
34
34
|
{
|
|
35
|
-
:'matches' => :'Array<
|
|
35
|
+
:'matches' => :'Array<ExportComplianceWatchListMatches>'
|
|
36
36
|
}
|
|
37
37
|
end
|
|
38
38
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class ExportComplianceWatchListMatches
|
|
16
16
|
# Address found on the list specified in export_matchN_list for the entity (name and address) in the request.
|
|
17
17
|
attr_accessor :addresses
|
|
18
18
|
|