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
|
@@ -13,18 +13,18 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
class InlineResponse4009
|
|
16
|
-
# Time
|
|
16
|
+
# 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.
|
|
17
17
|
attr_accessor :submit_time_utc
|
|
18
18
|
|
|
19
|
-
#
|
|
19
|
+
# The http status description of the submitted request.
|
|
20
20
|
attr_accessor :status
|
|
21
21
|
|
|
22
|
-
#
|
|
23
|
-
attr_accessor :message
|
|
24
|
-
|
|
25
|
-
# The reason of the status. Possible values: - `INVALID_REQUEST`
|
|
22
|
+
# Documented reason codes. Client should be able to use the key for generating their own error message Possible Values: - 'INVALID_DATA' - 'SYSTEM_ERROR' - 'RESOURCE_NOT_FOUND'
|
|
26
23
|
attr_accessor :reason
|
|
27
24
|
|
|
25
|
+
# Descriptive message for the error.
|
|
26
|
+
attr_accessor :message
|
|
27
|
+
|
|
28
28
|
attr_accessor :details
|
|
29
29
|
|
|
30
30
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -32,8 +32,8 @@ module CyberSource
|
|
|
32
32
|
{
|
|
33
33
|
:'submit_time_utc' => :'submitTimeUtc',
|
|
34
34
|
:'status' => :'status',
|
|
35
|
-
:'message' => :'message',
|
|
36
35
|
:'reason' => :'reason',
|
|
36
|
+
:'message' => :'message',
|
|
37
37
|
:'details' => :'details'
|
|
38
38
|
}
|
|
39
39
|
end
|
|
@@ -43,8 +43,8 @@ module CyberSource
|
|
|
43
43
|
{
|
|
44
44
|
:'submit_time_utc' => :'submit_time_utc',
|
|
45
45
|
:'status' => :'status',
|
|
46
|
-
:'message' => :'message',
|
|
47
46
|
:'reason' => :'reason',
|
|
47
|
+
:'message' => :'message',
|
|
48
48
|
:'details' => :'details'
|
|
49
49
|
}
|
|
50
50
|
end
|
|
@@ -52,10 +52,10 @@ module CyberSource
|
|
|
52
52
|
# Attribute type mapping.
|
|
53
53
|
def self.swagger_types
|
|
54
54
|
{
|
|
55
|
-
:'submit_time_utc' => :'
|
|
55
|
+
:'submit_time_utc' => :'DateTime',
|
|
56
56
|
:'status' => :'String',
|
|
57
|
-
:'message' => :'String',
|
|
58
57
|
:'reason' => :'String',
|
|
58
|
+
:'message' => :'String',
|
|
59
59
|
:'details' => :'Array<InlineResponse4009Details>'
|
|
60
60
|
}
|
|
61
61
|
end
|
|
@@ -76,14 +76,14 @@ module CyberSource
|
|
|
76
76
|
self.status = attributes[:'status']
|
|
77
77
|
end
|
|
78
78
|
|
|
79
|
-
if attributes.has_key?(:'message')
|
|
80
|
-
self.message = attributes[:'message']
|
|
81
|
-
end
|
|
82
|
-
|
|
83
79
|
if attributes.has_key?(:'reason')
|
|
84
80
|
self.reason = attributes[:'reason']
|
|
85
81
|
end
|
|
86
82
|
|
|
83
|
+
if attributes.has_key?(:'message')
|
|
84
|
+
self.message = attributes[:'message']
|
|
85
|
+
end
|
|
86
|
+
|
|
87
87
|
if attributes.has_key?(:'details')
|
|
88
88
|
if (value = attributes[:'details']).is_a?(Array)
|
|
89
89
|
self.details = value
|
|
@@ -111,8 +111,8 @@ module CyberSource
|
|
|
111
111
|
self.class == o.class &&
|
|
112
112
|
submit_time_utc == o.submit_time_utc &&
|
|
113
113
|
status == o.status &&
|
|
114
|
-
message == o.message &&
|
|
115
114
|
reason == o.reason &&
|
|
115
|
+
message == o.message &&
|
|
116
116
|
details == o.details
|
|
117
117
|
end
|
|
118
118
|
|
|
@@ -125,7 +125,7 @@ module CyberSource
|
|
|
125
125
|
# Calculates hash code according to all attributes.
|
|
126
126
|
# @return [Fixnum] Hash code
|
|
127
127
|
def hash
|
|
128
|
-
[submit_time_utc, status,
|
|
128
|
+
[submit_time_utc, status, reason, message, details].hash
|
|
129
129
|
end
|
|
130
130
|
|
|
131
131
|
# Builds the object from hash
|
|
@@ -13,10 +13,10 @@ require 'date'
|
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
15
|
class InlineResponse4009Details
|
|
16
|
-
# This is the flattened JSON object field name/path that is either missing or invalid.
|
|
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.
|
|
20
20
|
attr_accessor :reason
|
|
21
21
|
|
|
22
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -29,6 +29,18 @@ module CyberSource
|
|
|
29
29
|
# Brief description of item.
|
|
30
30
|
attr_accessor :product_description
|
|
31
31
|
|
|
32
|
+
# Discount amount applied to the item. Maximum of 2 decimal places. You may provide either discountAmount or discountPercent (not both). If both are present, their values must be consistent. Otherwise, a validation error will be returned.
|
|
33
|
+
attr_accessor :discount_amount
|
|
34
|
+
|
|
35
|
+
# Discount rate applied to the item. Maximum of 3 decimal places. You may provide either discountAmount or discountPercent (not both). If both are present, their values must be consistent; otherwise, a validation error will be returned. Example: 5.25 (=5.25%)
|
|
36
|
+
attr_accessor :discount_percent
|
|
37
|
+
|
|
38
|
+
# Tax amount applied to the item. This value cannot be negative. Maximum of 2 decimal places. The tax amount and the offer amount must be in the same currency. The tax amount field is additive. If taxAmount is provided but taxRate is not, the taxRate will be calculated.
|
|
39
|
+
attr_accessor :tax_amount
|
|
40
|
+
|
|
41
|
+
# Tax rate applied to the item. Valid range: 1.001% to 99.999%. Maximum of 3 decimal places. If a taxRate is provided but taxAmount is missing or incorrect, the taxAmount based on the given taxRate will be overwritten. Example: 21.00 (=21.00%)
|
|
42
|
+
attr_accessor :tax_rate
|
|
43
|
+
|
|
32
44
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
33
45
|
def self.attribute_map
|
|
34
46
|
{
|
|
@@ -36,7 +48,11 @@ module CyberSource
|
|
|
36
48
|
:'product_name' => :'productName',
|
|
37
49
|
:'quantity' => :'quantity',
|
|
38
50
|
:'unit_price' => :'unitPrice',
|
|
39
|
-
:'product_description' => :'productDescription'
|
|
51
|
+
:'product_description' => :'productDescription',
|
|
52
|
+
:'discount_amount' => :'discountAmount',
|
|
53
|
+
:'discount_percent' => :'discountPercent',
|
|
54
|
+
:'tax_amount' => :'taxAmount',
|
|
55
|
+
:'tax_rate' => :'taxRate'
|
|
40
56
|
}
|
|
41
57
|
end
|
|
42
58
|
|
|
@@ -47,7 +63,11 @@ module CyberSource
|
|
|
47
63
|
:'product_name' => :'product_name',
|
|
48
64
|
:'quantity' => :'quantity',
|
|
49
65
|
:'unit_price' => :'unit_price',
|
|
50
|
-
:'product_description' => :'product_description'
|
|
66
|
+
:'product_description' => :'product_description',
|
|
67
|
+
:'discount_amount' => :'discount_amount',
|
|
68
|
+
:'discount_percent' => :'discount_percent',
|
|
69
|
+
:'tax_amount' => :'tax_amount',
|
|
70
|
+
:'tax_rate' => :'tax_rate'
|
|
51
71
|
}
|
|
52
72
|
end
|
|
53
73
|
|
|
@@ -58,7 +78,11 @@ module CyberSource
|
|
|
58
78
|
:'product_name' => :'String',
|
|
59
79
|
:'quantity' => :'Integer',
|
|
60
80
|
:'unit_price' => :'String',
|
|
61
|
-
:'product_description' => :'String'
|
|
81
|
+
:'product_description' => :'String',
|
|
82
|
+
:'discount_amount' => :'String',
|
|
83
|
+
:'discount_percent' => :'String',
|
|
84
|
+
:'tax_amount' => :'String',
|
|
85
|
+
:'tax_rate' => :'String'
|
|
62
86
|
}
|
|
63
87
|
end
|
|
64
88
|
|
|
@@ -89,6 +113,22 @@ module CyberSource
|
|
|
89
113
|
if attributes.has_key?(:'productDescription')
|
|
90
114
|
self.product_description = attributes[:'productDescription']
|
|
91
115
|
end
|
|
116
|
+
|
|
117
|
+
if attributes.has_key?(:'discountAmount')
|
|
118
|
+
self.discount_amount = attributes[:'discountAmount']
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
if attributes.has_key?(:'discountPercent')
|
|
122
|
+
self.discount_percent = attributes[:'discountPercent']
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
if attributes.has_key?(:'taxAmount')
|
|
126
|
+
self.tax_amount = attributes[:'taxAmount']
|
|
127
|
+
end
|
|
128
|
+
|
|
129
|
+
if attributes.has_key?(:'taxRate')
|
|
130
|
+
self.tax_rate = attributes[:'taxRate']
|
|
131
|
+
end
|
|
92
132
|
end
|
|
93
133
|
|
|
94
134
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -143,6 +183,30 @@ module CyberSource
|
|
|
143
183
|
@product_description = product_description
|
|
144
184
|
end
|
|
145
185
|
|
|
186
|
+
# Custom attribute writer method with validation
|
|
187
|
+
# @param [Object] discount_amount Value to be assigned
|
|
188
|
+
def discount_amount=(discount_amount)
|
|
189
|
+
@discount_amount = discount_amount
|
|
190
|
+
end
|
|
191
|
+
|
|
192
|
+
# Custom attribute writer method with validation
|
|
193
|
+
# @param [Object] discount_percent Value to be assigned
|
|
194
|
+
def discount_percent=(discount_percent)
|
|
195
|
+
@discount_percent = discount_percent
|
|
196
|
+
end
|
|
197
|
+
|
|
198
|
+
# Custom attribute writer method with validation
|
|
199
|
+
# @param [Object] tax_amount Value to be assigned
|
|
200
|
+
def tax_amount=(tax_amount)
|
|
201
|
+
@tax_amount = tax_amount
|
|
202
|
+
end
|
|
203
|
+
|
|
204
|
+
# Custom attribute writer method with validation
|
|
205
|
+
# @param [Object] tax_rate Value to be assigned
|
|
206
|
+
def tax_rate=(tax_rate)
|
|
207
|
+
@tax_rate = tax_rate
|
|
208
|
+
end
|
|
209
|
+
|
|
146
210
|
# Checks equality by comparing each attribute.
|
|
147
211
|
# @param [Object] Object to be compared
|
|
148
212
|
def ==(o)
|
|
@@ -152,7 +216,11 @@ module CyberSource
|
|
|
152
216
|
product_name == o.product_name &&
|
|
153
217
|
quantity == o.quantity &&
|
|
154
218
|
unit_price == o.unit_price &&
|
|
155
|
-
product_description == o.product_description
|
|
219
|
+
product_description == o.product_description &&
|
|
220
|
+
discount_amount == o.discount_amount &&
|
|
221
|
+
discount_percent == o.discount_percent &&
|
|
222
|
+
tax_amount == o.tax_amount &&
|
|
223
|
+
tax_rate == o.tax_rate
|
|
156
224
|
end
|
|
157
225
|
|
|
158
226
|
# @see the `==` method
|
|
@@ -164,7 +232,7 @@ module CyberSource
|
|
|
164
232
|
# Calculates hash code according to all attributes.
|
|
165
233
|
# @return [Fixnum] Hash code
|
|
166
234
|
def hash
|
|
167
|
-
[product_sku, product_name, quantity, unit_price, product_description].hash
|
|
235
|
+
[product_sku, product_name, quantity, unit_price, product_description, discount_amount, discount_percent, tax_amount, tax_rate].hash
|
|
168
236
|
end
|
|
169
237
|
|
|
170
238
|
# Builds the object from hash
|
|
@@ -23,6 +23,8 @@ module CyberSource
|
|
|
23
23
|
|
|
24
24
|
attr_accessor :point_of_sale_information
|
|
25
25
|
|
|
26
|
+
attr_accessor :device_information
|
|
27
|
+
|
|
26
28
|
attr_accessor :processor_information
|
|
27
29
|
|
|
28
30
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -33,6 +35,7 @@ module CyberSource
|
|
|
33
35
|
:'processing_information' => :'processingInformation',
|
|
34
36
|
:'order_information' => :'orderInformation',
|
|
35
37
|
:'point_of_sale_information' => :'pointOfSaleInformation',
|
|
38
|
+
:'device_information' => :'deviceInformation',
|
|
36
39
|
:'processor_information' => :'processorInformation'
|
|
37
40
|
}
|
|
38
41
|
end
|
|
@@ -45,6 +48,7 @@ module CyberSource
|
|
|
45
48
|
:'processing_information' => :'processing_information',
|
|
46
49
|
:'order_information' => :'order_information',
|
|
47
50
|
:'point_of_sale_information' => :'point_of_sale_information',
|
|
51
|
+
:'device_information' => :'device_information',
|
|
48
52
|
:'processor_information' => :'processor_information'
|
|
49
53
|
}
|
|
50
54
|
end
|
|
@@ -57,6 +61,7 @@ module CyberSource
|
|
|
57
61
|
:'processing_information' => :'Ptsv2paymentsidreversalsProcessingInformation',
|
|
58
62
|
:'order_information' => :'Ptsv2paymentsidreversalsOrderInformation',
|
|
59
63
|
:'point_of_sale_information' => :'Ptsv2paymentsidreversalsPointOfSaleInformation',
|
|
64
|
+
:'device_information' => :'Ptsv2paymentsidreversalsDeviceInformation',
|
|
60
65
|
:'processor_information' => :'Ptsv2reversalsProcessorInformation'
|
|
61
66
|
}
|
|
62
67
|
end
|
|
@@ -89,6 +94,10 @@ module CyberSource
|
|
|
89
94
|
self.point_of_sale_information = attributes[:'pointOfSaleInformation']
|
|
90
95
|
end
|
|
91
96
|
|
|
97
|
+
if attributes.has_key?(:'deviceInformation')
|
|
98
|
+
self.device_information = attributes[:'deviceInformation']
|
|
99
|
+
end
|
|
100
|
+
|
|
92
101
|
if attributes.has_key?(:'processorInformation')
|
|
93
102
|
self.processor_information = attributes[:'processorInformation']
|
|
94
103
|
end
|
|
@@ -117,6 +126,7 @@ module CyberSource
|
|
|
117
126
|
processing_information == o.processing_information &&
|
|
118
127
|
order_information == o.order_information &&
|
|
119
128
|
point_of_sale_information == o.point_of_sale_information &&
|
|
129
|
+
device_information == o.device_information &&
|
|
120
130
|
processor_information == o.processor_information
|
|
121
131
|
end
|
|
122
132
|
|
|
@@ -129,7 +139,7 @@ module CyberSource
|
|
|
129
139
|
# Calculates hash code according to all attributes.
|
|
130
140
|
# @return [Fixnum] Hash code
|
|
131
141
|
def hash
|
|
132
|
-
[client_reference_information, reversal_information, processing_information, order_information, point_of_sale_information, processor_information].hash
|
|
142
|
+
[client_reference_information, reversal_information, processing_information, order_information, point_of_sale_information, device_information, processor_information].hash
|
|
133
143
|
end
|
|
134
144
|
|
|
135
145
|
# Builds the object from hash
|
|
@@ -0,0 +1,221 @@
|
|
|
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
|
+
# Request object for provisioning an MPP payment token.
|
|
16
|
+
class MppCredentialsRequest
|
|
17
|
+
# TMS instrument identifier referencing the stored card.
|
|
18
|
+
attr_accessor :instrument_id
|
|
19
|
+
|
|
20
|
+
attr_accessor :challenge
|
|
21
|
+
|
|
22
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
23
|
+
def self.attribute_map
|
|
24
|
+
{
|
|
25
|
+
:'instrument_id' => :'instrumentId',
|
|
26
|
+
:'challenge' => :'challenge'
|
|
27
|
+
}
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
# Attribute mapping from JSON key to ruby-style variable name.
|
|
31
|
+
def self.json_map
|
|
32
|
+
{
|
|
33
|
+
:'instrument_id' => :'instrument_id',
|
|
34
|
+
:'challenge' => :'challenge'
|
|
35
|
+
}
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
# Attribute type mapping.
|
|
39
|
+
def self.swagger_types
|
|
40
|
+
{
|
|
41
|
+
:'instrument_id' => :'String',
|
|
42
|
+
:'challenge' => :'Acpv1mppcredentialsChallenge'
|
|
43
|
+
}
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
# Initializes the object
|
|
47
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
48
|
+
def initialize(attributes = {})
|
|
49
|
+
return unless attributes.is_a?(Hash)
|
|
50
|
+
|
|
51
|
+
# convert string to symbol for hash key
|
|
52
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
53
|
+
|
|
54
|
+
if attributes.has_key?(:'instrumentId')
|
|
55
|
+
self.instrument_id = attributes[:'instrumentId']
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
if attributes.has_key?(:'challenge')
|
|
59
|
+
self.challenge = attributes[:'challenge']
|
|
60
|
+
end
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
64
|
+
# @return Array for valid properties with the reasons
|
|
65
|
+
def list_invalid_properties
|
|
66
|
+
invalid_properties = Array.new
|
|
67
|
+
if @instrument_id.nil?
|
|
68
|
+
invalid_properties.push('invalid value for "instrument_id", instrument_id cannot be nil.')
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
if @challenge.nil?
|
|
72
|
+
invalid_properties.push('invalid value for "challenge", challenge cannot be nil.')
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
invalid_properties
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
# Check to see if the all the properties in the model are valid
|
|
79
|
+
# @return true if the model is valid
|
|
80
|
+
def valid?
|
|
81
|
+
return false if @instrument_id.nil?
|
|
82
|
+
return false if @challenge.nil?
|
|
83
|
+
true
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
# Custom attribute writer method with validation
|
|
87
|
+
# @param [Object] instrument_id Value to be assigned
|
|
88
|
+
def instrument_id=(instrument_id)
|
|
89
|
+
#if instrument_id.nil?
|
|
90
|
+
#fail ArgumentError, 'instrument_id cannot be nil'
|
|
91
|
+
#end
|
|
92
|
+
|
|
93
|
+
@instrument_id = instrument_id
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
# Checks equality by comparing each attribute.
|
|
97
|
+
# @param [Object] Object to be compared
|
|
98
|
+
def ==(o)
|
|
99
|
+
return true if self.equal?(o)
|
|
100
|
+
self.class == o.class &&
|
|
101
|
+
instrument_id == o.instrument_id &&
|
|
102
|
+
challenge == o.challenge
|
|
103
|
+
end
|
|
104
|
+
|
|
105
|
+
# @see the `==` method
|
|
106
|
+
# @param [Object] Object to be compared
|
|
107
|
+
def eql?(o)
|
|
108
|
+
self == o
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
# Calculates hash code according to all attributes.
|
|
112
|
+
# @return [Fixnum] Hash code
|
|
113
|
+
def hash
|
|
114
|
+
[instrument_id, challenge].hash
|
|
115
|
+
end
|
|
116
|
+
|
|
117
|
+
# Builds the object from hash
|
|
118
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
119
|
+
# @return [Object] Returns the model itself
|
|
120
|
+
def build_from_hash(attributes)
|
|
121
|
+
return nil unless attributes.is_a?(Hash)
|
|
122
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
123
|
+
if type =~ /\AArray<(.*)>/i
|
|
124
|
+
# check to ensure the input is an array given that the the attribute
|
|
125
|
+
# is documented as an array but the input is not
|
|
126
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
127
|
+
self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
128
|
+
end
|
|
129
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
130
|
+
self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
131
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
self
|
|
135
|
+
end
|
|
136
|
+
|
|
137
|
+
# Deserializes the data based on type
|
|
138
|
+
# @param string type Data type
|
|
139
|
+
# @param string value Value to be deserialized
|
|
140
|
+
# @return [Object] Deserialized data
|
|
141
|
+
def _deserialize(type, value)
|
|
142
|
+
case type.to_sym
|
|
143
|
+
when :DateTime
|
|
144
|
+
DateTime.parse(value)
|
|
145
|
+
when :Date
|
|
146
|
+
Date.parse(value)
|
|
147
|
+
when :String
|
|
148
|
+
value.to_s
|
|
149
|
+
when :Integer
|
|
150
|
+
value.to_i
|
|
151
|
+
when :Float
|
|
152
|
+
value.to_f
|
|
153
|
+
when :BOOLEAN
|
|
154
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
155
|
+
true
|
|
156
|
+
else
|
|
157
|
+
false
|
|
158
|
+
end
|
|
159
|
+
when :Object
|
|
160
|
+
# generic object (usually a Hash), return directly
|
|
161
|
+
value
|
|
162
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
163
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
164
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
165
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
166
|
+
k_type = Regexp.last_match[:k_type]
|
|
167
|
+
v_type = Regexp.last_match[:v_type]
|
|
168
|
+
{}.tap do |hash|
|
|
169
|
+
value.each do |k, v|
|
|
170
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
171
|
+
end
|
|
172
|
+
end
|
|
173
|
+
else # model
|
|
174
|
+
temp_model = CyberSource.const_get(type).new
|
|
175
|
+
temp_model.build_from_hash(value)
|
|
176
|
+
end
|
|
177
|
+
end
|
|
178
|
+
|
|
179
|
+
# Returns the string representation of the object
|
|
180
|
+
# @return [String] String presentation of the object
|
|
181
|
+
def to_s
|
|
182
|
+
to_hash.to_s
|
|
183
|
+
end
|
|
184
|
+
|
|
185
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
186
|
+
# @return [Hash] Returns the object in the form of hash
|
|
187
|
+
def to_body
|
|
188
|
+
to_hash
|
|
189
|
+
end
|
|
190
|
+
|
|
191
|
+
# Returns the object in the form of hash
|
|
192
|
+
# @return [Hash] Returns the object in the form of hash
|
|
193
|
+
def to_hash
|
|
194
|
+
hash = {}
|
|
195
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
196
|
+
value = self.send(attr)
|
|
197
|
+
next if value.nil?
|
|
198
|
+
hash[param] = _to_hash(value)
|
|
199
|
+
end
|
|
200
|
+
hash
|
|
201
|
+
end
|
|
202
|
+
|
|
203
|
+
# Outputs non-array value in the form of hash
|
|
204
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
205
|
+
# @param [Object] value Any valid value
|
|
206
|
+
# @return [Hash] Returns the value in the form of hash
|
|
207
|
+
def _to_hash(value)
|
|
208
|
+
if value.is_a?(Array)
|
|
209
|
+
value.compact.map { |v| _to_hash(v) }
|
|
210
|
+
elsif value.is_a?(Hash)
|
|
211
|
+
{}.tap do |hash|
|
|
212
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
213
|
+
end
|
|
214
|
+
elsif value.respond_to? :to_hash
|
|
215
|
+
value.to_hash
|
|
216
|
+
else
|
|
217
|
+
value
|
|
218
|
+
end
|
|
219
|
+
end
|
|
220
|
+
end
|
|
221
|
+
end
|