cybersource_rest_client 0.0.84 → 0.0.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/AuthenticationSDK/core/MerchantConfig.rb +11 -10
- data/lib/AuthenticationSDK/logging/sensitive_logging.rb +265 -93
- data/lib/AuthenticationSDK/util/AuthJWEUtility.rb +53 -3
- data/lib/AuthenticationSDK/util/Cache.rb +13 -8
- data/lib/AuthenticationSDK/util/Constants.rb +87 -32
- data/lib/AuthenticationSDK/util/MLEUtility.rb +42 -2
- data/lib/cybersource_rest_client/api/{instructions_api.rb → agent_capabilities_api.rb} +106 -25
- data/lib/cybersource_rest_client/api/billing_agreements_api.rb +6 -6
- data/lib/cybersource_rest_client/api/capture_api.rb +2 -2
- data/lib/cybersource_rest_client/api/credentials_api.rb +1 -1
- data/lib/cybersource_rest_client/api/credit_api.rb +2 -2
- data/lib/cybersource_rest_client/api/invoice_settings_api.rb +2 -2
- data/lib/cybersource_rest_client/api/invoices_api.rb +6 -6
- data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +2 -2
- data/lib/cybersource_rest_client/api/orders_api.rb +4 -4
- data/lib/cybersource_rest_client/api/payment_links_api.rb +4 -4
- data/lib/cybersource_rest_client/api/payment_tokens_api.rb +2 -2
- data/lib/cybersource_rest_client/api/payments_api.rb +21 -21
- data/lib/cybersource_rest_client/api/refund_api.rb +4 -4
- data/lib/cybersource_rest_client/api/reversal_api.rb +4 -4
- data/lib/cybersource_rest_client/api/void_api.rb +10 -10
- data/lib/cybersource_rest_client/api_client.rb +31 -2
- data/lib/cybersource_rest_client/configuration.rb +2 -2
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations.rb → account_updater_configurations.rb} +4 -4
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_amex.rb → account_updater_configurations_amex.rb} +1 -1
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_master_card.rb → account_updater_configurations_master_card.rb} +1 -1
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_visa.rb → account_updater_configurations_visa.rb} +1 -1
- data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_information_funding_options.rb → aft_funding_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_information_funding_options_initiator.rb → aft_funding_options_initiator.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_info_funding_options_initiator_origin_ini_transaction.rb → aft_funding_options_initiator_originator_initiated_transaction.rb} +1 -1
- data/lib/cybersource_rest_client/models/agentic_cancel_purchase_intent_request.rb +3 -3
- data/lib/cybersource_rest_client/models/agentic_card_enrollment_request.rb +8 -8
- data/lib/cybersource_rest_client/models/agentic_confirm_transaction_events_request.rb +2 -2
- data/lib/cybersource_rest_client/models/agentic_create_purchase_intent_request.rb +5 -5
- data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_request.rb +2 -2
- data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200.rb +1 -1
- data/lib/cybersource_rest_client/models/agentic_update_purchase_intent_request.rb +5 -5
- data/lib/cybersource_rest_client/models/{payments_products_alternative_payment_methods_configuration_information_configurations_processors.rb → alternative_payments_processor_configuration.rb} +1 -1
- data/lib/cybersource_rest_client/models/bin_lookup403_response.rb +223 -0
- data/lib/cybersource_rest_client/models/bin_lookupv400_response.rb +235 -0
- data/lib/cybersource_rest_client/models/{card_processing_config_common_acquirer_agreement_acquirer_code.rb → boarding_acquirer_details.rb} +2 -2
- data/lib/cybersource_rest_client/models/{card_processing_config_common_acquirer_agreement_acquirer_code_payment_options.rb → boarding_acquirer_details_payment_options.rb} +1 -1
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information.rb → boarding_business_information.rb} +6 -6
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_address.rb → boarding_business_information_address.rb} +1 -1
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_business_contact.rb → boarding_business_information_business_contact.rb} +1 -1
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_localized_names.rb → boarding_business_information_localized_names.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations.rb → boarding_payouts_configurations.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations_common.rb → boarding_payouts_configurations_common.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations_common_aggregator.rb → boarding_payouts_configurations_common_aggregator.rb} +1 -1
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information.rb +1 -1
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_owners.rb +1 -1
- data/lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement.rb +1 -1
- data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/create_subscription_response.rb +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument.rb → default_payment_instrument.rb} +9 -9
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__embedded.rb → default_payment_instrument__embedded.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links.rb → default_payment_instrument__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links_self.rb → default_payment_instrument__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bank_account.rb → default_payment_instrument_bank_account.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bill_to.rb → default_payment_instrument_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_buyer_information.rb → default_payment_instrument_buyer_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_buyer_info_issued_by.rb → default_payment_instrument_buyer_information_issued_by.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_buyer_info_personal_identification.rb → default_payment_instrument_buyer_information_personal_identification.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_card.rb → default_payment_instrument_card.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_card_tokenized_info.rb → default_payment_instrument_card_tokenized_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_instrument_identifier.rb → default_payment_instrument_instrument_identifier.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_metadata.rb → default_payment_instrument_metadata.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address.rb → default_shipping_address.rb} +4 -4
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links.rb → default_shipping_address__links.rb} +3 -3
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_customer.rb → default_shipping_address__links_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_self.rb → default_shipping_address__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address_metadata.rb → default_shipping_address_metadata.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address_ship_to.rb → default_shipping_address_ship_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_watchlist_screening_information_watch_list.rb → export_compliance_watch_list.rb} +2 -2
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches.rb → export_compliance_watch_list_matches.rb} +1 -1
- data/lib/cybersource_rest_client/models/{get_subscription_response_1_payment_instrument_buyer_information.rb → follow_on_transaction_buyer_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/generate_unified_checkout_v1_capture_context_request.rb +2 -2
- data/lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument.rb +2 -2
- data/lib/cybersource_rest_client/models/get_subscription_response_1_shipping_address.rb +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb → icc_amount_detail.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items.rb → icc_line_item.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items_additional_info.rb → icc_line_item_additional_info.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items_policies.rb → icc_line_item_policies.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_merchant_information_merchant_descriptor.rb → icc_merchant_descriptor.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb → icc_payment_instrument.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconf_processor_info_payment_instrument_verifi_results.rb → icc_payment_instrument_verification_results.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_order_information_shipping_details.rb → icc_shipping_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{agentic_retrieve_payment_credentials_response200_transaction_response_with_pending_events.rb → icc_transaction_response_pending_events.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructions_decline_threshold.rb → iccv1instructions_decline_threshold.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructions_mandates.rb → iccv1instructions_mandates.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1instructions_recurring_payment_information.rb → iccv1instructions_recurring_payment_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_confirmation_data.rb → iccv1instructionsinstruction_idconfirmations_confirmation_data.rb} +5 -5
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_merchant_information.rb → iccv1instructionsinstruction_idconfirmations_merchant_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_order_information.rb → iccv1instructionsinstruction_idconfirmations_order_information.rb} +5 -5
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_processor_information.rb → iccv1instructionsinstruction_idconfirmations_processor_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_attachments.rb → iccv1instructionsinstruction_idcredentials_attachments.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_client_reference_information.rb → iccv1instructionsinstruction_idcredentials_client_reference_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_mandate_reference_data.rb → iccv1instructionsinstruction_idcredentials_mandate_reference_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_merchant_information.rb → iccv1instructionsinstruction_idcredentials_merchant_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information.rb → iccv1instructionsinstruction_idcredentials_order_information.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_line_items.rb → iccv1instructionsinstruction_idcredentials_order_information_line_items.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_ship_to.rb → iccv1instructionsinstruction_idcredentials_order_information_ship_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_payment_options.rb → iccv1instructionsinstruction_idcredentials_payment_options.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_transaction_data.rb → iccv1instructionsinstruction_idcredentials_transaction_data.rb} +7 -7
- data/lib/cybersource_rest_client/models/{acpv1mppcredentials_challenge.rb → iccv1mppcredentials_challenge.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1mppcredentials_challenge_encryption_jwk.rb → iccv1mppcredentials_challenge_encryption_jwk.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_assurance_data.rb → iccv1tokens_assurance_data.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1tokens_authenticated_identities.rb → iccv1tokens_authenticated_identities.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_authentication_context.rb → iccv1tokens_authentication_context.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_bill_to.rb → iccv1tokens_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information.rb → iccv1tokens_buyer_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information_personal_identification.rb → iccv1tokens_buyer_information_personal_identification.rb} +9 -9
- data/lib/cybersource_rest_client/models/{acpv1tokens_consent_data.rb → iccv1tokens_consent_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_consumer_identity.rb → iccv1tokens_consumer_identity.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_device_information.rb → iccv1tokens_device_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_device_information_device_data.rb → iccv1tokens_device_information_device_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_enrollment_reference_data.rb → iccv1tokens_enrollment_reference_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information.rb → iccv1tokens_payment_information.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_customer.rb → iccv1tokens_payment_information_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_instrument_identifier.rb → iccv1tokens_payment_information_instrument_identifier.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_payment_instrument.rb → iccv1tokens_payment_information_payment_instrument.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb +4 -4
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb +3 -3
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb +5 -5
- data/lib/cybersource_rest_client/models/inline_response_400_11.rb +42 -35
- data/lib/cybersource_rest_client/models/inline_response_400_12.rb +16 -62
- data/lib/cybersource_rest_client/models/{inline_response_400_11_details.rb → inline_response_400_12_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_13.rb +281 -0
- data/lib/cybersource_rest_client/models/inline_response_502.rb +9 -53
- data/lib/cybersource_rest_client/models/inline_response_502_1.rb +24 -12
- data/lib/cybersource_rest_client/models/inline_response_502_2.rb +19 -47
- data/lib/cybersource_rest_client/models/inline_response_502_3.rb +251 -0
- data/lib/cybersource_rest_client/models/{payments_products_microform_configuration_information_configurations_features.rb → microform_config_features.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_microform_configuration_information_configurations_features_gateway_agnostic.rb → microform_config_features_gateway_agnostic.rb} +1 -1
- data/lib/cybersource_rest_client/models/mpp_credentials_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +7 -7
- data/lib/cybersource_rest_client/models/patch_customer_shipping_address_request.rb +3 -3
- data/lib/cybersource_rest_client/models/patch_instrument_identifier_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_payment_instrument_request.rb +7 -7
- data/lib/cybersource_rest_client/models/{payment_instrument_list__embedded_payment_instruments.rb → payment_instrument.rb} +8 -8
- data/lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments.rb → payments_configuration_setup.rb} +23 -23
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_alternative_payment_methods.rb → payments_configuration_setup_alternative_payment_methods.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_alternative_payment_methods_configuration_status.rb → payments_configuration_setup_alternative_payment_methods_configuration_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing.rb → payments_configuration_setup_card_processing.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing_configuration_status.rb → payments_configuration_setup_card_processing_configuration_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing_subscription_status.rb → payments_configuration_setup_card_processing_subscription_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_digital_payments.rb → payments_configuration_setup_digital_payments.rb} +2 -2
- data/lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb +1 -1
- data/lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb +7 -7
- data/lib/cybersource_rest_client/models/post_customer_shipping_address_request.rb +3 -3
- data/lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_instrument_identifier_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_issuer_life_cycle_simulation_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_credentials_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_credentials_request_1.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_instrument_request.rb +7 -7
- data/lib/cybersource_rest_client/models/{ptsv2payments_processing_information_authorization_options.rb → processing_info_authorization_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv2payments_processing_information_authorization_options_initiator.rb → processing_info_authorization_options_initiator.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv2payments_merchant_initiated_transaction.rb → processing_info_authorization_options_initiator_merchant_initiated_transaction.rb} +4 -4
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_processor_information_seller_protection.rb → processor_information_seller_protection.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_issuer_information.rb +166 -1
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_refund_options.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information_refund_options.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/push_funds201_response.rb +11 -1
- data/lib/cybersource_rest_client/models/push_funds201_response_issuer_information.rb +344 -0
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information.rb → push_funds_transfer_payment_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card.rb → push_funds_transfer_payment_information_card.rb} +4 -4
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_customer.rb → push_funds_transfer_payment_information_card_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_instrument_identifier.rb → push_funds_transfer_payment_information_card_instrument_identifier.rb} +1 -1
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_payment_instrument.rb → push_funds_transfer_payment_information_card_payment_instrument.rb} +1 -1
- data/lib/cybersource_rest_client/models/{rbsv1subscriptions_processing_information_authorization_options.rb → rbs_authorization_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{rbsv1subscriptions_processing_information_authorization_options_initiator.rb → rbs_authorization_options_initiator.rb} +1 -1
- data/lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/{reporting_v3_report_definitions_name_get200_response_default_settings.rb → report_definition_default_settings.rb} +1 -1
- data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_get200_response_report_definitions.rb +1 -1
- data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response.rb +1 -1
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information.rb → risk_address_verification_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information_bar_code.rb → risk_address_verification_information_bar_code.rb} +1 -1
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information_standard_address.rb → risk_address_verification_information_standard_address.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address1.rb → risk_address_verification_information_standard_address_address1.rb} +1 -1
- data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier.rb +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata.rb → tms_issuer_life_cycle_event_simulation_metadata.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata_card_art.rb → tms_issuer_life_cycle_event_simulation_metadata_card_art.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tms_issuerlifecycleeventsimulations_metadata_card_art_combined_asset.rb → tms_issuer_life_cycle_event_simulation_metadata_card_art_combined_asset.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_point_of_sale_information.rb → tms_point_of_sale_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_point_of_sale_information_emv_tags.rb → tms_point_of_sale_information_emv_tags.rb} +1 -1
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/tmsv2tokenize_token_information.rb +2 -2
- data/lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded.rb +2 -2
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_authenticated_identities.rb +19 -8
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations.rb → uc_configurations.rb} +2 -2
- data/lib/cybersource_rest_client/models/uc_configurations_features.rb +209 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations_features.rb → uc_configurations_features_click_to_pay.rb} +9 -9
- data/lib/cybersource_rest_client/models/uc_configurations_features_click_to_pay_enrollment_data.rb +223 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations_features_paze.rb → uc_configurations_features_paze.rb} +2 -2
- data/lib/cybersource_rest_client/models/uc_configurations_features_portfolio_accessto_sensitive_data.rb +190 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features.rb → uc_feature_subscription.rb} +22 -22
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_after_pay.rb → uc_feature_subscription_after_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_apple_pay.rb → uc_feature_subscription_apple_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_bancontact.rb → uc_feature_subscription_bancontact.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_click_to_pay.rb → uc_feature_subscription_click_to_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_decision_manager.rb → uc_feature_subscription_decision_manager.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_dragon_pay.rb → uc_feature_subscription_dragon_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_e_check.rb → uc_feature_subscription_e_check.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_google_pay.rb → uc_feature_subscription_google_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_ideal.rb → uc_feature_subscription_ideal.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_konbini.rb → uc_feature_subscription_konbini.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_multibanco.rb → uc_feature_subscription_multibanco.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_my_bank.rb → uc_feature_subscription_my_bank.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_p24.rb → uc_feature_subscription_p24.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_pay_pal.rb → uc_feature_subscription_pay_pal.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_payer_authentication.rb → uc_feature_subscription_payer_authentication.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout.rb → uc_feature_subscription_paze_for_unified_checkout.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_info_features_portfolio_accessof_sensi_data.rb → uc_feature_subscription_portfolio_accessof_sensitive_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_tink_pay_by_bank.rb → uc_feature_subscription_tink_pay_by_bank.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_token_management.rb → uc_feature_subscription_token_management.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_unified_click_to_pay_sdk.rb → uc_feature_subscription_unified_click_to_pay_sdk.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_venmo.rb → uc_feature_subscription_venmo.rb} +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_complete_mandate.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_client_reference_information.rb +227 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_line_items.rb +2 -2
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_ship_to.rb +388 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options_initiator.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations.rb +11 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_googlepay.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal.rb +211 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal_tokenized_payment_method.rb +213 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token.rb +1 -1
- data/lib/cybersource_rest_client/models/{underwriting_configuration_organization_information_business_information_business_details.rb → underwriting_configuration_business_details.rb} +2 -2
- data/lib/cybersource_rest_client/models/underwriting_configuration_business_details_product_services_subscription.rb +1 -1
- data/lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information.rb +1 -1
- data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_processing_info_mit.rb → unified_checkout_merchant_initiated_transaction.rb} +1 -1
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information.rb +4 -2
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_line_items.rb +2 -2
- data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_order_information_line_items_passenger.rb → upv1capturecontexts_data_order_information_passenger.rb} +1 -1
- data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_order_information_line_items_tax_details.rb → upv1capturecontexts_data_order_information_tax_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_processing_information_authorization_options_initiator.rb +1 -1
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information.rb → virtual_terminal_global_payment_settings.rb} +4 -4
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_basic_information.rb → virtual_terminal_global_payment_settings_basic_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_merchant_defined_data_fields.rb → virtual_terminal_global_payment_settings_merchant_defined_data_fields.rb} +1 -1
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_payment_information.rb → virtual_terminal_global_payment_settings_payment_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/vt_config_card_not_present.rb +1 -1
- data/lib/cybersource_rest_client.rb +160 -152
- metadata +161 -153
- data/lib/cybersource_rest_client/api/enrollment_api.rb +0 -104
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information.rb +0 -189
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor.rb +0 -201
- data/lib/cybersource_rest_client/utilities/flex/token_verification.rb +0 -42
|
@@ -0,0 +1,344 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#CyberSource Merged Spec
|
|
3
|
+
|
|
4
|
+
#All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 0.0.1
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.38
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require 'date'
|
|
13
|
+
|
|
14
|
+
module CyberSource
|
|
15
|
+
class PushFunds201ResponseIssuerInformation
|
|
16
|
+
# Domestic indicator for Push funds (OCT). If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
|
|
17
|
+
attr_accessor :oct_domestic_participant_indicator
|
|
18
|
+
|
|
19
|
+
# Cross-border indicator for push funds (OCT). If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
|
|
20
|
+
attr_accessor :oct_cross_border_participant_indicator
|
|
21
|
+
|
|
22
|
+
# Indicates whether domestic money transfer OCTs (push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
|
|
23
|
+
attr_accessor :oct_money_transfer_domestic_indicator
|
|
24
|
+
|
|
25
|
+
# Indicates whether cross-border money transfer OCTs (push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
|
|
26
|
+
attr_accessor :oct_money_transfer_cross_border_indicator
|
|
27
|
+
|
|
28
|
+
# Indicates whether domestic money transfer OCTs (fast push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
|
|
29
|
+
attr_accessor :oct_money_transfer_fast_funds_domestic_indicator
|
|
30
|
+
|
|
31
|
+
# Indicates whether cross-border money transfer OCTs (fast push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
|
|
32
|
+
attr_accessor :oct_money_transfer_fast_funds_cross_border_indicator
|
|
33
|
+
|
|
34
|
+
# This field indicates if the recipient issuer can accept push funds (OCT) transactions from the merchant country. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
|
|
35
|
+
attr_accessor :oct_money_transfer_merchant_country_restricted
|
|
36
|
+
|
|
37
|
+
# Indicates whether domestic non-money transfer OCTs (push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
|
|
38
|
+
attr_accessor :oct_non_money_transfer_domestic_indicator
|
|
39
|
+
|
|
40
|
+
# Indicates whether cross-border non-money transfer OCTs (push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
|
|
41
|
+
attr_accessor :oct_non_money_transfer_cross_border_indicator
|
|
42
|
+
|
|
43
|
+
# Indicates whether domestic non-money transfer OCTs (fast push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
|
|
44
|
+
attr_accessor :oct_non_money_transfer_fast_funds_domestic_indicator
|
|
45
|
+
|
|
46
|
+
# Indicates whether cross-border non-money transfer OCTs (fast push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
|
|
47
|
+
attr_accessor :oct_non_money_transfer_fast_funds_cross_border_indicator
|
|
48
|
+
|
|
49
|
+
# Indicates whether domestic gambling OCTs (push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
|
|
50
|
+
attr_accessor :oct_online_gambling_domestic_indicator
|
|
51
|
+
|
|
52
|
+
# Indicates whether cross-border gambling OCTs (push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
|
|
53
|
+
attr_accessor :oct_online_gambling_cross_border_indicator
|
|
54
|
+
|
|
55
|
+
# Indicates whether domestic gambling OCTs (fast push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
|
|
56
|
+
attr_accessor :oct_online_gambling_fast_funds_domestic_indicator
|
|
57
|
+
|
|
58
|
+
# Indicates whether cross-border gambling OCTs (fast push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
|
|
59
|
+
attr_accessor :oct_online_gambling_fast_funds_cross_border_indicator
|
|
60
|
+
|
|
61
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
62
|
+
def self.attribute_map
|
|
63
|
+
{
|
|
64
|
+
:'oct_domestic_participant_indicator' => :'octDomesticParticipantIndicator',
|
|
65
|
+
:'oct_cross_border_participant_indicator' => :'octCrossBorderParticipantIndicator',
|
|
66
|
+
:'oct_money_transfer_domestic_indicator' => :'octMoneyTransferDomesticIndicator',
|
|
67
|
+
:'oct_money_transfer_cross_border_indicator' => :'octMoneyTransferCrossBorderIndicator',
|
|
68
|
+
:'oct_money_transfer_fast_funds_domestic_indicator' => :'octMoneyTransferFastFundsDomesticIndicator',
|
|
69
|
+
:'oct_money_transfer_fast_funds_cross_border_indicator' => :'octMoneyTransferFastFundsCrossBorderIndicator',
|
|
70
|
+
:'oct_money_transfer_merchant_country_restricted' => :'octMoneyTransferMerchantCountryRestricted',
|
|
71
|
+
:'oct_non_money_transfer_domestic_indicator' => :'octNonMoneyTransferDomesticIndicator',
|
|
72
|
+
:'oct_non_money_transfer_cross_border_indicator' => :'octNonMoneyTransferCrossBorderIndicator',
|
|
73
|
+
:'oct_non_money_transfer_fast_funds_domestic_indicator' => :'octNonMoneyTransferFastFundsDomesticIndicator',
|
|
74
|
+
:'oct_non_money_transfer_fast_funds_cross_border_indicator' => :'octNonMoneyTransferFastFundsCrossBorderIndicator',
|
|
75
|
+
:'oct_online_gambling_domestic_indicator' => :'octOnlineGamblingDomesticIndicator',
|
|
76
|
+
:'oct_online_gambling_cross_border_indicator' => :'octOnlineGamblingCrossBorderIndicator',
|
|
77
|
+
:'oct_online_gambling_fast_funds_domestic_indicator' => :'octOnlineGamblingFastFundsDomesticIndicator',
|
|
78
|
+
:'oct_online_gambling_fast_funds_cross_border_indicator' => :'octOnlineGamblingFastFundsCrossBorderIndicator'
|
|
79
|
+
}
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
# Attribute mapping from JSON key to ruby-style variable name.
|
|
83
|
+
def self.json_map
|
|
84
|
+
{
|
|
85
|
+
:'oct_domestic_participant_indicator' => :'oct_domestic_participant_indicator',
|
|
86
|
+
:'oct_cross_border_participant_indicator' => :'oct_cross_border_participant_indicator',
|
|
87
|
+
:'oct_money_transfer_domestic_indicator' => :'oct_money_transfer_domestic_indicator',
|
|
88
|
+
:'oct_money_transfer_cross_border_indicator' => :'oct_money_transfer_cross_border_indicator',
|
|
89
|
+
:'oct_money_transfer_fast_funds_domestic_indicator' => :'oct_money_transfer_fast_funds_domestic_indicator',
|
|
90
|
+
:'oct_money_transfer_fast_funds_cross_border_indicator' => :'oct_money_transfer_fast_funds_cross_border_indicator',
|
|
91
|
+
:'oct_money_transfer_merchant_country_restricted' => :'oct_money_transfer_merchant_country_restricted',
|
|
92
|
+
:'oct_non_money_transfer_domestic_indicator' => :'oct_non_money_transfer_domestic_indicator',
|
|
93
|
+
:'oct_non_money_transfer_cross_border_indicator' => :'oct_non_money_transfer_cross_border_indicator',
|
|
94
|
+
:'oct_non_money_transfer_fast_funds_domestic_indicator' => :'oct_non_money_transfer_fast_funds_domestic_indicator',
|
|
95
|
+
:'oct_non_money_transfer_fast_funds_cross_border_indicator' => :'oct_non_money_transfer_fast_funds_cross_border_indicator',
|
|
96
|
+
:'oct_online_gambling_domestic_indicator' => :'oct_online_gambling_domestic_indicator',
|
|
97
|
+
:'oct_online_gambling_cross_border_indicator' => :'oct_online_gambling_cross_border_indicator',
|
|
98
|
+
:'oct_online_gambling_fast_funds_domestic_indicator' => :'oct_online_gambling_fast_funds_domestic_indicator',
|
|
99
|
+
:'oct_online_gambling_fast_funds_cross_border_indicator' => :'oct_online_gambling_fast_funds_cross_border_indicator'
|
|
100
|
+
}
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
# Attribute type mapping.
|
|
104
|
+
def self.swagger_types
|
|
105
|
+
{
|
|
106
|
+
:'oct_domestic_participant_indicator' => :'BOOLEAN',
|
|
107
|
+
:'oct_cross_border_participant_indicator' => :'BOOLEAN',
|
|
108
|
+
:'oct_money_transfer_domestic_indicator' => :'BOOLEAN',
|
|
109
|
+
:'oct_money_transfer_cross_border_indicator' => :'BOOLEAN',
|
|
110
|
+
:'oct_money_transfer_fast_funds_domestic_indicator' => :'BOOLEAN',
|
|
111
|
+
:'oct_money_transfer_fast_funds_cross_border_indicator' => :'BOOLEAN',
|
|
112
|
+
:'oct_money_transfer_merchant_country_restricted' => :'BOOLEAN',
|
|
113
|
+
:'oct_non_money_transfer_domestic_indicator' => :'BOOLEAN',
|
|
114
|
+
:'oct_non_money_transfer_cross_border_indicator' => :'BOOLEAN',
|
|
115
|
+
:'oct_non_money_transfer_fast_funds_domestic_indicator' => :'BOOLEAN',
|
|
116
|
+
:'oct_non_money_transfer_fast_funds_cross_border_indicator' => :'BOOLEAN',
|
|
117
|
+
:'oct_online_gambling_domestic_indicator' => :'BOOLEAN',
|
|
118
|
+
:'oct_online_gambling_cross_border_indicator' => :'BOOLEAN',
|
|
119
|
+
:'oct_online_gambling_fast_funds_domestic_indicator' => :'BOOLEAN',
|
|
120
|
+
:'oct_online_gambling_fast_funds_cross_border_indicator' => :'BOOLEAN'
|
|
121
|
+
}
|
|
122
|
+
end
|
|
123
|
+
|
|
124
|
+
# Initializes the object
|
|
125
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
126
|
+
def initialize(attributes = {})
|
|
127
|
+
return unless attributes.is_a?(Hash)
|
|
128
|
+
|
|
129
|
+
# convert string to symbol for hash key
|
|
130
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
131
|
+
|
|
132
|
+
if attributes.has_key?(:'octDomesticParticipantIndicator')
|
|
133
|
+
self.oct_domestic_participant_indicator = attributes[:'octDomesticParticipantIndicator']
|
|
134
|
+
end
|
|
135
|
+
|
|
136
|
+
if attributes.has_key?(:'octCrossBorderParticipantIndicator')
|
|
137
|
+
self.oct_cross_border_participant_indicator = attributes[:'octCrossBorderParticipantIndicator']
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
if attributes.has_key?(:'octMoneyTransferDomesticIndicator')
|
|
141
|
+
self.oct_money_transfer_domestic_indicator = attributes[:'octMoneyTransferDomesticIndicator']
|
|
142
|
+
end
|
|
143
|
+
|
|
144
|
+
if attributes.has_key?(:'octMoneyTransferCrossBorderIndicator')
|
|
145
|
+
self.oct_money_transfer_cross_border_indicator = attributes[:'octMoneyTransferCrossBorderIndicator']
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
if attributes.has_key?(:'octMoneyTransferFastFundsDomesticIndicator')
|
|
149
|
+
self.oct_money_transfer_fast_funds_domestic_indicator = attributes[:'octMoneyTransferFastFundsDomesticIndicator']
|
|
150
|
+
end
|
|
151
|
+
|
|
152
|
+
if attributes.has_key?(:'octMoneyTransferFastFundsCrossBorderIndicator')
|
|
153
|
+
self.oct_money_transfer_fast_funds_cross_border_indicator = attributes[:'octMoneyTransferFastFundsCrossBorderIndicator']
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
if attributes.has_key?(:'octMoneyTransferMerchantCountryRestricted')
|
|
157
|
+
self.oct_money_transfer_merchant_country_restricted = attributes[:'octMoneyTransferMerchantCountryRestricted']
|
|
158
|
+
end
|
|
159
|
+
|
|
160
|
+
if attributes.has_key?(:'octNonMoneyTransferDomesticIndicator')
|
|
161
|
+
self.oct_non_money_transfer_domestic_indicator = attributes[:'octNonMoneyTransferDomesticIndicator']
|
|
162
|
+
end
|
|
163
|
+
|
|
164
|
+
if attributes.has_key?(:'octNonMoneyTransferCrossBorderIndicator')
|
|
165
|
+
self.oct_non_money_transfer_cross_border_indicator = attributes[:'octNonMoneyTransferCrossBorderIndicator']
|
|
166
|
+
end
|
|
167
|
+
|
|
168
|
+
if attributes.has_key?(:'octNonMoneyTransferFastFundsDomesticIndicator')
|
|
169
|
+
self.oct_non_money_transfer_fast_funds_domestic_indicator = attributes[:'octNonMoneyTransferFastFundsDomesticIndicator']
|
|
170
|
+
end
|
|
171
|
+
|
|
172
|
+
if attributes.has_key?(:'octNonMoneyTransferFastFundsCrossBorderIndicator')
|
|
173
|
+
self.oct_non_money_transfer_fast_funds_cross_border_indicator = attributes[:'octNonMoneyTransferFastFundsCrossBorderIndicator']
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
if attributes.has_key?(:'octOnlineGamblingDomesticIndicator')
|
|
177
|
+
self.oct_online_gambling_domestic_indicator = attributes[:'octOnlineGamblingDomesticIndicator']
|
|
178
|
+
end
|
|
179
|
+
|
|
180
|
+
if attributes.has_key?(:'octOnlineGamblingCrossBorderIndicator')
|
|
181
|
+
self.oct_online_gambling_cross_border_indicator = attributes[:'octOnlineGamblingCrossBorderIndicator']
|
|
182
|
+
end
|
|
183
|
+
|
|
184
|
+
if attributes.has_key?(:'octOnlineGamblingFastFundsDomesticIndicator')
|
|
185
|
+
self.oct_online_gambling_fast_funds_domestic_indicator = attributes[:'octOnlineGamblingFastFundsDomesticIndicator']
|
|
186
|
+
end
|
|
187
|
+
|
|
188
|
+
if attributes.has_key?(:'octOnlineGamblingFastFundsCrossBorderIndicator')
|
|
189
|
+
self.oct_online_gambling_fast_funds_cross_border_indicator = attributes[:'octOnlineGamblingFastFundsCrossBorderIndicator']
|
|
190
|
+
end
|
|
191
|
+
end
|
|
192
|
+
|
|
193
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
194
|
+
# @return Array for valid properties with the reasons
|
|
195
|
+
def list_invalid_properties
|
|
196
|
+
invalid_properties = Array.new
|
|
197
|
+
invalid_properties
|
|
198
|
+
end
|
|
199
|
+
|
|
200
|
+
# Check to see if the all the properties in the model are valid
|
|
201
|
+
# @return true if the model is valid
|
|
202
|
+
def valid?
|
|
203
|
+
true
|
|
204
|
+
end
|
|
205
|
+
|
|
206
|
+
# Checks equality by comparing each attribute.
|
|
207
|
+
# @param [Object] Object to be compared
|
|
208
|
+
def ==(o)
|
|
209
|
+
return true if self.equal?(o)
|
|
210
|
+
self.class == o.class &&
|
|
211
|
+
oct_domestic_participant_indicator == o.oct_domestic_participant_indicator &&
|
|
212
|
+
oct_cross_border_participant_indicator == o.oct_cross_border_participant_indicator &&
|
|
213
|
+
oct_money_transfer_domestic_indicator == o.oct_money_transfer_domestic_indicator &&
|
|
214
|
+
oct_money_transfer_cross_border_indicator == o.oct_money_transfer_cross_border_indicator &&
|
|
215
|
+
oct_money_transfer_fast_funds_domestic_indicator == o.oct_money_transfer_fast_funds_domestic_indicator &&
|
|
216
|
+
oct_money_transfer_fast_funds_cross_border_indicator == o.oct_money_transfer_fast_funds_cross_border_indicator &&
|
|
217
|
+
oct_money_transfer_merchant_country_restricted == o.oct_money_transfer_merchant_country_restricted &&
|
|
218
|
+
oct_non_money_transfer_domestic_indicator == o.oct_non_money_transfer_domestic_indicator &&
|
|
219
|
+
oct_non_money_transfer_cross_border_indicator == o.oct_non_money_transfer_cross_border_indicator &&
|
|
220
|
+
oct_non_money_transfer_fast_funds_domestic_indicator == o.oct_non_money_transfer_fast_funds_domestic_indicator &&
|
|
221
|
+
oct_non_money_transfer_fast_funds_cross_border_indicator == o.oct_non_money_transfer_fast_funds_cross_border_indicator &&
|
|
222
|
+
oct_online_gambling_domestic_indicator == o.oct_online_gambling_domestic_indicator &&
|
|
223
|
+
oct_online_gambling_cross_border_indicator == o.oct_online_gambling_cross_border_indicator &&
|
|
224
|
+
oct_online_gambling_fast_funds_domestic_indicator == o.oct_online_gambling_fast_funds_domestic_indicator &&
|
|
225
|
+
oct_online_gambling_fast_funds_cross_border_indicator == o.oct_online_gambling_fast_funds_cross_border_indicator
|
|
226
|
+
end
|
|
227
|
+
|
|
228
|
+
# @see the `==` method
|
|
229
|
+
# @param [Object] Object to be compared
|
|
230
|
+
def eql?(o)
|
|
231
|
+
self == o
|
|
232
|
+
end
|
|
233
|
+
|
|
234
|
+
# Calculates hash code according to all attributes.
|
|
235
|
+
# @return [Fixnum] Hash code
|
|
236
|
+
def hash
|
|
237
|
+
[oct_domestic_participant_indicator, oct_cross_border_participant_indicator, oct_money_transfer_domestic_indicator, oct_money_transfer_cross_border_indicator, oct_money_transfer_fast_funds_domestic_indicator, oct_money_transfer_fast_funds_cross_border_indicator, oct_money_transfer_merchant_country_restricted, oct_non_money_transfer_domestic_indicator, oct_non_money_transfer_cross_border_indicator, oct_non_money_transfer_fast_funds_domestic_indicator, oct_non_money_transfer_fast_funds_cross_border_indicator, oct_online_gambling_domestic_indicator, oct_online_gambling_cross_border_indicator, oct_online_gambling_fast_funds_domestic_indicator, oct_online_gambling_fast_funds_cross_border_indicator].hash
|
|
238
|
+
end
|
|
239
|
+
|
|
240
|
+
# Builds the object from hash
|
|
241
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
242
|
+
# @return [Object] Returns the model itself
|
|
243
|
+
def build_from_hash(attributes)
|
|
244
|
+
return nil unless attributes.is_a?(Hash)
|
|
245
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
246
|
+
if type =~ /\AArray<(.*)>/i
|
|
247
|
+
# check to ensure the input is an array given that the the attribute
|
|
248
|
+
# is documented as an array but the input is not
|
|
249
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
250
|
+
self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
251
|
+
end
|
|
252
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
253
|
+
self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
254
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
|
255
|
+
end
|
|
256
|
+
|
|
257
|
+
self
|
|
258
|
+
end
|
|
259
|
+
|
|
260
|
+
# Deserializes the data based on type
|
|
261
|
+
# @param string type Data type
|
|
262
|
+
# @param string value Value to be deserialized
|
|
263
|
+
# @return [Object] Deserialized data
|
|
264
|
+
def _deserialize(type, value)
|
|
265
|
+
case type.to_sym
|
|
266
|
+
when :DateTime
|
|
267
|
+
DateTime.parse(value)
|
|
268
|
+
when :Date
|
|
269
|
+
Date.parse(value)
|
|
270
|
+
when :String
|
|
271
|
+
value.to_s
|
|
272
|
+
when :Integer
|
|
273
|
+
value.to_i
|
|
274
|
+
when :Float
|
|
275
|
+
value.to_f
|
|
276
|
+
when :BOOLEAN
|
|
277
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
278
|
+
true
|
|
279
|
+
else
|
|
280
|
+
false
|
|
281
|
+
end
|
|
282
|
+
when :Object
|
|
283
|
+
# generic object (usually a Hash), return directly
|
|
284
|
+
value
|
|
285
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
286
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
287
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
288
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
289
|
+
k_type = Regexp.last_match[:k_type]
|
|
290
|
+
v_type = Regexp.last_match[:v_type]
|
|
291
|
+
{}.tap do |hash|
|
|
292
|
+
value.each do |k, v|
|
|
293
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
294
|
+
end
|
|
295
|
+
end
|
|
296
|
+
else # model
|
|
297
|
+
temp_model = CyberSource.const_get(type).new
|
|
298
|
+
temp_model.build_from_hash(value)
|
|
299
|
+
end
|
|
300
|
+
end
|
|
301
|
+
|
|
302
|
+
# Returns the string representation of the object
|
|
303
|
+
# @return [String] String presentation of the object
|
|
304
|
+
def to_s
|
|
305
|
+
to_hash.to_s
|
|
306
|
+
end
|
|
307
|
+
|
|
308
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
309
|
+
# @return [Hash] Returns the object in the form of hash
|
|
310
|
+
def to_body
|
|
311
|
+
to_hash
|
|
312
|
+
end
|
|
313
|
+
|
|
314
|
+
# Returns the object in the form of hash
|
|
315
|
+
# @return [Hash] Returns the object in the form of hash
|
|
316
|
+
def to_hash
|
|
317
|
+
hash = {}
|
|
318
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
319
|
+
value = self.send(attr)
|
|
320
|
+
next if value.nil?
|
|
321
|
+
hash[param] = _to_hash(value)
|
|
322
|
+
end
|
|
323
|
+
hash
|
|
324
|
+
end
|
|
325
|
+
|
|
326
|
+
# Outputs non-array value in the form of hash
|
|
327
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
328
|
+
# @param [Object] value Any valid value
|
|
329
|
+
# @return [Hash] Returns the value in the form of hash
|
|
330
|
+
def _to_hash(value)
|
|
331
|
+
if value.is_a?(Array)
|
|
332
|
+
value.compact.map { |v| _to_hash(v) }
|
|
333
|
+
elsif value.is_a?(Hash)
|
|
334
|
+
{}.tap do |hash|
|
|
335
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
336
|
+
end
|
|
337
|
+
elsif value.respond_to? :to_hash
|
|
338
|
+
value.to_hash
|
|
339
|
+
else
|
|
340
|
+
value
|
|
341
|
+
end
|
|
342
|
+
end
|
|
343
|
+
end
|
|
344
|
+
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 PushFundsTransferPaymentInformation
|
|
16
16
|
attr_accessor :card
|
|
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
|
-
:'card' => :'
|
|
35
|
+
:'card' => :'PushFundsTransferPaymentInformationCard'
|
|
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 PushFundsTransferPaymentInformationCard
|
|
16
16
|
# - `001`: Visa - `002`: Mastercard, Eurocard, which is a European regional brand of Mastercard. - `033`: Visa Electron - `024`: Maestro - `042`: Maestro International
|
|
17
17
|
attr_accessor :type
|
|
18
18
|
|
|
@@ -70,9 +70,9 @@ module CyberSource
|
|
|
70
70
|
:'number' => :'String',
|
|
71
71
|
:'expiration_month' => :'String',
|
|
72
72
|
:'expiration_year' => :'String',
|
|
73
|
-
:'customer' => :'
|
|
74
|
-
:'payment_instrument' => :'
|
|
75
|
-
:'instrument_identifier' => :'
|
|
73
|
+
:'customer' => :'PushFundsTransferPaymentInformationCardCustomer',
|
|
74
|
+
:'payment_instrument' => :'PushFundsTransferPaymentInformationCardPaymentInstrument',
|
|
75
|
+
:'instrument_identifier' => :'PushFundsTransferPaymentInformationCardInstrumentIdentifier'
|
|
76
76
|
}
|
|
77
77
|
end
|
|
78
78
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class PushFundsTransferPaymentInformationCardCustomer
|
|
16
16
|
# Unique identifier for the Customer token used in the transaction. When you include this value in your request, many of the fields that are normally required for an authorization or credit become optional.
|
|
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 PushFundsTransferPaymentInformationCardInstrumentIdentifier
|
|
16
16
|
# Unique identifier for the Instrument Identifier token used in the transaction. When you include this value in your request, many of the fields that can be supplied for an authorization or credit become optional.
|
|
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 PushFundsTransferPaymentInformationCardPaymentInstrument
|
|
16
16
|
# Unique identifier for the Payment Instrument token used in the transaction. When you include this value in your request, many of the fields that are normally required for an authorization or credit become optional.
|
|
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 RbsAuthorizationOptions
|
|
16
16
|
attr_accessor :initiator
|
|
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
|
-
:'initiator' => :'
|
|
35
|
+
:'initiator' => :'RbsAuthorizationOptionsInitiator'
|
|
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 RbsAuthorizationOptionsInitiator
|
|
16
16
|
# > This field is ignored when you provide the `subscriptionInformation.originalTransactionId` or update the subscription. This field indicates whether the transaction is a merchant-initiated transaction or customer-initiated transaction. Valid values: - **customer** - **merchant**
|
|
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 ReportDefinitionDefaultSettings
|
|
16
16
|
# Report Format Valid values: - application/xml - text/csv
|
|
17
17
|
attr_accessor :report_mime_type
|
|
18
18
|
|
|
@@ -63,7 +63,7 @@ module CyberSource
|
|
|
63
63
|
:'report_defintion_name' => :'String',
|
|
64
64
|
:'supported_formats' => :'Array<String>',
|
|
65
65
|
:'description' => :'String',
|
|
66
|
-
:'default_settings' => :'
|
|
66
|
+
:'default_settings' => :'ReportDefinitionDefaultSettings',
|
|
67
67
|
:'subscription_type' => :'String'
|
|
68
68
|
}
|
|
69
69
|
end
|
data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response.rb
CHANGED
|
@@ -67,7 +67,7 @@ module CyberSource
|
|
|
67
67
|
:'attributes' => :'Array<ReportingV3ReportDefinitionsNameGet200ResponseAttributes>',
|
|
68
68
|
:'supported_formats' => :'Array<String>',
|
|
69
69
|
:'description' => :'String',
|
|
70
|
-
:'default_settings' => :'
|
|
70
|
+
:'default_settings' => :'ReportDefinitionDefaultSettings',
|
|
71
71
|
:'subscription_type' => :'String'
|
|
72
72
|
}
|
|
73
73
|
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 RiskAddressVerificationInformation
|
|
16
16
|
# Contains the record type of the postal code with which the address was matched. #### U.S. Addresses Depending on the quantity and quality of the address information provided, this field contains one or two characters: - One character: sufficient correct information was provided to result in accurate matching. - Two characters: standardization would provide a better address if more or better input address information were available. The second character is D (default). Blank fields are unassigned. When an address cannot be standardized, how the input data was parsed determines the address type. In this case, standardization may indicate a street, rural route, highway contract, general delivery, or PO box. #### All Other Countries This field contains one of the following values: - P: Post. - S: Street. - x: Unknown.
|
|
17
17
|
attr_accessor :address_type
|
|
18
18
|
|
|
@@ -67,13 +67,13 @@ module CyberSource
|
|
|
67
67
|
def self.swagger_types
|
|
68
68
|
{
|
|
69
69
|
:'address_type' => :'String',
|
|
70
|
-
:'bar_code' => :'
|
|
70
|
+
:'bar_code' => :'RiskAddressVerificationInformationBarCode',
|
|
71
71
|
:'applicable_region' => :'String',
|
|
72
72
|
:'error_code' => :'String',
|
|
73
73
|
:'status_code' => :'String',
|
|
74
74
|
:'care_of' => :'String',
|
|
75
75
|
:'match_score' => :'Integer',
|
|
76
|
-
:'standard_address' => :'
|
|
76
|
+
:'standard_address' => :'RiskAddressVerificationInformationStandardAddress'
|
|
77
77
|
}
|
|
78
78
|
end
|
|
79
79
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class RiskAddressVerificationInformationBarCode
|
|
16
16
|
# Delivery point bar code determined from the input address.
|
|
17
17
|
attr_accessor :value
|
|
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 RiskAddressVerificationInformationStandardAddress
|
|
16
16
|
attr_accessor :address1
|
|
17
17
|
|
|
18
18
|
# Second line of the standardized address.
|
|
@@ -82,7 +82,7 @@ module CyberSource
|
|
|
82
82
|
# Attribute type mapping.
|
|
83
83
|
def self.swagger_types
|
|
84
84
|
{
|
|
85
|
-
:'address1' => :'
|
|
85
|
+
:'address1' => :'RiskAddressVerificationInformationStandardAddressAddress1',
|
|
86
86
|
:'address2' => :'String',
|
|
87
87
|
:'address3' => :'String',
|
|
88
88
|
:'address4' => :'String',
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class RiskAddressVerificationInformationStandardAddressAddress1
|
|
16
16
|
# First line of the standardized address, including apartment information.
|
|
17
17
|
attr_accessor :with_apartment
|
|
18
18
|
|
|
@@ -76,7 +76,7 @@ module CyberSource
|
|
|
76
76
|
:'status' => :'String',
|
|
77
77
|
:'message' => :'String',
|
|
78
78
|
:'client_reference_information' => :'RiskV1DecisionsPost201ResponseClientReferenceInformation',
|
|
79
|
-
:'address_verification_information' => :'
|
|
79
|
+
:'address_verification_information' => :'RiskAddressVerificationInformation',
|
|
80
80
|
:'error_information' => :'RiskV1AddressVerificationsPost201ResponseErrorInformation'
|
|
81
81
|
}
|
|
82
82
|
end
|
|
@@ -33,7 +33,7 @@ module CyberSource
|
|
|
33
33
|
# Attribute type mapping.
|
|
34
34
|
def self.swagger_types
|
|
35
35
|
{
|
|
36
|
-
:'shipping_addresses' => :'Array<
|
|
36
|
+
:'shipping_addresses' => :'Array<DefaultShippingAddress>'
|
|
37
37
|
}
|
|
38
38
|
end
|
|
39
39
|
|
|
@@ -105,7 +105,7 @@ module CyberSource
|
|
|
105
105
|
:'source' => :'String',
|
|
106
106
|
:'token_provisioning_information' => :'Ptsv2paymentsTokenInformationTokenProvisioningInformation',
|
|
107
107
|
:'card' => :'TmsEmbeddedInstrumentIdentifierCard',
|
|
108
|
-
:'point_of_sale_information' => :'
|
|
108
|
+
:'point_of_sale_information' => :'TmsPointOfSaleInformation',
|
|
109
109
|
:'bank_account' => :'TmsEmbeddedInstrumentIdentifierBankAccount',
|
|
110
110
|
:'tokenized_card' => :'Tmsv2TokenizedCard',
|
|
111
111
|
:'issuer' => :'TmsEmbeddedInstrumentIdentifierIssuer',
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class TmsIssuerLifeCycleEventSimulationMetadata
|
|
16
16
|
attr_accessor :card_art
|
|
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
|
-
:'card_art' => :'
|
|
35
|
+
:'card_art' => :'TmsIssuerLifeCycleEventSimulationMetadataCardArt'
|
|
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 TmsIssuerLifeCycleEventSimulationMetadataCardArt
|
|
16
16
|
attr_accessor :combined_asset
|
|
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
|
-
:'combined_asset' => :'
|
|
35
|
+
:'combined_asset' => :'TmsIssuerLifeCycleEventSimulationMetadataCardArtCombinedAsset'
|
|
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 TmsIssuerLifeCycleEventSimulationMetadataCardArtCombinedAsset
|
|
16
16
|
# Set to \"true\" to simulate an update to the combined card art asset associated with the Tokenized Card.
|
|
17
17
|
attr_accessor :update
|
|
18
18
|
|