cybersource_rest_client 0.0.57 → 0.0.59
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/Authorization.rb +1 -1
- data/lib/cybersource_rest_client/api/batches_api.rb +8 -0
- data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +9 -9
- data/lib/cybersource_rest_client/api/token_api.rb +12 -8
- data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations.rb → card_processing_config.rb} +3 -3
- data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_common.rb → card_processing_config_common.rb} +3 -3
- data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_common_acquirer.rb → card_processing_config_common_acquirer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_common_currencies.rb → card_processing_config_common_currencies.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_common_currencies_1.rb → card_processing_config_common_currencies_1.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payment_products_card_processing_config_common_merchant_descriptor_info.rb → card_processing_config_common_merchant_descriptor_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_common_payment_types.rb → card_processing_config_common_payment_types.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_common_processors.rb → card_processing_config_common_processors.rb} +4 -4
- data/lib/cybersource_rest_client/models/{payments_products_virtual_terminal_configuration_information_configurations.rb → card_processing_config_features.rb} +3 -3
- data/lib/cybersource_rest_client/models/{payment_products_card_processing_config_card_not_present.rb → card_processing_config_features_card_not_present.rb} +3 -3
- data/lib/cybersource_rest_client/models/{payment_products_card_processing_config_card_not_present_installment.rb → card_processing_config_features_card_not_present_installment.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payment_products_card_processing_config_card_not_present_payouts.rb → card_processing_config_features_card_not_present_payouts.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payment_products_card_processing_config_features_card_not_present_payouts_currencies.rb → card_processing_config_features_card_not_present_payouts_currencies.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payment_products_card_processing_config_card_not_present_processors.rb → card_processing_config_features_card_not_present_processors.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_features_card_present.rb → card_processing_config_features_card_present.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payment_products_card_processing_config_card_present_processors.rb → card_processing_config_features_card_present_processors.rb} +1 -1
- data/lib/cybersource_rest_client/models/check_payer_auth_enrollment_request.rb +1 -1
- data/lib/cybersource_rest_client/models/create_bundled_decision_manager_case_request.rb +1 -1
- data/lib/cybersource_rest_client/models/create_credit_request.rb +21 -1
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_configuration_information_configurations.rb → dm_config.rb} +5 -5
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_configuration_information_configurations_organization.rb → dm_config_organization.rb} +1 -1
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_configuration_information_configurations_portfolio_controls.rb → dm_config_portfolio_controls.rb} +1 -1
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_configuration_information_configurations_processing_options.rb → dm_config_processing_options.rb} +1 -1
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_configuration_information_configurations_thirdparty.rb → dm_config_thirdparty.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_configuration_information_configurations_thirdparty_provider.rb → dm_config_thirdparty_provider.rb} +8 -8
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_signifyd.rb → dm_config_thirdparty_provider_accurint.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_accurint_creds.rb → dm_config_thirdparty_provider_accurint_credentials.rb} +1 -1
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_configuration_information_configurations_thirdparty_provider_ekata.rb → dm_config_thirdparty_provider_credilink.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_credilink_creds.rb → dm_config_thirdparty_provider_credilink_credentials.rb} +1 -1
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_emailage.rb → dm_config_thirdparty_provider_ekata.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_ekata_creds.rb → dm_config_thirdparty_provider_ekata_credentials.rb} +1 -1
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_credilink.rb → dm_config_thirdparty_provider_emailage.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_perseuss.rb → dm_config_thirdparty_provider_perseuss.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_accurint.rb → dm_config_thirdparty_provider_signifyd.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_signifyd_creds.rb → dm_config_thirdparty_provider_signifyd_credentials.rb} +1 -1
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_targus.rb → dm_config_thirdparty_provider_targus.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_targus_creds.rb → dm_config_thirdparty_provider_targus_credentials.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_e_check_configuration_information_configurations.rb → e_check_config.rb} +4 -4
- data/lib/cybersource_rest_client/models/{payments_products_e_check_configuration_information_configurations_common.rb → e_check_config_common.rb} +3 -3
- data/lib/cybersource_rest_client/models/{payments_products_e_check_configuration_information_configurations_common_internal_only.rb → e_check_config_common_internal_only.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_e_check_config_common_internal_only_processors.rb → e_check_config_common_internal_only_processors.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_e_check_configuration_information_configurations_common_processors.rb → e_check_config_common_processors.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_e_check_configuration_information_configurations_features.rb → e_check_config_features.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payment_products_e_check_config_account_validation_service.rb → e_check_config_features_account_validation_service.rb} +3 -3
- data/lib/cybersource_rest_client/models/{payment_products_e_check_config_account_validation_service_internal_only.rb → e_check_config_features_account_validation_service_internal_only.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payment_products_e_check_config_account_validation_service_processors.rb → e_check_config_features_account_validation_service_processors.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_e_check_configuration_information_configurations_underwriting.rb → e_check_config_underwriting.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments.rb +15 -5
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get404_response.rb +1 -1
- data/lib/cybersource_rest_client/models/merchant_initiated_transaction_object.rb +242 -0
- data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_instrument_identifier_request.rb +8 -8
- data/lib/cybersource_rest_client/models/patch_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_payer_authentication_configuration_information_configurations.rb → payer_auth_config.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_payer_authentication_configuration_information_configurations_card_types.rb → payer_auth_config_card_types.rb} +9 -9
- data/lib/cybersource_rest_client/models/{payments_products_payer_authentication_configuration_information_configurations_card_types_cb.rb → payer_auth_config_card_types_cb.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payment_products_payer_authentication_config_card_types_j_cbj_secure.rb → payer_auth_config_card_types_j_cbj_secure.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payment_products_payer_authentication_config_card_types_verified.rb → payer_auth_config_card_types_verified_by_visa.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payment_products_payer_authentication_config_card_types_verified_currencies.rb → payer_auth_config_card_types_verified_by_visa_currencies.rb} +1 -1
- data/lib/cybersource_rest_client/models/payments_products.rb +15 -5
- data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_consumer_authentication_information_issuer_information.rb → payments_strong_auth_issuer_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb +8 -8
- data/lib/cybersource_rest_client/models/post_instrument_identifier_request.rb +8 -8
- data/lib/cybersource_rest_client/models/post_payment_credentials_request.rb +191 -0
- data/lib/cybersource_rest_client/models/post_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processor_information.rb +16 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_strong_authentication.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_embedded_actions_capture.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_issuer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_response_insights.rb +22 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_merchant_advice.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_issuer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_refund_options.rb +191 -0
- data/lib/cybersource_rest_client/models/ptsv2credits_recipient_information.rb +214 -0
- data/lib/cybersource_rest_client/models/{riskv1authenticationresults_order_information_line_items.rb → ptsv2credits_sender_information.rb} +78 -43
- data/lib/cybersource_rest_client/models/ptsv2credits_sender_information_account.rb +214 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_acquirer_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb +12 -1
- data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information.rb +35 -5
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_order_information.rb +5 -17
- data/lib/cybersource_rest_client/models/riskv1decisions_acquirer_information.rb +248 -0
- data/lib/cybersource_rest_client/models/{payments_products_secure_acceptance_configuration_information_configurations.rb → sa_config.rb} +7 -7
- data/lib/cybersource_rest_client/models/{payments_products_secure_acceptance_configuration_information_configurations_checkout.rb → sa_config_checkout.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_secure_acceptance_configuration_information_configurations_contact_information.rb → sa_config_contact_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_secure_acceptance_configuration_information_configurations_notifications.rb → sa_config_notifications.rb} +3 -3
- data/lib/cybersource_rest_client/models/{payment_products_secure_acceptance_config_notifications_customer_notifications.rb → sa_config_notifications_customer_notifications.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payment_products_secure_acceptance_config_notifications_merchant_notifications.rb → sa_config_notifications_merchant_notifications.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_secure_acceptance_configuration_information_configurations_payment_methods.rb → sa_config_payment_methods.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_secure_acceptance_configuration_information_configurations_payment_types.rb → sa_config_payment_types.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payment_products_secure_acceptance_config_payment_types_card_types.rb → sa_config_payment_types_card_types.rb} +5 -5
- data/lib/cybersource_rest_client/models/{payment_products_secure_acceptance_config_payment_types_card_types_discover.rb → sa_config_payment_types_card_types_discover.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_secure_acceptance_configuration_information_configurations_service.rb → sa_config_service.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_authorization_options.rb → tms_authorization_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_authorization_options_initiator.rb → tms_authorization_options_initiator.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_merchant_initiated_transaction.rb → tms_authorization_options_initiator_merchant_initiated_transaction.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier.rb → tms_embedded_instrument_identifier.rb} +9 -9
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier__links.rb → tms_embedded_instrument_identifier__links.rb} +3 -3
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_payment_instruments.rb → tms_embedded_instrument_identifier__links_payment_instruments.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier__links_self.rb → tms_embedded_instrument_identifier__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_bank_account.rb → tms_embedded_instrument_identifier_bank_account.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_bill_to.rb → tms_embedded_instrument_identifier_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_card.rb → tms_embedded_instrument_identifier_card.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_issuer.rb → tms_embedded_instrument_identifier_issuer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_metadata.rb → tms_embedded_instrument_identifier_metadata.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_processing_information.rb → tms_embedded_instrument_identifier_processing_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_tokenized_card.rb → tms_embedded_instrument_identifier_tokenized_card.rb} +26 -4
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_tokenized_card_card.rb → tms_embedded_instrument_identifier_tokenized_card_card.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument_processing_information.rb → tms_payment_instrument_processing_info.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument_processing_information_bank_transfer_options.rb → tms_payment_instrument_processing_info_bank_transfer_options.rb} +1 -1
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument.rb +1 -1
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response.rb +21 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information.rb +28 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options.rb +40 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options_initiator.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_capture_options.rb +214 -0
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_recurring_payment_information.rb +197 -0
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_unscheduled_payment_information.rb +191 -0
- data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_features.rb → vt_config.rb} +3 -3
- data/lib/cybersource_rest_client/models/{payments_products_virtual_terminal_configuration_information_configurations_card_not_present.rb → vt_config_card_not_present.rb} +3 -3
- data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_global_payment_info.rb → vt_config_card_not_present_global_payment_information.rb} +4 -4
- data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_global_payment_info_basic_info.rb → vt_config_card_not_present_global_payment_information_basic_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_merchant_defined_data_fields.rb → vt_config_card_not_present_global_payment_information_merchant_defined_data_fields.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_payment_info.rb → vt_config_card_not_present_global_payment_information_payment_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_receipt_info.rb → vt_config_card_not_present_receipt_information.rb} +4 -4
- data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_receipt_info_email_receipt.rb → vt_config_card_not_present_receipt_information_email_receipt.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_receipt_info_header.rb → vt_config_card_not_present_receipt_information_header.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_receipt_info_order_info.rb → vt_config_card_not_present_receipt_information_order_information.rb} +1 -1
- data/lib/cybersource_rest_client.rb +99 -90
- metadata +127 -118
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class DmConfigThirdpartyProvider
|
|
17
17
|
attr_accessor :accurint
|
|
18
18
|
|
|
19
19
|
attr_accessor :credilink
|
|
@@ -57,13 +57,13 @@ module CyberSource
|
|
|
57
57
|
# Attribute type mapping.
|
|
58
58
|
def self.swagger_types
|
|
59
59
|
{
|
|
60
|
-
:'accurint' => :'
|
|
61
|
-
:'credilink' => :'
|
|
62
|
-
:'ekata' => :'
|
|
63
|
-
:'emailage' => :'
|
|
64
|
-
:'perseuss' => :'
|
|
65
|
-
:'signifyd' => :'
|
|
66
|
-
:'targus' => :'
|
|
60
|
+
:'accurint' => :'DmConfigThirdpartyProviderAccurint',
|
|
61
|
+
:'credilink' => :'DmConfigThirdpartyProviderCredilink',
|
|
62
|
+
:'ekata' => :'DmConfigThirdpartyProviderEkata',
|
|
63
|
+
:'emailage' => :'DmConfigThirdpartyProviderEmailage',
|
|
64
|
+
:'perseuss' => :'DmConfigThirdpartyProviderPerseuss',
|
|
65
|
+
:'signifyd' => :'DmConfigThirdpartyProviderSignifyd',
|
|
66
|
+
:'targus' => :'DmConfigThirdpartyProviderTargus'
|
|
67
67
|
}
|
|
68
68
|
end
|
|
69
69
|
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class DmConfigThirdpartyProviderAccurint
|
|
17
17
|
attr_accessor :enabled
|
|
18
18
|
|
|
19
19
|
attr_accessor :credentials
|
|
@@ -38,7 +38,7 @@ module CyberSource
|
|
|
38
38
|
def self.swagger_types
|
|
39
39
|
{
|
|
40
40
|
:'enabled' => :'BOOLEAN',
|
|
41
|
-
:'credentials' => :'
|
|
41
|
+
:'credentials' => :'DmConfigThirdpartyProviderAccurintCredentials'
|
|
42
42
|
}
|
|
43
43
|
end
|
|
44
44
|
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class DmConfigThirdpartyProviderAccurintCredentials
|
|
17
17
|
attr_accessor :username
|
|
18
18
|
|
|
19
19
|
attr_accessor :password
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class DmConfigThirdpartyProviderCredilink
|
|
17
17
|
attr_accessor :enabled
|
|
18
18
|
|
|
19
19
|
attr_accessor :enable_real_time
|
|
@@ -48,7 +48,7 @@ module CyberSource
|
|
|
48
48
|
:'enabled' => :'BOOLEAN',
|
|
49
49
|
:'enable_real_time' => :'BOOLEAN',
|
|
50
50
|
:'use_cybs_credentials' => :'BOOLEAN',
|
|
51
|
-
:'credentials' => :'
|
|
51
|
+
:'credentials' => :'DmConfigThirdpartyProviderCredilinkCredentials'
|
|
52
52
|
}
|
|
53
53
|
end
|
|
54
54
|
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class DmConfigThirdpartyProviderCredilinkCredentials
|
|
17
17
|
attr_accessor :username
|
|
18
18
|
|
|
19
19
|
attr_accessor :password
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class DmConfigThirdpartyProviderEkata
|
|
17
17
|
attr_accessor :enabled
|
|
18
18
|
|
|
19
19
|
attr_accessor :enable_real_time
|
|
@@ -48,7 +48,7 @@ module CyberSource
|
|
|
48
48
|
:'enabled' => :'BOOLEAN',
|
|
49
49
|
:'enable_real_time' => :'BOOLEAN',
|
|
50
50
|
:'use_cybs_credentials' => :'BOOLEAN',
|
|
51
|
-
:'credentials' => :'
|
|
51
|
+
:'credentials' => :'DmConfigThirdpartyProviderEkataCredentials'
|
|
52
52
|
}
|
|
53
53
|
end
|
|
54
54
|
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class DmConfigThirdpartyProviderEkataCredentials
|
|
17
17
|
attr_accessor :api_key
|
|
18
18
|
|
|
19
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class DmConfigThirdpartyProviderEmailage
|
|
17
17
|
attr_accessor :enabled
|
|
18
18
|
|
|
19
19
|
attr_accessor :enable_real_time
|
|
@@ -48,7 +48,7 @@ module CyberSource
|
|
|
48
48
|
:'enabled' => :'BOOLEAN',
|
|
49
49
|
:'enable_real_time' => :'BOOLEAN',
|
|
50
50
|
:'use_cybs_credentials' => :'BOOLEAN',
|
|
51
|
-
:'credentials' => :'
|
|
51
|
+
:'credentials' => :'DmConfigThirdpartyProviderAccurintCredentials'
|
|
52
52
|
}
|
|
53
53
|
end
|
|
54
54
|
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class DmConfigThirdpartyProviderPerseuss
|
|
17
17
|
attr_accessor :enabled
|
|
18
18
|
|
|
19
19
|
attr_accessor :enable_real_time
|
|
@@ -43,7 +43,7 @@ module CyberSource
|
|
|
43
43
|
{
|
|
44
44
|
:'enabled' => :'BOOLEAN',
|
|
45
45
|
:'enable_real_time' => :'BOOLEAN',
|
|
46
|
-
:'credentials' => :'
|
|
46
|
+
:'credentials' => :'DmConfigThirdpartyProviderAccurintCredentials'
|
|
47
47
|
}
|
|
48
48
|
end
|
|
49
49
|
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class DmConfigThirdpartyProviderSignifyd
|
|
17
17
|
attr_accessor :enabled
|
|
18
18
|
|
|
19
19
|
attr_accessor :credentials
|
|
@@ -38,7 +38,7 @@ module CyberSource
|
|
|
38
38
|
def self.swagger_types
|
|
39
39
|
{
|
|
40
40
|
:'enabled' => :'BOOLEAN',
|
|
41
|
-
:'credentials' => :'
|
|
41
|
+
:'credentials' => :'DmConfigThirdpartyProviderSignifydCredentials'
|
|
42
42
|
}
|
|
43
43
|
end
|
|
44
44
|
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class DmConfigThirdpartyProviderSignifydCredentials
|
|
17
17
|
attr_accessor :team_id
|
|
18
18
|
|
|
19
19
|
attr_accessor :api_key
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class DmConfigThirdpartyProviderTargus
|
|
17
17
|
attr_accessor :enabled
|
|
18
18
|
|
|
19
19
|
attr_accessor :use_cybs_credentials
|
|
@@ -43,7 +43,7 @@ module CyberSource
|
|
|
43
43
|
{
|
|
44
44
|
:'enabled' => :'BOOLEAN',
|
|
45
45
|
:'use_cybs_credentials' => :'BOOLEAN',
|
|
46
|
-
:'credentials' => :'
|
|
46
|
+
:'credentials' => :'DmConfigThirdpartyProviderTargusCredentials'
|
|
47
47
|
}
|
|
48
48
|
end
|
|
49
49
|
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class DmConfigThirdpartyProviderTargusCredentials
|
|
17
17
|
attr_accessor :username
|
|
18
18
|
|
|
19
19
|
attr_accessor :password
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class ECheckConfig
|
|
17
17
|
attr_accessor :common
|
|
18
18
|
|
|
19
19
|
attr_accessor :underwriting
|
|
@@ -41,9 +41,9 @@ module CyberSource
|
|
|
41
41
|
# Attribute type mapping.
|
|
42
42
|
def self.swagger_types
|
|
43
43
|
{
|
|
44
|
-
:'common' => :'
|
|
45
|
-
:'underwriting' => :'
|
|
46
|
-
:'features' => :'
|
|
44
|
+
:'common' => :'ECheckConfigCommon',
|
|
45
|
+
:'underwriting' => :'ECheckConfigUnderwriting',
|
|
46
|
+
:'features' => :'ECheckConfigFeatures'
|
|
47
47
|
}
|
|
48
48
|
end
|
|
49
49
|
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class ECheckConfigCommon
|
|
17
17
|
attr_accessor :processors
|
|
18
18
|
|
|
19
19
|
attr_accessor :internal_only
|
|
@@ -57,8 +57,8 @@ module CyberSource
|
|
|
57
57
|
# Attribute type mapping.
|
|
58
58
|
def self.swagger_types
|
|
59
59
|
{
|
|
60
|
-
:'processors' => :'Hash<String,
|
|
61
|
-
:'internal_only' => :'
|
|
60
|
+
:'processors' => :'Hash<String, ECheckConfigCommonProcessors>',
|
|
61
|
+
:'internal_only' => :'ECheckConfigCommonInternalOnly',
|
|
62
62
|
:'account_holder_name' => :'String',
|
|
63
63
|
:'account_type' => :'String',
|
|
64
64
|
:'account_routing_number' => :'String',
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class ECheckConfigCommonInternalOnly
|
|
17
17
|
# *NEW* Used by EBC UI always set to true
|
|
18
18
|
attr_accessor :display_echeck_info
|
|
19
19
|
|
|
@@ -40,7 +40,7 @@ module CyberSource
|
|
|
40
40
|
def self.swagger_types
|
|
41
41
|
{
|
|
42
42
|
:'display_echeck_info' => :'BOOLEAN',
|
|
43
|
-
:'processors' => :'Hash<String,
|
|
43
|
+
:'processors' => :'Hash<String, ECheckConfigCommonInternalOnlyProcessors>'
|
|
44
44
|
}
|
|
45
45
|
end
|
|
46
46
|
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
16
|
# Name of the payment processor. Example - \"wellsfargoach\"
|
|
17
|
-
class
|
|
17
|
+
class ECheckConfigCommonInternalOnlyProcessors
|
|
18
18
|
# *NEW* Flag to indicate whether the processor is migrated to the Common Connectivity Services Platform. Applicable for VPC and amexdirect processors.
|
|
19
19
|
attr_accessor :enable_ccs
|
|
20
20
|
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
16
|
# Payment Processing connection used to support eCheck, aka ACH, payment methods. Example - \"bofaach\"
|
|
17
|
-
class
|
|
17
|
+
class ECheckConfigCommonProcessors
|
|
18
18
|
# *EXISTING* Company (merchant) defined description of entry to receive. For e.g. PAYROLL, GAS BILL, INS PREM. This field is alphanumeric
|
|
19
19
|
attr_accessor :company_entry_description
|
|
20
20
|
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class ECheckConfigFeatures
|
|
17
17
|
attr_accessor :account_validation_service
|
|
18
18
|
|
|
19
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -33,7 +33,7 @@ module CyberSource
|
|
|
33
33
|
# Attribute type mapping.
|
|
34
34
|
def self.swagger_types
|
|
35
35
|
{
|
|
36
|
-
:'account_validation_service' => :'
|
|
36
|
+
:'account_validation_service' => :'ECheckConfigFeaturesAccountValidationService'
|
|
37
37
|
}
|
|
38
38
|
end
|
|
39
39
|
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class ECheckConfigFeaturesAccountValidationService
|
|
17
17
|
attr_accessor :internal_only
|
|
18
18
|
|
|
19
19
|
# *NEW* Payment Processing connection used to support eCheck, aka ACH, payment methods. Example * \"bofaach\" * \"wellsfargoach\"
|
|
@@ -38,8 +38,8 @@ module CyberSource
|
|
|
38
38
|
# Attribute type mapping.
|
|
39
39
|
def self.swagger_types
|
|
40
40
|
{
|
|
41
|
-
:'internal_only' => :'
|
|
42
|
-
:'processors' => :'Hash<String,
|
|
41
|
+
:'internal_only' => :'ECheckConfigFeaturesAccountValidationServiceInternalOnly',
|
|
42
|
+
:'processors' => :'Hash<String, ECheckConfigFeaturesAccountValidationServiceProcessors>'
|
|
43
43
|
}
|
|
44
44
|
end
|
|
45
45
|
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class ECheckConfigFeaturesAccountValidationServiceInternalOnly
|
|
17
17
|
# *NEW* Payment Processing connection used to support eCheck, aka ACH, payment methods. Example * \"bofaach\" * \"wellsfargoach\"
|
|
18
18
|
attr_accessor :processors
|
|
19
19
|
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
16
|
# *NEW* Name of the payment processor. Example - \"wellsfargoach\"
|
|
17
|
-
class
|
|
17
|
+
class ECheckConfigFeaturesAccountValidationServiceProcessors
|
|
18
18
|
# *NEW* Determined in WF eTicket if account has opted into the Account Ownership Service.
|
|
19
19
|
attr_accessor :avs_account_ownership_service
|
|
20
20
|
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module CyberSource
|
|
16
|
-
class
|
|
16
|
+
class ECheckConfigUnderwriting
|
|
17
17
|
# Mandatory Free-text (csv) Possible values (combination): CCD — Cash Concentration or Disbursement, or CCD, is a charge or refund against a business checking account. One-time or recurring CCD transactions are fund transfers to or from a corporate entity. A standing authorization is required for recurring transactions. PPD — Prearranged Payment and Deposit Entry, or PPD, is a charge or refund against a customer's checking or savings account. PPD entries can only be originated when payment and deposit terms between the merchant and the customer are prearranged. A written authorization from the customer is required for one-time transactions and a written standing authorization is required for recurring transactions. TEL — Telephone-Initiated Entry, or TEL, is a one-time charge against a customer's checking or savings account. TEL transactions can only be originated when a business relationship between the merchant and the customer already exists; or if a relationship does not exist, then only when the customer initiates the telephone call to the merchant. Payment authorization is obtained from the customer by telephone. WEB — Internet-Initiated Entry or WEB is a charge against a customer's checking or savings account. One-time or recurring WEB transactions are originated through the Internet. Payment authorization is also obtained from the customer through the Internet.
|
|
18
18
|
attr_accessor :standard_entry_class_codes
|
|
19
19
|
|
|
@@ -46,6 +46,8 @@ module CyberSource
|
|
|
46
46
|
|
|
47
47
|
attr_accessor :unified_checkout
|
|
48
48
|
|
|
49
|
+
attr_accessor :receivables_manager
|
|
50
|
+
|
|
49
51
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
50
52
|
def self.attribute_map
|
|
51
53
|
{
|
|
@@ -64,7 +66,8 @@ module CyberSource
|
|
|
64
66
|
:'payment_orchestration' => :'paymentOrchestration',
|
|
65
67
|
:'payouts' => :'payouts',
|
|
66
68
|
:'pay_by_link' => :'payByLink',
|
|
67
|
-
:'unified_checkout' => :'unifiedCheckout'
|
|
69
|
+
:'unified_checkout' => :'unifiedCheckout',
|
|
70
|
+
:'receivables_manager' => :'receivablesManager'
|
|
68
71
|
}
|
|
69
72
|
end
|
|
70
73
|
|
|
@@ -86,7 +89,8 @@ module CyberSource
|
|
|
86
89
|
:'payment_orchestration' => :'payment_orchestration',
|
|
87
90
|
:'payouts' => :'payouts',
|
|
88
91
|
:'pay_by_link' => :'pay_by_link',
|
|
89
|
-
:'unified_checkout' => :'unified_checkout'
|
|
92
|
+
:'unified_checkout' => :'unified_checkout',
|
|
93
|
+
:'receivables_manager' => :'receivables_manager'
|
|
90
94
|
}
|
|
91
95
|
end
|
|
92
96
|
|
|
@@ -108,7 +112,8 @@ module CyberSource
|
|
|
108
112
|
:'payment_orchestration' => :'InlineResponse2011SetupsPaymentsDigitalPayments',
|
|
109
113
|
:'payouts' => :'InlineResponse2011SetupsPaymentsCardProcessing',
|
|
110
114
|
:'pay_by_link' => :'InlineResponse2011SetupsPaymentsDigitalPayments',
|
|
111
|
-
:'unified_checkout' => :'InlineResponse2011SetupsPaymentsDigitalPayments'
|
|
115
|
+
:'unified_checkout' => :'InlineResponse2011SetupsPaymentsDigitalPayments',
|
|
116
|
+
:'receivables_manager' => :'InlineResponse2011SetupsPaymentsDigitalPayments'
|
|
112
117
|
}
|
|
113
118
|
end
|
|
114
119
|
|
|
@@ -183,6 +188,10 @@ module CyberSource
|
|
|
183
188
|
if attributes.has_key?(:'unifiedCheckout')
|
|
184
189
|
self.unified_checkout = attributes[:'unifiedCheckout']
|
|
185
190
|
end
|
|
191
|
+
|
|
192
|
+
if attributes.has_key?(:'receivablesManager')
|
|
193
|
+
self.receivables_manager = attributes[:'receivablesManager']
|
|
194
|
+
end
|
|
186
195
|
end
|
|
187
196
|
|
|
188
197
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -218,7 +227,8 @@ module CyberSource
|
|
|
218
227
|
payment_orchestration == o.payment_orchestration &&
|
|
219
228
|
payouts == o.payouts &&
|
|
220
229
|
pay_by_link == o.pay_by_link &&
|
|
221
|
-
unified_checkout == o.unified_checkout
|
|
230
|
+
unified_checkout == o.unified_checkout &&
|
|
231
|
+
receivables_manager == o.receivables_manager
|
|
222
232
|
end
|
|
223
233
|
|
|
224
234
|
# @see the `==` method
|
|
@@ -230,7 +240,7 @@ module CyberSource
|
|
|
230
240
|
# Calculates hash code according to all attributes.
|
|
231
241
|
# @return [Fixnum] Hash code
|
|
232
242
|
def hash
|
|
233
|
-
[card_processing, card_present_connect, e_check, payer_authentication, digital_payments, secure_acceptance, virtual_terminal, currency_conversion, tax, customer_invoicing, recurring_billing, cybs_ready_terminal, payment_orchestration, payouts, pay_by_link, unified_checkout].hash
|
|
243
|
+
[card_processing, card_present_connect, e_check, payer_authentication, digital_payments, secure_acceptance, virtual_terminal, currency_conversion, tax, customer_invoicing, recurring_billing, cybs_ready_terminal, payment_orchestration, payouts, pay_by_link, unified_checkout, receivables_manager].hash
|
|
234
244
|
end
|
|
235
245
|
|
|
236
246
|
# Builds the object from hash
|
|
@@ -17,7 +17,7 @@ module CyberSource
|
|
|
17
17
|
# Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **Example** `2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by Cybersource for all services.
|
|
18
18
|
attr_accessor :submit_time_utc
|
|
19
19
|
|
|
20
|
-
# The status of the invoice. Possible values: - NOTFOUND
|
|
20
|
+
# The status of the invoice. Possible values: - NOTFOUND
|
|
21
21
|
attr_accessor :status
|
|
22
22
|
|
|
23
23
|
# The reason of the status. Possible values: - MISSING_FIELD - INVALID_DATA - DUPLICATE_REQUEST - INVALID_MERCHANT_CONFIGURATION - PROCESSOR_UNAVAILABLE
|