cybersource_rest_client 0.0.83 → 0.0.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/AuthenticationSDK/authentication/jwt/JwtToken.rb +46 -27
- data/lib/AuthenticationSDK/core/MerchantConfig.rb +82 -48
- data/lib/AuthenticationSDK/util/Cache.rb +7 -4
- data/lib/AuthenticationSDK/util/Constants.rb +6 -0
- data/lib/AuthenticationSDK/util/MLEUtility.rb +9 -0
- data/lib/cybersource_rest_client/api/batches_api.rb +1 -1
- data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +14 -22
- data/lib/cybersource_rest_client/api/credentials_api.rb +104 -0
- data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +3 -3
- data/lib/cybersource_rest_client/api/enrollment_api.rb +2 -2
- data/lib/cybersource_rest_client/api/instructions_api.rb +10 -10
- data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +3 -3
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +20 -28
- data/lib/cybersource_rest_client/api/network_tokens_api.rb +654 -0
- data/lib/cybersource_rest_client/api/plans_api.rb +1 -1
- data/lib/cybersource_rest_client/api/subscriptions_api.rb +183 -1
- data/lib/cybersource_rest_client/api/subscriptions_follow_ons_api.rb +1 -1
- data/lib/cybersource_rest_client/api_client.rb +4 -0
- data/lib/cybersource_rest_client/models/account_validations_request.rb +15 -5
- data/lib/cybersource_rest_client/models/acpv1instructions_decline_threshold.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructions_mandates.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructions_recurring_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1mppcredentials_challenge.rb +369 -0
- data/lib/cybersource_rest_client/models/acpv1mppcredentials_challenge_encryption_jwk.rb +336 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_assurance_data.rb +7 -7
- data/lib/cybersource_rest_client/models/acpv1tokens_authenticated_identities.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_authentication_context.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_bill_to.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_consumer_identity.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_device_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_enrollment_reference_data.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/auth_reversal_request.rb +11 -1
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information.rb +32 -6
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank.rb +1 -1
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank_account.rb +1 -1
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_customer.rb +196 -0
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_instrument_identifier.rb +196 -0
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_payment_instrument.rb +196 -0
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_token_information.rb +208 -0
- data/lib/cybersource_rest_client/models/card_processing_config_common_processors.rb +105 -1
- data/lib/cybersource_rest_client/models/commerce_solutions_products.rb +15 -5
- data/lib/cybersource_rest_client/models/create_credit_request.rb +15 -5
- data/lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_amount_details_surcharge.rb +22 -5
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response.rb +247 -0
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_1.rb +224 -0
- data/lib/cybersource_rest_client/models/{pbl_payment_links_post201_response__links.rb → get_subscriptions_payments_response_1__links.rb} +1 -1
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response__links.rb +209 -0
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_cycles_completed_count.rb +191 -0
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_subscription_payment.rb +356 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_tokenized_card.rb +26 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb +15 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_payments.rb +25 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb +15 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb +25 -5
- data/lib/cybersource_rest_client/models/inline_response_400_10.rb +30 -75
- data/lib/cybersource_rest_client/models/{inline_response_400_8_details.rb → inline_response_400_10_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_11.rb +235 -0
- data/lib/cybersource_rest_client/models/{inline_response_400_7_details.rb → inline_response_400_11_details.rb} +3 -3
- data/lib/cybersource_rest_client/models/inline_response_400_12.rb +281 -0
- data/lib/cybersource_rest_client/models/inline_response_400_6.rb +37 -60
- data/lib/cybersource_rest_client/models/inline_response_400_7.rb +6 -6
- data/lib/cybersource_rest_client/models/inline_response_400_8.rb +58 -36
- data/lib/cybersource_rest_client/models/{inline_response_400_6_fields.rb → inline_response_400_8_fields.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_9.rb +16 -16
- data/lib/cybersource_rest_client/models/inline_response_400_9_details.rb +2 -2
- data/lib/cybersource_rest_client/models/inline_response_404_3.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_422_1.rb +1 -1
- data/lib/cybersource_rest_client/models/iplv2paymentlinks_order_information_line_items.rb +73 -5
- data/lib/cybersource_rest_client/models/mit_reversal_request.rb +11 -1
- data/lib/cybersource_rest_client/models/mpp_credentials_request.rb +221 -0
- data/lib/cybersource_rest_client/models/mpp_credentials_response200.rb +338 -0
- data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_customer_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/payment_instrument_list_1__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/{payment_instrument_list_1__embedded__embedded.rb → payment_instrument_list__embedded__embedded.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payment_instrument_list_1__embedded_payment_instruments.rb → payment_instrument_list__embedded_payment_instruments.rb} +2 -2
- data/lib/cybersource_rest_client/models/payments_products.rb +25 -5
- data/lib/cybersource_rest_client/models/payments_products_currency_conversion_configuration_information_configurations_processors.rb +14 -2
- data/lib/cybersource_rest_client/models/payments_products_microform.rb +199 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information.rb +199 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features_gateway_agnostic.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_subscription_information.rb +227 -0
- data/lib/cybersource_rest_client/models/pbl_payment_links_get200_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pbl_payment_links_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_customer_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_tokenized_card_request.rb +15 -5
- data/lib/cybersource_rest_client/models/pts_v2_create_billing_agreement_post201_response_agreement_information.rb +80 -1
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +41 -1
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_merchant_information.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_account_information.rb +189 -0
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information.rb +15 -5
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information_account_features.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_token_information.rb +189 -0
- data/lib/cybersource_rest_client/models/pts_v2_modify_billing_agreement_post201_response_agreement_information.rb +35 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_point_of_sale_information.rb +22 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_order_post201_response_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb +106 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_strong_authentication.rb +22 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information.rb +15 -5
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_payment_information_tokenized_card.rb → pts_v2_payments_post201_response_payment_account_information_tokenized_card.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +23 -6
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information.rb +15 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_third_party_token.rb +213 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_error_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information_amount_details.rb +18 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +19 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_processor_information.rb +7 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +45 -5
- data/lib/cybersource_rest_client/models/{pull_funds201_response_processor_information_avs.rb → pts_v2_payouts_post201_response_processor_information_avs.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_customer.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_electronic_verification_results.rb +281 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_buyer_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb +18 -5
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +19 -6
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_agreement_information.rb +84 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information.rb +12 -2
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_amount_details.rb +230 -0
- data/lib/cybersource_rest_client/models/{ptsv2intents_order_information_invoice_details.rb → ptsv2billingagreements_order_information_invoice_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account_alias.rb +207 -0
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreementsid_agreement_information.rb +56 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreementsid_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +35 -5
- data/lib/cybersource_rest_client/models/ptsv2credits_token_information.rb +228 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2intentsid_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information.rb +28 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_digital_currency.rb +231 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_shipping_details.rb +23 -6
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account_alias.rb +207 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_third_party_token.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +72 -6
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_program_indicators.rb +202 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +56 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_sender_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information.rb +193 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information_authenticated_identities.rb +252 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_shipping_details.rb +100 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processor_information.rb +39 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_shipping_details.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_device_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_payment_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +18 -5
- data/lib/cybersource_rest_client/models/pull_funds201_response_processor_information.rb +36 -6
- data/lib/cybersource_rest_client/models/pull_funds_request.rb +11 -1
- data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +45 -5
- data/lib/cybersource_rest_client/models/risk_products.rb +15 -5
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_ship_to.rb +39 -5
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/tms_card_art.rb +23 -1
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_bill_to.rb +22 -5
- data/lib/cybersource_rest_client/models/tms_tokenized_card_delete_request.rb +189 -0
- data/lib/cybersource_rest_client/models/tmsv1paymentinstruments__embedded.rb +190 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card.rb +22 -1
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_card.rb +1 -1
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata.rb +16 -5
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer.rb +41 -8
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_bank_applications.rb +201 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_capabilities.rb +257 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_verification_results.rb +202 -0
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded.rb +200 -0
- data/lib/cybersource_rest_client/models/{tmsv3tokenstoken_idpaymentcredentials_order_information_bill_to.rb → tmsv2tokenizedcards_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_iddelete_reason.rb +208 -0
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_sender_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data.rb +44 -14
- data/lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information.rb +325 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information_sub_merchant.rb +366 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_consumer_authentication_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ucv1sessions_data_installment_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information_merchant_descriptor.rb +18 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information.rb +16 -6
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details.rb +86 -12
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details.rb +242 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details_transaction_advice_addendum.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_line_items.rb +702 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_shipping_details.rb +213 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information.rb +38 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_bank_transfer_options.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_recurring_options.rb +192 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_recipient_information.rb +107 -53
- data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information.rb +376 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information_account.rb +213 -0
- data/lib/cybersource_rest_client/models/update_payments.rb +192 -0
- data/lib/cybersource_rest_client/models/value_added_services_products.rb +25 -5
- data/lib/cybersource_rest_client.rb +71 -12
- metadata +78 -19
- data/lib/cybersource_rest_client/api/token_api.rb +0 -306
- data/lib/cybersource_rest_client/api/tokenized_card_api.rb +0 -371
data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb
CHANGED
|
@@ -19,12 +19,18 @@ module CyberSource
|
|
|
19
19
|
|
|
20
20
|
attr_accessor :bank_account_validation
|
|
21
21
|
|
|
22
|
+
attr_accessor :flexapi
|
|
23
|
+
|
|
24
|
+
attr_accessor :webhooks
|
|
25
|
+
|
|
22
26
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
23
27
|
def self.attribute_map
|
|
24
28
|
{
|
|
25
29
|
:'reporting' => :'reporting',
|
|
26
30
|
:'transaction_search' => :'transactionSearch',
|
|
27
|
-
:'bank_account_validation' => :'bankAccountValidation'
|
|
31
|
+
:'bank_account_validation' => :'bankAccountValidation',
|
|
32
|
+
:'flexapi' => :'flexapi',
|
|
33
|
+
:'webhooks' => :'webhooks'
|
|
28
34
|
}
|
|
29
35
|
end
|
|
30
36
|
|
|
@@ -33,7 +39,9 @@ module CyberSource
|
|
|
33
39
|
{
|
|
34
40
|
:'reporting' => :'reporting',
|
|
35
41
|
:'transaction_search' => :'transaction_search',
|
|
36
|
-
:'bank_account_validation' => :'bank_account_validation'
|
|
42
|
+
:'bank_account_validation' => :'bank_account_validation',
|
|
43
|
+
:'flexapi' => :'flexapi',
|
|
44
|
+
:'webhooks' => :'webhooks'
|
|
37
45
|
}
|
|
38
46
|
end
|
|
39
47
|
|
|
@@ -42,7 +50,9 @@ module CyberSource
|
|
|
42
50
|
{
|
|
43
51
|
:'reporting' => :'InlineResponse2014SetupsPaymentsDigitalPayments',
|
|
44
52
|
:'transaction_search' => :'InlineResponse2014SetupsPaymentsDigitalPayments',
|
|
45
|
-
:'bank_account_validation' => :'InlineResponse2014SetupsPaymentsDigitalPayments'
|
|
53
|
+
:'bank_account_validation' => :'InlineResponse2014SetupsPaymentsDigitalPayments',
|
|
54
|
+
:'flexapi' => :'InlineResponse2014SetupsPaymentsDigitalPayments',
|
|
55
|
+
:'webhooks' => :'InlineResponse2014SetupsPaymentsDigitalPayments'
|
|
46
56
|
}
|
|
47
57
|
end
|
|
48
58
|
|
|
@@ -65,6 +75,14 @@ module CyberSource
|
|
|
65
75
|
if attributes.has_key?(:'bankAccountValidation')
|
|
66
76
|
self.bank_account_validation = attributes[:'bankAccountValidation']
|
|
67
77
|
end
|
|
78
|
+
|
|
79
|
+
if attributes.has_key?(:'flexapi')
|
|
80
|
+
self.flexapi = attributes[:'flexapi']
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
if attributes.has_key?(:'webhooks')
|
|
84
|
+
self.webhooks = attributes[:'webhooks']
|
|
85
|
+
end
|
|
68
86
|
end
|
|
69
87
|
|
|
70
88
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -87,7 +105,9 @@ module CyberSource
|
|
|
87
105
|
self.class == o.class &&
|
|
88
106
|
reporting == o.reporting &&
|
|
89
107
|
transaction_search == o.transaction_search &&
|
|
90
|
-
bank_account_validation == o.bank_account_validation
|
|
108
|
+
bank_account_validation == o.bank_account_validation &&
|
|
109
|
+
flexapi == o.flexapi &&
|
|
110
|
+
webhooks == o.webhooks
|
|
91
111
|
end
|
|
92
112
|
|
|
93
113
|
# @see the `==` method
|
|
@@ -99,7 +119,7 @@ module CyberSource
|
|
|
99
119
|
# Calculates hash code according to all attributes.
|
|
100
120
|
# @return [Fixnum] Hash code
|
|
101
121
|
def hash
|
|
102
|
-
[reporting, transaction_search, bank_account_validation].hash
|
|
122
|
+
[reporting, transaction_search, bank_account_validation, flexapi, webhooks].hash
|
|
103
123
|
end
|
|
104
124
|
|
|
105
125
|
# Builds the object from hash
|
|
@@ -13,56 +13,51 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
class InlineResponse40010
|
|
16
|
-
#
|
|
17
|
-
attr_accessor :id
|
|
18
|
-
|
|
19
|
-
# Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **Example** `2023-05-17T22:47:57Z` equals May 17, 2023, at 22:47:57 (10:47:57 PM). The `T` separates the date and the time. The `Z` indicates UTC.
|
|
20
|
-
attr_accessor :submit_time_utc
|
|
21
|
-
|
|
22
|
-
# Message describing the status of the currency conversion request. Possible values: - INVALID_REQUEST
|
|
16
|
+
# The status of the submitted request. Possible values: - BAD_REQUEST
|
|
23
17
|
attr_accessor :status
|
|
24
18
|
|
|
25
|
-
# The
|
|
26
|
-
attr_accessor :reason
|
|
27
|
-
|
|
28
|
-
# Descriptive message to add more detail to the status
|
|
19
|
+
# The detail message related to the status and reason listed above.
|
|
29
20
|
attr_accessor :message
|
|
30
21
|
|
|
22
|
+
# An optional short string which identifies the exact error.
|
|
23
|
+
attr_accessor :code
|
|
24
|
+
|
|
25
|
+
# An optional array which provides more details of the error.
|
|
31
26
|
attr_accessor :details
|
|
32
27
|
|
|
28
|
+
# 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.
|
|
29
|
+
attr_accessor :submit_time_utc
|
|
30
|
+
|
|
33
31
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
34
32
|
def self.attribute_map
|
|
35
33
|
{
|
|
36
|
-
:'id' => :'id',
|
|
37
|
-
:'submit_time_utc' => :'submitTimeUtc',
|
|
38
34
|
:'status' => :'status',
|
|
39
|
-
:'reason' => :'reason',
|
|
40
35
|
:'message' => :'message',
|
|
41
|
-
:'
|
|
36
|
+
:'code' => :'code',
|
|
37
|
+
:'details' => :'details',
|
|
38
|
+
:'submit_time_utc' => :'submitTimeUtc'
|
|
42
39
|
}
|
|
43
40
|
end
|
|
44
41
|
|
|
45
42
|
# Attribute mapping from JSON key to ruby-style variable name.
|
|
46
43
|
def self.json_map
|
|
47
44
|
{
|
|
48
|
-
:'id' => :'id',
|
|
49
|
-
:'submit_time_utc' => :'submit_time_utc',
|
|
50
45
|
:'status' => :'status',
|
|
51
|
-
:'reason' => :'reason',
|
|
52
46
|
:'message' => :'message',
|
|
53
|
-
:'
|
|
47
|
+
:'code' => :'code',
|
|
48
|
+
:'details' => :'details',
|
|
49
|
+
:'submit_time_utc' => :'submit_time_utc'
|
|
54
50
|
}
|
|
55
51
|
end
|
|
56
52
|
|
|
57
53
|
# Attribute type mapping.
|
|
58
54
|
def self.swagger_types
|
|
59
55
|
{
|
|
60
|
-
:'id' => :'String',
|
|
61
|
-
:'submit_time_utc' => :'String',
|
|
62
56
|
:'status' => :'String',
|
|
63
|
-
:'reason' => :'String',
|
|
64
57
|
:'message' => :'String',
|
|
65
|
-
:'
|
|
58
|
+
:'code' => :'String',
|
|
59
|
+
:'details' => :'Array<InlineResponse40010Details>',
|
|
60
|
+
:'submit_time_utc' => :'String'
|
|
66
61
|
}
|
|
67
62
|
end
|
|
68
63
|
|
|
@@ -74,92 +69,52 @@ module CyberSource
|
|
|
74
69
|
# convert string to symbol for hash key
|
|
75
70
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
76
71
|
|
|
77
|
-
if attributes.has_key?(:'id')
|
|
78
|
-
self.id = attributes[:'id']
|
|
79
|
-
end
|
|
80
|
-
|
|
81
|
-
if attributes.has_key?(:'submitTimeUtc')
|
|
82
|
-
self.submit_time_utc = attributes[:'submitTimeUtc']
|
|
83
|
-
end
|
|
84
|
-
|
|
85
72
|
if attributes.has_key?(:'status')
|
|
86
73
|
self.status = attributes[:'status']
|
|
87
74
|
end
|
|
88
75
|
|
|
89
|
-
if attributes.has_key?(:'reason')
|
|
90
|
-
self.reason = attributes[:'reason']
|
|
91
|
-
end
|
|
92
|
-
|
|
93
76
|
if attributes.has_key?(:'message')
|
|
94
77
|
self.message = attributes[:'message']
|
|
95
78
|
end
|
|
96
79
|
|
|
80
|
+
if attributes.has_key?(:'code')
|
|
81
|
+
self.code = attributes[:'code']
|
|
82
|
+
end
|
|
83
|
+
|
|
97
84
|
if attributes.has_key?(:'details')
|
|
98
85
|
if (value = attributes[:'details']).is_a?(Array)
|
|
99
86
|
self.details = value
|
|
100
87
|
end
|
|
101
88
|
end
|
|
89
|
+
|
|
90
|
+
if attributes.has_key?(:'submitTimeUtc')
|
|
91
|
+
self.submit_time_utc = attributes[:'submitTimeUtc']
|
|
92
|
+
end
|
|
102
93
|
end
|
|
103
94
|
|
|
104
95
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
105
96
|
# @return Array for valid properties with the reasons
|
|
106
97
|
def list_invalid_properties
|
|
107
98
|
invalid_properties = Array.new
|
|
108
|
-
if @id.nil?
|
|
109
|
-
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
|
110
|
-
end
|
|
111
|
-
|
|
112
|
-
if @submit_time_utc.nil?
|
|
113
|
-
invalid_properties.push('invalid value for "submit_time_utc", submit_time_utc cannot be nil.')
|
|
114
|
-
end
|
|
115
|
-
|
|
116
|
-
if @status.nil?
|
|
117
|
-
invalid_properties.push('invalid value for "status", status cannot be nil.')
|
|
118
|
-
end
|
|
119
|
-
|
|
120
99
|
invalid_properties
|
|
121
100
|
end
|
|
122
101
|
|
|
123
102
|
# Check to see if the all the properties in the model are valid
|
|
124
103
|
# @return true if the model is valid
|
|
125
104
|
def valid?
|
|
126
|
-
return false if @id.nil?
|
|
127
|
-
return false if @submit_time_utc.nil?
|
|
128
|
-
return false if @status.nil?
|
|
129
105
|
true
|
|
130
106
|
end
|
|
131
107
|
|
|
132
|
-
# Custom attribute writer method with validation
|
|
133
|
-
# @param [Object] id Value to be assigned
|
|
134
|
-
def id=(id)
|
|
135
|
-
#if id.nil?
|
|
136
|
-
#fail ArgumentError, 'id cannot be nil'
|
|
137
|
-
#end
|
|
138
|
-
|
|
139
|
-
@id = id
|
|
140
|
-
end
|
|
141
|
-
|
|
142
|
-
# Custom attribute writer method with validation
|
|
143
|
-
# @param [Object] submit_time_utc Value to be assigned
|
|
144
|
-
def submit_time_utc=(submit_time_utc)
|
|
145
|
-
#if submit_time_utc.nil?
|
|
146
|
-
#fail ArgumentError, 'submit_time_utc cannot be nil'
|
|
147
|
-
#end
|
|
148
|
-
|
|
149
|
-
@submit_time_utc = submit_time_utc
|
|
150
|
-
end
|
|
151
|
-
|
|
152
108
|
# Checks equality by comparing each attribute.
|
|
153
109
|
# @param [Object] Object to be compared
|
|
154
110
|
def ==(o)
|
|
155
111
|
return true if self.equal?(o)
|
|
156
112
|
self.class == o.class &&
|
|
157
|
-
id == o.id &&
|
|
158
|
-
submit_time_utc == o.submit_time_utc &&
|
|
159
113
|
status == o.status &&
|
|
160
|
-
reason == o.reason &&
|
|
161
114
|
message == o.message &&
|
|
162
|
-
|
|
115
|
+
code == o.code &&
|
|
116
|
+
details == o.details &&
|
|
117
|
+
submit_time_utc == o.submit_time_utc
|
|
163
118
|
end
|
|
164
119
|
|
|
165
120
|
# @see the `==` method
|
|
@@ -171,7 +126,7 @@ module CyberSource
|
|
|
171
126
|
# Calculates hash code according to all attributes.
|
|
172
127
|
# @return [Fixnum] Hash code
|
|
173
128
|
def hash
|
|
174
|
-
[
|
|
129
|
+
[status, message, code, details, submit_time_utc].hash
|
|
175
130
|
end
|
|
176
131
|
|
|
177
132
|
# Builds the object from hash
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class InlineResponse40010Details
|
|
16
16
|
# This is the flattened JSON object field name/path that is either missing or invalid.
|
|
17
17
|
attr_accessor :field
|
|
18
18
|
|
|
@@ -0,0 +1,235 @@
|
|
|
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 InlineResponse40011
|
|
16
|
+
# Time verification was requested Format: `YYYY-MM-DDThhmmssZ`, where: - `T`: Separates the date and the time - `Z`: Indicates Coordinated Universal Time (UTC), also known as Greenwich Mean Time (GMT) Example: `2020-01-11T224757Z` equals January 11, 2020, at 22:47:57 (10:47:57 p.m.)
|
|
17
|
+
attr_accessor :submit_time_utc
|
|
18
|
+
|
|
19
|
+
# Possible values: - `INVALID_REQUEST`
|
|
20
|
+
attr_accessor :status
|
|
21
|
+
|
|
22
|
+
# The detail message related to the status and reason
|
|
23
|
+
attr_accessor :message
|
|
24
|
+
|
|
25
|
+
# The reason of the status. Possible values: - `INVALID_REQUEST`
|
|
26
|
+
attr_accessor :reason
|
|
27
|
+
|
|
28
|
+
attr_accessor :details
|
|
29
|
+
|
|
30
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
31
|
+
def self.attribute_map
|
|
32
|
+
{
|
|
33
|
+
:'submit_time_utc' => :'submitTimeUtc',
|
|
34
|
+
:'status' => :'status',
|
|
35
|
+
:'message' => :'message',
|
|
36
|
+
:'reason' => :'reason',
|
|
37
|
+
:'details' => :'details'
|
|
38
|
+
}
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
# Attribute mapping from JSON key to ruby-style variable name.
|
|
42
|
+
def self.json_map
|
|
43
|
+
{
|
|
44
|
+
:'submit_time_utc' => :'submit_time_utc',
|
|
45
|
+
:'status' => :'status',
|
|
46
|
+
:'message' => :'message',
|
|
47
|
+
:'reason' => :'reason',
|
|
48
|
+
:'details' => :'details'
|
|
49
|
+
}
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
# Attribute type mapping.
|
|
53
|
+
def self.swagger_types
|
|
54
|
+
{
|
|
55
|
+
:'submit_time_utc' => :'String',
|
|
56
|
+
:'status' => :'String',
|
|
57
|
+
:'message' => :'String',
|
|
58
|
+
:'reason' => :'String',
|
|
59
|
+
:'details' => :'Array<InlineResponse40011Details>'
|
|
60
|
+
}
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
# Initializes the object
|
|
64
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
65
|
+
def initialize(attributes = {})
|
|
66
|
+
return unless attributes.is_a?(Hash)
|
|
67
|
+
|
|
68
|
+
# convert string to symbol for hash key
|
|
69
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
70
|
+
|
|
71
|
+
if attributes.has_key?(:'submitTimeUtc')
|
|
72
|
+
self.submit_time_utc = attributes[:'submitTimeUtc']
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
if attributes.has_key?(:'status')
|
|
76
|
+
self.status = attributes[:'status']
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
if attributes.has_key?(:'message')
|
|
80
|
+
self.message = attributes[:'message']
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
if attributes.has_key?(:'reason')
|
|
84
|
+
self.reason = attributes[:'reason']
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
if attributes.has_key?(:'details')
|
|
88
|
+
if (value = attributes[:'details']).is_a?(Array)
|
|
89
|
+
self.details = value
|
|
90
|
+
end
|
|
91
|
+
end
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
95
|
+
# @return Array for valid properties with the reasons
|
|
96
|
+
def list_invalid_properties
|
|
97
|
+
invalid_properties = Array.new
|
|
98
|
+
invalid_properties
|
|
99
|
+
end
|
|
100
|
+
|
|
101
|
+
# Check to see if the all the properties in the model are valid
|
|
102
|
+
# @return true if the model is valid
|
|
103
|
+
def valid?
|
|
104
|
+
true
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
# Checks equality by comparing each attribute.
|
|
108
|
+
# @param [Object] Object to be compared
|
|
109
|
+
def ==(o)
|
|
110
|
+
return true if self.equal?(o)
|
|
111
|
+
self.class == o.class &&
|
|
112
|
+
submit_time_utc == o.submit_time_utc &&
|
|
113
|
+
status == o.status &&
|
|
114
|
+
message == o.message &&
|
|
115
|
+
reason == o.reason &&
|
|
116
|
+
details == o.details
|
|
117
|
+
end
|
|
118
|
+
|
|
119
|
+
# @see the `==` method
|
|
120
|
+
# @param [Object] Object to be compared
|
|
121
|
+
def eql?(o)
|
|
122
|
+
self == o
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
# Calculates hash code according to all attributes.
|
|
126
|
+
# @return [Fixnum] Hash code
|
|
127
|
+
def hash
|
|
128
|
+
[submit_time_utc, status, message, reason, details].hash
|
|
129
|
+
end
|
|
130
|
+
|
|
131
|
+
# Builds the object from hash
|
|
132
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
133
|
+
# @return [Object] Returns the model itself
|
|
134
|
+
def build_from_hash(attributes)
|
|
135
|
+
return nil unless attributes.is_a?(Hash)
|
|
136
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
137
|
+
if type =~ /\AArray<(.*)>/i
|
|
138
|
+
# check to ensure the input is an array given that the the attribute
|
|
139
|
+
# is documented as an array but the input is not
|
|
140
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
141
|
+
self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
142
|
+
end
|
|
143
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
144
|
+
self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
145
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
self
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
# Deserializes the data based on type
|
|
152
|
+
# @param string type Data type
|
|
153
|
+
# @param string value Value to be deserialized
|
|
154
|
+
# @return [Object] Deserialized data
|
|
155
|
+
def _deserialize(type, value)
|
|
156
|
+
case type.to_sym
|
|
157
|
+
when :DateTime
|
|
158
|
+
DateTime.parse(value)
|
|
159
|
+
when :Date
|
|
160
|
+
Date.parse(value)
|
|
161
|
+
when :String
|
|
162
|
+
value.to_s
|
|
163
|
+
when :Integer
|
|
164
|
+
value.to_i
|
|
165
|
+
when :Float
|
|
166
|
+
value.to_f
|
|
167
|
+
when :BOOLEAN
|
|
168
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
169
|
+
true
|
|
170
|
+
else
|
|
171
|
+
false
|
|
172
|
+
end
|
|
173
|
+
when :Object
|
|
174
|
+
# generic object (usually a Hash), return directly
|
|
175
|
+
value
|
|
176
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
177
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
178
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
179
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
180
|
+
k_type = Regexp.last_match[:k_type]
|
|
181
|
+
v_type = Regexp.last_match[:v_type]
|
|
182
|
+
{}.tap do |hash|
|
|
183
|
+
value.each do |k, v|
|
|
184
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
185
|
+
end
|
|
186
|
+
end
|
|
187
|
+
else # model
|
|
188
|
+
temp_model = CyberSource.const_get(type).new
|
|
189
|
+
temp_model.build_from_hash(value)
|
|
190
|
+
end
|
|
191
|
+
end
|
|
192
|
+
|
|
193
|
+
# Returns the string representation of the object
|
|
194
|
+
# @return [String] String presentation of the object
|
|
195
|
+
def to_s
|
|
196
|
+
to_hash.to_s
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
200
|
+
# @return [Hash] Returns the object in the form of hash
|
|
201
|
+
def to_body
|
|
202
|
+
to_hash
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
# Returns the object in the form of hash
|
|
206
|
+
# @return [Hash] Returns the object in the form of hash
|
|
207
|
+
def to_hash
|
|
208
|
+
hash = {}
|
|
209
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
210
|
+
value = self.send(attr)
|
|
211
|
+
next if value.nil?
|
|
212
|
+
hash[param] = _to_hash(value)
|
|
213
|
+
end
|
|
214
|
+
hash
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
# Outputs non-array value in the form of hash
|
|
218
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
219
|
+
# @param [Object] value Any valid value
|
|
220
|
+
# @return [Hash] Returns the value in the form of hash
|
|
221
|
+
def _to_hash(value)
|
|
222
|
+
if value.is_a?(Array)
|
|
223
|
+
value.compact.map { |v| _to_hash(v) }
|
|
224
|
+
elsif value.is_a?(Hash)
|
|
225
|
+
{}.tap do |hash|
|
|
226
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
227
|
+
end
|
|
228
|
+
elsif value.respond_to? :to_hash
|
|
229
|
+
value.to_hash
|
|
230
|
+
else
|
|
231
|
+
value
|
|
232
|
+
end
|
|
233
|
+
end
|
|
234
|
+
end
|
|
235
|
+
end
|
|
@@ -12,11 +12,11 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
16
|
-
# This is the flattened JSON object field name/path that is either missing or invalid.
|
|
15
|
+
class InlineResponse40011Details
|
|
16
|
+
# This is the flattened JSON object field name/path that is either missing or invalid.
|
|
17
17
|
attr_accessor :field
|
|
18
18
|
|
|
19
|
-
# Possible reasons for the error.
|
|
19
|
+
# Possible reasons for the error. Possible values: - `MISSING_FIELD` - `INVALID_DATA`
|
|
20
20
|
attr_accessor :reason
|
|
21
21
|
|
|
22
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|