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
|
@@ -140,6 +140,27 @@ module CyberSource
|
|
|
140
140
|
# Enables the communication of trusted beneficiary/whitelist status between the ACS, the DS and the 3DS Requestor. Possible Values: Y - 3DS Requestor is whitelisted by cardholder N - 3DS Requestor is not whitelisted by cardholder
|
|
141
141
|
attr_accessor :white_list_status
|
|
142
142
|
|
|
143
|
+
#
|
|
144
|
+
attr_accessor :token
|
|
145
|
+
|
|
146
|
+
# Unique identifier assigned by the EMVCo Secretariat upon Testing and Approval.
|
|
147
|
+
attr_accessor :acs_reference_number
|
|
148
|
+
|
|
149
|
+
# Directory Server assigned ACS identifier.
|
|
150
|
+
attr_accessor :acs_operator_id
|
|
151
|
+
|
|
152
|
+
# Risk Assessment from Mastercard
|
|
153
|
+
attr_accessor :idci_score
|
|
154
|
+
|
|
155
|
+
# Decision on the Risk Assessment from Mastercard.
|
|
156
|
+
attr_accessor :idci_decision
|
|
157
|
+
|
|
158
|
+
# ReasonCode from Mastercard
|
|
159
|
+
attr_accessor :idci_reason_code1
|
|
160
|
+
|
|
161
|
+
# ReasonCode from Mastercard
|
|
162
|
+
attr_accessor :idci_reason_code2
|
|
163
|
+
|
|
143
164
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
144
165
|
def self.attribute_map
|
|
145
166
|
{
|
|
@@ -185,7 +206,14 @@ module CyberSource
|
|
|
185
206
|
:'authentication_status_msg' => :'authenticationStatusMsg',
|
|
186
207
|
:'indicator' => :'indicator',
|
|
187
208
|
:'interaction_counter' => :'interactionCounter',
|
|
188
|
-
:'white_list_status' => :'whiteListStatus'
|
|
209
|
+
:'white_list_status' => :'whiteListStatus',
|
|
210
|
+
:'token' => :'token',
|
|
211
|
+
:'acs_reference_number' => :'acsReferenceNumber',
|
|
212
|
+
:'acs_operator_id' => :'acsOperatorID',
|
|
213
|
+
:'idci_score' => :'idciScore',
|
|
214
|
+
:'idci_decision' => :'idciDecision',
|
|
215
|
+
:'idci_reason_code1' => :'idciReasonCode1',
|
|
216
|
+
:'idci_reason_code2' => :'idciReasonCode2'
|
|
189
217
|
}
|
|
190
218
|
end
|
|
191
219
|
|
|
@@ -234,7 +262,14 @@ module CyberSource
|
|
|
234
262
|
:'authentication_status_msg' => :'authentication_status_msg',
|
|
235
263
|
:'indicator' => :'indicator',
|
|
236
264
|
:'interaction_counter' => :'interaction_counter',
|
|
237
|
-
:'white_list_status' => :'white_list_status'
|
|
265
|
+
:'white_list_status' => :'white_list_status',
|
|
266
|
+
:'token' => :'token',
|
|
267
|
+
:'acs_reference_number' => :'acs_reference_number',
|
|
268
|
+
:'acs_operator_id' => :'acs_operator_id',
|
|
269
|
+
:'idci_score' => :'idci_score',
|
|
270
|
+
:'idci_decision' => :'idci_decision',
|
|
271
|
+
:'idci_reason_code1' => :'idci_reason_code1',
|
|
272
|
+
:'idci_reason_code2' => :'idci_reason_code2'
|
|
238
273
|
}
|
|
239
274
|
end
|
|
240
275
|
|
|
@@ -283,7 +318,14 @@ module CyberSource
|
|
|
283
318
|
:'authentication_status_msg' => :'String',
|
|
284
319
|
:'indicator' => :'String',
|
|
285
320
|
:'interaction_counter' => :'String',
|
|
286
|
-
:'white_list_status' => :'String'
|
|
321
|
+
:'white_list_status' => :'String',
|
|
322
|
+
:'token' => :'String',
|
|
323
|
+
:'acs_reference_number' => :'String',
|
|
324
|
+
:'acs_operator_id' => :'String',
|
|
325
|
+
:'idci_score' => :'Integer',
|
|
326
|
+
:'idci_decision' => :'String',
|
|
327
|
+
:'idci_reason_code1' => :'String',
|
|
328
|
+
:'idci_reason_code2' => :'String'
|
|
287
329
|
}
|
|
288
330
|
end
|
|
289
331
|
|
|
@@ -466,6 +508,34 @@ module CyberSource
|
|
|
466
508
|
if attributes.has_key?(:'whiteListStatus')
|
|
467
509
|
self.white_list_status = attributes[:'whiteListStatus']
|
|
468
510
|
end
|
|
511
|
+
|
|
512
|
+
if attributes.has_key?(:'token')
|
|
513
|
+
self.token = attributes[:'token']
|
|
514
|
+
end
|
|
515
|
+
|
|
516
|
+
if attributes.has_key?(:'acsReferenceNumber')
|
|
517
|
+
self.acs_reference_number = attributes[:'acsReferenceNumber']
|
|
518
|
+
end
|
|
519
|
+
|
|
520
|
+
if attributes.has_key?(:'acsOperatorID')
|
|
521
|
+
self.acs_operator_id = attributes[:'acsOperatorID']
|
|
522
|
+
end
|
|
523
|
+
|
|
524
|
+
if attributes.has_key?(:'idciScore')
|
|
525
|
+
self.idci_score = attributes[:'idciScore']
|
|
526
|
+
end
|
|
527
|
+
|
|
528
|
+
if attributes.has_key?(:'idciDecision')
|
|
529
|
+
self.idci_decision = attributes[:'idciDecision']
|
|
530
|
+
end
|
|
531
|
+
|
|
532
|
+
if attributes.has_key?(:'idciReasonCode1')
|
|
533
|
+
self.idci_reason_code1 = attributes[:'idciReasonCode1']
|
|
534
|
+
end
|
|
535
|
+
|
|
536
|
+
if attributes.has_key?(:'idciReasonCode2')
|
|
537
|
+
self.idci_reason_code2 = attributes[:'idciReasonCode2']
|
|
538
|
+
end
|
|
469
539
|
end
|
|
470
540
|
|
|
471
541
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -613,6 +683,30 @@ module CyberSource
|
|
|
613
683
|
@white_list_status = white_list_status
|
|
614
684
|
end
|
|
615
685
|
|
|
686
|
+
# Custom attribute writer method with validation
|
|
687
|
+
# @param [Object] acs_reference_number Value to be assigned
|
|
688
|
+
def acs_reference_number=(acs_reference_number)
|
|
689
|
+
@acs_reference_number = acs_reference_number
|
|
690
|
+
end
|
|
691
|
+
|
|
692
|
+
# Custom attribute writer method with validation
|
|
693
|
+
# @param [Object] idci_decision Value to be assigned
|
|
694
|
+
def idci_decision=(idci_decision)
|
|
695
|
+
@idci_decision = idci_decision
|
|
696
|
+
end
|
|
697
|
+
|
|
698
|
+
# Custom attribute writer method with validation
|
|
699
|
+
# @param [Object] idci_reason_code1 Value to be assigned
|
|
700
|
+
def idci_reason_code1=(idci_reason_code1)
|
|
701
|
+
@idci_reason_code1 = idci_reason_code1
|
|
702
|
+
end
|
|
703
|
+
|
|
704
|
+
# Custom attribute writer method with validation
|
|
705
|
+
# @param [Object] idci_reason_code2 Value to be assigned
|
|
706
|
+
def idci_reason_code2=(idci_reason_code2)
|
|
707
|
+
@idci_reason_code2 = idci_reason_code2
|
|
708
|
+
end
|
|
709
|
+
|
|
616
710
|
# Checks equality by comparing each attribute.
|
|
617
711
|
# @param [Object] Object to be compared
|
|
618
712
|
def ==(o)
|
|
@@ -660,7 +754,14 @@ module CyberSource
|
|
|
660
754
|
authentication_status_msg == o.authentication_status_msg &&
|
|
661
755
|
indicator == o.indicator &&
|
|
662
756
|
interaction_counter == o.interaction_counter &&
|
|
663
|
-
white_list_status == o.white_list_status
|
|
757
|
+
white_list_status == o.white_list_status &&
|
|
758
|
+
token == o.token &&
|
|
759
|
+
acs_reference_number == o.acs_reference_number &&
|
|
760
|
+
acs_operator_id == o.acs_operator_id &&
|
|
761
|
+
idci_score == o.idci_score &&
|
|
762
|
+
idci_decision == o.idci_decision &&
|
|
763
|
+
idci_reason_code1 == o.idci_reason_code1 &&
|
|
764
|
+
idci_reason_code2 == o.idci_reason_code2
|
|
664
765
|
end
|
|
665
766
|
|
|
666
767
|
# @see the `==` method
|
|
@@ -672,7 +773,7 @@ module CyberSource
|
|
|
672
773
|
# Calculates hash code according to all attributes.
|
|
673
774
|
# @return [Fixnum] Hash code
|
|
674
775
|
def hash
|
|
675
|
-
[access_token, acs_rendering_type, acs_transaction_id, acs_url, authentication_path, authorization_payload, authentication_transaction_id, cardholder_message, cavv, cavv_algorithm, challenge_cancel_code, challenge_required, decoupled_authentication_indicator, directory_server_error_code, directory_server_error_description, ecommerce_indicator, eci, eci_raw, effective_authentication_type, ivr, strong_authentication, network_score, pareq, pares_status, proof_xml, proxy_pan, sdk_transaction_id, signed_pares_status_reason, specification_version, step_up_url, three_ds_server_transaction_id, ucaf_authentication_data, ucaf_collection_indicator, veres_enrolled, white_list_status_source, xid, directory_server_transaction_id, data_quality_indicator, authentication_result, authentication_status_msg, indicator, interaction_counter, white_list_status].hash
|
|
776
|
+
[access_token, acs_rendering_type, acs_transaction_id, acs_url, authentication_path, authorization_payload, authentication_transaction_id, cardholder_message, cavv, cavv_algorithm, challenge_cancel_code, challenge_required, decoupled_authentication_indicator, directory_server_error_code, directory_server_error_description, ecommerce_indicator, eci, eci_raw, effective_authentication_type, ivr, strong_authentication, network_score, pareq, pares_status, proof_xml, proxy_pan, sdk_transaction_id, signed_pares_status_reason, specification_version, step_up_url, three_ds_server_transaction_id, ucaf_authentication_data, ucaf_collection_indicator, veres_enrolled, white_list_status_source, xid, directory_server_transaction_id, data_quality_indicator, authentication_result, authentication_status_msg, indicator, interaction_counter, white_list_status, token, acs_reference_number, acs_operator_id, idci_score, idci_decision, idci_reason_code1, idci_reason_code2].hash
|
|
676
777
|
end
|
|
677
778
|
|
|
678
779
|
# Builds the object from hash
|
|
@@ -15,24 +15,30 @@ module CyberSource
|
|
|
15
15
|
class PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationStrongAuthentication
|
|
16
16
|
attr_accessor :issuer_information
|
|
17
17
|
|
|
18
|
+
# This field will contain the outage exemption indicator with one of the following values: Possible values: - `0` (Outage Authentication exemption does not apply to the transaction) - `1` (Outage exempt from SCA as authentication could not be done due to outage)
|
|
19
|
+
attr_accessor :outage_exemption_indicator
|
|
20
|
+
|
|
18
21
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
19
22
|
def self.attribute_map
|
|
20
23
|
{
|
|
21
|
-
:'issuer_information' => :'issuerInformation'
|
|
24
|
+
:'issuer_information' => :'issuerInformation',
|
|
25
|
+
:'outage_exemption_indicator' => :'outageExemptionIndicator'
|
|
22
26
|
}
|
|
23
27
|
end
|
|
24
28
|
|
|
25
29
|
# Attribute mapping from JSON key to ruby-style variable name.
|
|
26
30
|
def self.json_map
|
|
27
31
|
{
|
|
28
|
-
:'issuer_information' => :'issuer_information'
|
|
32
|
+
:'issuer_information' => :'issuer_information',
|
|
33
|
+
:'outage_exemption_indicator' => :'outage_exemption_indicator'
|
|
29
34
|
}
|
|
30
35
|
end
|
|
31
36
|
|
|
32
37
|
# Attribute type mapping.
|
|
33
38
|
def self.swagger_types
|
|
34
39
|
{
|
|
35
|
-
:'issuer_information' => :'PaymentsStrongAuthIssuerInformation'
|
|
40
|
+
:'issuer_information' => :'PaymentsStrongAuthIssuerInformation',
|
|
41
|
+
:'outage_exemption_indicator' => :'String'
|
|
36
42
|
}
|
|
37
43
|
end
|
|
38
44
|
|
|
@@ -47,6 +53,10 @@ module CyberSource
|
|
|
47
53
|
if attributes.has_key?(:'issuerInformation')
|
|
48
54
|
self.issuer_information = attributes[:'issuerInformation']
|
|
49
55
|
end
|
|
56
|
+
|
|
57
|
+
if attributes.has_key?(:'outageExemptionIndicator')
|
|
58
|
+
self.outage_exemption_indicator = attributes[:'outageExemptionIndicator']
|
|
59
|
+
end
|
|
50
60
|
end
|
|
51
61
|
|
|
52
62
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -62,12 +72,19 @@ module CyberSource
|
|
|
62
72
|
true
|
|
63
73
|
end
|
|
64
74
|
|
|
75
|
+
# Custom attribute writer method with validation
|
|
76
|
+
# @param [Object] outage_exemption_indicator Value to be assigned
|
|
77
|
+
def outage_exemption_indicator=(outage_exemption_indicator)
|
|
78
|
+
@outage_exemption_indicator = outage_exemption_indicator
|
|
79
|
+
end
|
|
80
|
+
|
|
65
81
|
# Checks equality by comparing each attribute.
|
|
66
82
|
# @param [Object] Object to be compared
|
|
67
83
|
def ==(o)
|
|
68
84
|
return true if self.equal?(o)
|
|
69
85
|
self.class == o.class &&
|
|
70
|
-
issuer_information == o.issuer_information
|
|
86
|
+
issuer_information == o.issuer_information &&
|
|
87
|
+
outage_exemption_indicator == o.outage_exemption_indicator
|
|
71
88
|
end
|
|
72
89
|
|
|
73
90
|
# @see the `==` method
|
|
@@ -79,7 +96,7 @@ module CyberSource
|
|
|
79
96
|
# Calculates hash code according to all attributes.
|
|
80
97
|
# @return [Fixnum] Hash code
|
|
81
98
|
def hash
|
|
82
|
-
[issuer_information].hash
|
|
99
|
+
[issuer_information, outage_exemption_indicator].hash
|
|
83
100
|
end
|
|
84
101
|
|
|
85
102
|
# Builds the object from hash
|
|
@@ -15,24 +15,29 @@ module CyberSource
|
|
|
15
15
|
class PtsV2PaymentsPost201ResponsePaymentAccountInformation
|
|
16
16
|
attr_accessor :card
|
|
17
17
|
|
|
18
|
+
attr_accessor :tokenized_card
|
|
19
|
+
|
|
18
20
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
19
21
|
def self.attribute_map
|
|
20
22
|
{
|
|
21
|
-
:'card' => :'card'
|
|
23
|
+
:'card' => :'card',
|
|
24
|
+
:'tokenized_card' => :'tokenizedCard'
|
|
22
25
|
}
|
|
23
26
|
end
|
|
24
27
|
|
|
25
28
|
# Attribute mapping from JSON key to ruby-style variable name.
|
|
26
29
|
def self.json_map
|
|
27
30
|
{
|
|
28
|
-
:'card' => :'card'
|
|
31
|
+
:'card' => :'card',
|
|
32
|
+
:'tokenized_card' => :'tokenized_card'
|
|
29
33
|
}
|
|
30
34
|
end
|
|
31
35
|
|
|
32
36
|
# Attribute type mapping.
|
|
33
37
|
def self.swagger_types
|
|
34
38
|
{
|
|
35
|
-
:'card' => :'PtsV2PaymentsPost201ResponsePaymentAccountInformationCard'
|
|
39
|
+
:'card' => :'PtsV2PaymentsPost201ResponsePaymentAccountInformationCard',
|
|
40
|
+
:'tokenized_card' => :'PtsV2PaymentsPost201ResponsePaymentAccountInformationTokenizedCard'
|
|
36
41
|
}
|
|
37
42
|
end
|
|
38
43
|
|
|
@@ -47,6 +52,10 @@ module CyberSource
|
|
|
47
52
|
if attributes.has_key?(:'card')
|
|
48
53
|
self.card = attributes[:'card']
|
|
49
54
|
end
|
|
55
|
+
|
|
56
|
+
if attributes.has_key?(:'tokenizedCard')
|
|
57
|
+
self.tokenized_card = attributes[:'tokenizedCard']
|
|
58
|
+
end
|
|
50
59
|
end
|
|
51
60
|
|
|
52
61
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -67,7 +76,8 @@ module CyberSource
|
|
|
67
76
|
def ==(o)
|
|
68
77
|
return true if self.equal?(o)
|
|
69
78
|
self.class == o.class &&
|
|
70
|
-
card == o.card
|
|
79
|
+
card == o.card &&
|
|
80
|
+
tokenized_card == o.tokenized_card
|
|
71
81
|
end
|
|
72
82
|
|
|
73
83
|
# @see the `==` method
|
|
@@ -79,7 +89,7 @@ module CyberSource
|
|
|
79
89
|
# Calculates hash code according to all attributes.
|
|
80
90
|
# @return [Fixnum] Hash code
|
|
81
91
|
def hash
|
|
82
|
-
[card].hash
|
|
92
|
+
[card, tokenized_card].hash
|
|
83
93
|
end
|
|
84
94
|
|
|
85
95
|
# Builds the object from hash
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class PtsV2PaymentsPost201ResponsePaymentAccountInformationTokenizedCard
|
|
16
16
|
# First six digits of token. CyberSource includes this field in the reply message when it decrypts the payment blob for the tokenized transaction.
|
|
17
17
|
attr_accessor :prefix
|
|
18
18
|
|
data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb
CHANGED
|
@@ -94,7 +94,7 @@ module CyberSource
|
|
|
94
94
|
def self.swagger_types
|
|
95
95
|
{
|
|
96
96
|
:'card' => :'PtsV2PaymentsPost201ResponsePaymentAccountInformationCard',
|
|
97
|
-
:'tokenized_card' => :'
|
|
97
|
+
:'tokenized_card' => :'PtsV2PaymentsPost201ResponsePaymentAccountInformationTokenizedCard',
|
|
98
98
|
:'tokenized_payment_method' => :'PtsV2PaymentsPost201ResponsePaymentInformationTokenizedPaymentMethod',
|
|
99
99
|
:'account_features' => :'PtsV2PaymentsPost201ResponsePaymentInformationAccountFeatures',
|
|
100
100
|
:'bank' => :'PtsV2PaymentsPost201ResponsePaymentInformationBank',
|
data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb
CHANGED
|
@@ -21,6 +21,9 @@ module CyberSource
|
|
|
21
21
|
# The possible values for the reply field are: - `true` : the airline data was included in the request to the processor. - `false` : the airline data was not included in the request to the processor. Returned by authorization, capture, or credit services.
|
|
22
22
|
attr_accessor :enhanced_data_enabled
|
|
23
23
|
|
|
24
|
+
# Mastercard Digital Enablement Service (MDES) digital service indicators received in the authorization response message for MDES transactions. This data is provided in the 0110 response in the Field 34—Acceptance Environment Data (TLV Format), Dataset ID 04—Additional Service Result Data, Tag DF1F—Mastercard Digital Enablement Service Indicator for Acquirer to acquirers. This field is in ANS, EBCDIC format and flows in Field 34, DSID 04 Tag DF1F, mapped to Mastercard Data Element DE119, Sub-element 004. This field is supported for all flavors of Authorization response only. #### Used by **Authorization Response** Response field only.
|
|
25
|
+
attr_accessor :digital_service_indicator
|
|
26
|
+
|
|
24
27
|
attr_accessor :capture_options
|
|
25
28
|
|
|
26
29
|
attr_accessor :authorization_options
|
|
@@ -33,6 +36,7 @@ module CyberSource
|
|
|
33
36
|
:'bank_transfer_options' => :'bankTransferOptions',
|
|
34
37
|
:'payment_solution' => :'paymentSolution',
|
|
35
38
|
:'enhanced_data_enabled' => :'enhancedDataEnabled',
|
|
39
|
+
:'digital_service_indicator' => :'digitalServiceIndicator',
|
|
36
40
|
:'capture_options' => :'captureOptions',
|
|
37
41
|
:'authorization_options' => :'authorizationOptions',
|
|
38
42
|
:'purchase_options' => :'purchaseOptions'
|
|
@@ -45,6 +49,7 @@ module CyberSource
|
|
|
45
49
|
:'bank_transfer_options' => :'bank_transfer_options',
|
|
46
50
|
:'payment_solution' => :'payment_solution',
|
|
47
51
|
:'enhanced_data_enabled' => :'enhanced_data_enabled',
|
|
52
|
+
:'digital_service_indicator' => :'digital_service_indicator',
|
|
48
53
|
:'capture_options' => :'capture_options',
|
|
49
54
|
:'authorization_options' => :'authorization_options',
|
|
50
55
|
:'purchase_options' => :'purchase_options'
|
|
@@ -57,6 +62,7 @@ module CyberSource
|
|
|
57
62
|
:'bank_transfer_options' => :'PtsV2PaymentsPost201ResponseProcessingInformationBankTransferOptions',
|
|
58
63
|
:'payment_solution' => :'String',
|
|
59
64
|
:'enhanced_data_enabled' => :'BOOLEAN',
|
|
65
|
+
:'digital_service_indicator' => :'String',
|
|
60
66
|
:'capture_options' => :'PtsV2PaymentsPost201ResponseProcessingInformationCaptureOptions',
|
|
61
67
|
:'authorization_options' => :'PtsV2PaymentsPost201ResponseProcessingInformationAuthorizationOptions',
|
|
62
68
|
:'purchase_options' => :'PtsV2PaymentsPost201ResponseProcessingInformationPurchaseOptions'
|
|
@@ -83,6 +89,10 @@ module CyberSource
|
|
|
83
89
|
self.enhanced_data_enabled = attributes[:'enhancedDataEnabled']
|
|
84
90
|
end
|
|
85
91
|
|
|
92
|
+
if attributes.has_key?(:'digitalServiceIndicator')
|
|
93
|
+
self.digital_service_indicator = attributes[:'digitalServiceIndicator']
|
|
94
|
+
end
|
|
95
|
+
|
|
86
96
|
if attributes.has_key?(:'captureOptions')
|
|
87
97
|
self.capture_options = attributes[:'captureOptions']
|
|
88
98
|
end
|
|
@@ -115,6 +125,12 @@ module CyberSource
|
|
|
115
125
|
@payment_solution = payment_solution
|
|
116
126
|
end
|
|
117
127
|
|
|
128
|
+
# Custom attribute writer method with validation
|
|
129
|
+
# @param [Object] digital_service_indicator Value to be assigned
|
|
130
|
+
def digital_service_indicator=(digital_service_indicator)
|
|
131
|
+
@digital_service_indicator = digital_service_indicator
|
|
132
|
+
end
|
|
133
|
+
|
|
118
134
|
# Checks equality by comparing each attribute.
|
|
119
135
|
# @param [Object] Object to be compared
|
|
120
136
|
def ==(o)
|
|
@@ -123,6 +139,7 @@ module CyberSource
|
|
|
123
139
|
bank_transfer_options == o.bank_transfer_options &&
|
|
124
140
|
payment_solution == o.payment_solution &&
|
|
125
141
|
enhanced_data_enabled == o.enhanced_data_enabled &&
|
|
142
|
+
digital_service_indicator == o.digital_service_indicator &&
|
|
126
143
|
capture_options == o.capture_options &&
|
|
127
144
|
authorization_options == o.authorization_options &&
|
|
128
145
|
purchase_options == o.purchase_options
|
|
@@ -137,7 +154,7 @@ module CyberSource
|
|
|
137
154
|
# Calculates hash code according to all attributes.
|
|
138
155
|
# @return [Fixnum] Hash code
|
|
139
156
|
def hash
|
|
140
|
-
[bank_transfer_options, payment_solution, enhanced_data_enabled, capture_options, authorization_options, purchase_options].hash
|
|
157
|
+
[bank_transfer_options, payment_solution, enhanced_data_enabled, digital_service_indicator, capture_options, authorization_options, purchase_options].hash
|
|
141
158
|
end
|
|
142
159
|
|
|
143
160
|
# Builds the object from hash
|
data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb
CHANGED
|
@@ -134,7 +134,7 @@ module CyberSource
|
|
|
134
134
|
# The id of the order
|
|
135
135
|
attr_accessor :order_id
|
|
136
136
|
|
|
137
|
-
# The order status. Possible values: - `CREATED` - `VOIDED` - `COMPLETED` - `PAYER_ACTION_REQUIRED`
|
|
137
|
+
# The order status. Possible values: - `CREATED` - `VOIDED` - `COMPLETED` - `PAYER_ACTION_REQUIRED` - `STEP_UP_REQUIRED`
|
|
138
138
|
attr_accessor :order_status
|
|
139
139
|
|
|
140
140
|
# Mastercard is introducing the Merchant Risk Predict Service in the middle East/Africa Region. A newly launched service comprised of seven independent artificial intelligence (AI)-powered scores intended to augment existing merchant risk management practices.
|
|
@@ -142,6 +142,9 @@ module CyberSource
|
|
|
142
142
|
|
|
143
143
|
attr_accessor :network
|
|
144
144
|
|
|
145
|
+
# Merchant Commercial Enhanced Data Program (CEDP) verified indicator received in authorization response messages for U.S. domestic transactions containing a credential for the commercial credit products. This field flows in ISO field 34, DSID 02 tag DA, in AN, EBCDIC format. Possible values: - `Y`: Merchant CEDP verified This field is for internal processing only (TC33A usage) and is not sent back to the merchant. #### Used by **Authorization Response** Response field only.
|
|
146
|
+
attr_accessor :cedp_verified_indicator
|
|
147
|
+
|
|
145
148
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
146
149
|
def self.attribute_map
|
|
147
150
|
{
|
|
@@ -191,7 +194,8 @@ module CyberSource
|
|
|
191
194
|
:'order_id' => :'orderId',
|
|
192
195
|
:'order_status' => :'orderStatus',
|
|
193
196
|
:'merchant_risk_prediction' => :'merchantRiskPrediction',
|
|
194
|
-
:'network' => :'network'
|
|
197
|
+
:'network' => :'network',
|
|
198
|
+
:'cedp_verified_indicator' => :'cedpVerifiedIndicator'
|
|
195
199
|
}
|
|
196
200
|
end
|
|
197
201
|
|
|
@@ -244,7 +248,8 @@ module CyberSource
|
|
|
244
248
|
:'order_id' => :'order_id',
|
|
245
249
|
:'order_status' => :'order_status',
|
|
246
250
|
:'merchant_risk_prediction' => :'merchant_risk_prediction',
|
|
247
|
-
:'network' => :'network'
|
|
251
|
+
:'network' => :'network',
|
|
252
|
+
:'cedp_verified_indicator' => :'cedp_verified_indicator'
|
|
248
253
|
}
|
|
249
254
|
end
|
|
250
255
|
|
|
@@ -286,7 +291,7 @@ module CyberSource
|
|
|
286
291
|
:'complete_url' => :'String',
|
|
287
292
|
:'signature' => :'String',
|
|
288
293
|
:'public_key' => :'String',
|
|
289
|
-
:'seller_protection' => :'
|
|
294
|
+
:'seller_protection' => :'ProcessorInformationSellerProtection',
|
|
290
295
|
:'transaction_expiry_date' => :'String',
|
|
291
296
|
:'custom_url' => :'String',
|
|
292
297
|
:'scheme_assigned_id' => :'String',
|
|
@@ -297,7 +302,8 @@ module CyberSource
|
|
|
297
302
|
:'order_id' => :'String',
|
|
298
303
|
:'order_status' => :'String',
|
|
299
304
|
:'merchant_risk_prediction' => :'String',
|
|
300
|
-
:'network' => :'Ptsv2paymentsProcessorInformationReversalNetwork'
|
|
305
|
+
:'network' => :'Ptsv2paymentsProcessorInformationReversalNetwork',
|
|
306
|
+
:'cedp_verified_indicator' => :'String'
|
|
301
307
|
}
|
|
302
308
|
end
|
|
303
309
|
|
|
@@ -496,6 +502,10 @@ module CyberSource
|
|
|
496
502
|
if attributes.has_key?(:'network')
|
|
497
503
|
self.network = attributes[:'network']
|
|
498
504
|
end
|
|
505
|
+
|
|
506
|
+
if attributes.has_key?(:'cedpVerifiedIndicator')
|
|
507
|
+
self.cedp_verified_indicator = attributes[:'cedpVerifiedIndicator']
|
|
508
|
+
end
|
|
499
509
|
end
|
|
500
510
|
|
|
501
511
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -685,6 +695,12 @@ module CyberSource
|
|
|
685
695
|
@merchant_risk_prediction = merchant_risk_prediction
|
|
686
696
|
end
|
|
687
697
|
|
|
698
|
+
# Custom attribute writer method with validation
|
|
699
|
+
# @param [Object] cedp_verified_indicator Value to be assigned
|
|
700
|
+
def cedp_verified_indicator=(cedp_verified_indicator)
|
|
701
|
+
@cedp_verified_indicator = cedp_verified_indicator
|
|
702
|
+
end
|
|
703
|
+
|
|
688
704
|
# Checks equality by comparing each attribute.
|
|
689
705
|
# @param [Object] Object to be compared
|
|
690
706
|
def ==(o)
|
|
@@ -736,7 +752,8 @@ module CyberSource
|
|
|
736
752
|
order_id == o.order_id &&
|
|
737
753
|
order_status == o.order_status &&
|
|
738
754
|
merchant_risk_prediction == o.merchant_risk_prediction &&
|
|
739
|
-
network == o.network
|
|
755
|
+
network == o.network &&
|
|
756
|
+
cedp_verified_indicator == o.cedp_verified_indicator
|
|
740
757
|
end
|
|
741
758
|
|
|
742
759
|
# @see the `==` method
|
|
@@ -748,7 +765,7 @@ module CyberSource
|
|
|
748
765
|
# Calculates hash code according to all attributes.
|
|
749
766
|
# @return [Fixnum] Hash code
|
|
750
767
|
def hash
|
|
751
|
-
[auth_indicator, approval_code, card_reference_data, transaction_id, network_transaction_id, response_code, response_code_source, response_details, response_category_code, response_source_code, forwarded_acquirer_code, settlement_date, sequence_number, avs, card_verification, merchant_advice, electronic_verification_results, ach_verification, customer, consumer_authentication_response, system_trace_audit_number, payment_account_reference_number, transaction_integrity_code, amex_verbal_auth_reference_number, master_card_service_code, master_card_service_reply_code, master_card_authentication_type, name, routing, merchant_number, retrieval_reference_number, payment_url, complete_url, signature, public_key, seller_protection, transaction_expiry_date, custom_url, scheme_assigned_id, device_url, disbursement_mode, update_time_utc, expiration_time_utc, order_id, order_status, merchant_risk_prediction, network].hash
|
|
768
|
+
[auth_indicator, approval_code, card_reference_data, transaction_id, network_transaction_id, response_code, response_code_source, response_details, response_category_code, response_source_code, forwarded_acquirer_code, settlement_date, sequence_number, avs, card_verification, merchant_advice, electronic_verification_results, ach_verification, customer, consumer_authentication_response, system_trace_audit_number, payment_account_reference_number, transaction_integrity_code, amex_verbal_auth_reference_number, master_card_service_code, master_card_service_reply_code, master_card_authentication_type, name, routing, merchant_number, retrieval_reference_number, payment_url, complete_url, signature, public_key, seller_protection, transaction_expiry_date, custom_url, scheme_assigned_id, device_url, disbursement_mode, update_time_utc, expiration_time_utc, order_id, order_status, merchant_risk_prediction, network, cedp_verified_indicator].hash
|
|
752
769
|
end
|
|
753
770
|
|
|
754
771
|
# Builds the object from hash
|
data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information.rb
CHANGED
|
@@ -24,6 +24,8 @@ module CyberSource
|
|
|
24
24
|
|
|
25
25
|
attr_accessor :instrument_identifier
|
|
26
26
|
|
|
27
|
+
attr_accessor :third_party_token
|
|
28
|
+
|
|
27
29
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
28
30
|
def self.attribute_map
|
|
29
31
|
{
|
|
@@ -31,7 +33,8 @@ module CyberSource
|
|
|
31
33
|
:'customer' => :'customer',
|
|
32
34
|
:'payment_instrument' => :'paymentInstrument',
|
|
33
35
|
:'shipping_address' => :'shippingAddress',
|
|
34
|
-
:'instrument_identifier' => :'instrumentIdentifier'
|
|
36
|
+
:'instrument_identifier' => :'instrumentIdentifier',
|
|
37
|
+
:'third_party_token' => :'thirdPartyToken'
|
|
35
38
|
}
|
|
36
39
|
end
|
|
37
40
|
|
|
@@ -42,7 +45,8 @@ module CyberSource
|
|
|
42
45
|
:'customer' => :'customer',
|
|
43
46
|
:'payment_instrument' => :'payment_instrument',
|
|
44
47
|
:'shipping_address' => :'shipping_address',
|
|
45
|
-
:'instrument_identifier' => :'instrument_identifier'
|
|
48
|
+
:'instrument_identifier' => :'instrument_identifier',
|
|
49
|
+
:'third_party_token' => :'third_party_token'
|
|
46
50
|
}
|
|
47
51
|
end
|
|
48
52
|
|
|
@@ -53,7 +57,8 @@ module CyberSource
|
|
|
53
57
|
:'customer' => :'PtsV2PaymentsPost201ResponseTokenInformationCustomer',
|
|
54
58
|
:'payment_instrument' => :'PtsV2PaymentsPost201ResponseTokenInformationPaymentInstrument',
|
|
55
59
|
:'shipping_address' => :'PtsV2PaymentsPost201ResponseTokenInformationShippingAddress',
|
|
56
|
-
:'instrument_identifier' => :'PtsV2PaymentsPost201ResponseTokenInformationInstrumentIdentifier'
|
|
60
|
+
:'instrument_identifier' => :'PtsV2PaymentsPost201ResponseTokenInformationInstrumentIdentifier',
|
|
61
|
+
:'third_party_token' => :'PtsV2PaymentsPost201ResponseTokenInformationThirdPartyToken'
|
|
57
62
|
}
|
|
58
63
|
end
|
|
59
64
|
|
|
@@ -84,6 +89,10 @@ module CyberSource
|
|
|
84
89
|
if attributes.has_key?(:'instrumentIdentifier')
|
|
85
90
|
self.instrument_identifier = attributes[:'instrumentIdentifier']
|
|
86
91
|
end
|
|
92
|
+
|
|
93
|
+
if attributes.has_key?(:'thirdPartyToken')
|
|
94
|
+
self.third_party_token = attributes[:'thirdPartyToken']
|
|
95
|
+
end
|
|
87
96
|
end
|
|
88
97
|
|
|
89
98
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -108,7 +117,8 @@ module CyberSource
|
|
|
108
117
|
customer == o.customer &&
|
|
109
118
|
payment_instrument == o.payment_instrument &&
|
|
110
119
|
shipping_address == o.shipping_address &&
|
|
111
|
-
instrument_identifier == o.instrument_identifier
|
|
120
|
+
instrument_identifier == o.instrument_identifier &&
|
|
121
|
+
third_party_token == o.third_party_token
|
|
112
122
|
end
|
|
113
123
|
|
|
114
124
|
# @see the `==` method
|
|
@@ -120,7 +130,7 @@ module CyberSource
|
|
|
120
130
|
# Calculates hash code according to all attributes.
|
|
121
131
|
# @return [Fixnum] Hash code
|
|
122
132
|
def hash
|
|
123
|
-
[instrumentidentifier_new, customer, payment_instrument, shipping_address, instrument_identifier].hash
|
|
133
|
+
[instrumentidentifier_new, customer, payment_instrument, shipping_address, instrument_identifier, third_party_token].hash
|
|
124
134
|
end
|
|
125
135
|
|
|
126
136
|
# Builds the object from hash
|