cybersource_rest_client 0.0.65 → 0.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/AuthenticationSDK/core/MerchantConfig.rb +2 -0
- data/lib/cybersource_rest_client/api/batches_api.rb +1 -1
- data/lib/cybersource_rest_client/api/billing_agreements_api.rb +3 -3
- data/lib/cybersource_rest_client/api/bin_lookup_api.rb +1 -1
- data/lib/cybersource_rest_client/api/capture_api.rb +1 -1
- data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +2 -2
- data/lib/cybersource_rest_client/api/credit_api.rb +1 -1
- data/lib/cybersource_rest_client/api/customer_api.rb +2 -2
- data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +2 -2
- data/lib/cybersource_rest_client/api/customer_shipping_address_api.rb +2 -2
- data/lib/cybersource_rest_client/api/decision_manager_api.rb +5 -5
- data/lib/cybersource_rest_client/api/emv_tag_details_api.rb +1 -1
- data/lib/cybersource_rest_client/api/flex_api_api.rb +92 -0
- data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +3 -3
- data/lib/cybersource_rest_client/api/invoice_settings_api.rb +1 -1
- data/lib/cybersource_rest_client/api/invoices_api.rb +2 -2
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +2 -2
- data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +1 -3
- data/lib/cybersource_rest_client/api/microform_integration_api.rb +1 -1
- data/lib/cybersource_rest_client/api/orders_api.rb +167 -0
- data/lib/cybersource_rest_client/api/payer_authentication_api.rb +3 -3
- data/lib/cybersource_rest_client/api/payment_instrument_api.rb +2 -2
- data/lib/cybersource_rest_client/api/payments_api.rb +6 -6
- data/lib/cybersource_rest_client/api/payouts_api.rb +1 -1
- data/lib/cybersource_rest_client/api/plans_api.rb +2 -2
- data/lib/cybersource_rest_client/api/push_funds_api.rb +1 -1
- data/lib/cybersource_rest_client/api/refund_api.rb +2 -2
- data/lib/cybersource_rest_client/api/replay_webhooks_api.rb +1 -1
- data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +2 -2
- data/lib/cybersource_rest_client/api/reports_api.rb +1 -1
- data/lib/cybersource_rest_client/api/reversal_api.rb +2 -2
- data/lib/cybersource_rest_client/api/search_transactions_api.rb +1 -1
- data/lib/cybersource_rest_client/api/subscriptions_api.rb +2 -2
- data/lib/cybersource_rest_client/api/taxes_api.rb +2 -2
- data/lib/cybersource_rest_client/api/token_api.rb +1 -1
- data/lib/cybersource_rest_client/api/unified_checkout_capture_context_api.rb +1 -1
- data/lib/cybersource_rest_client/api/user_management_search_api.rb +1 -1
- data/lib/cybersource_rest_client/api/verification_api.rb +2 -2
- data/lib/cybersource_rest_client/api/void_api.rb +5 -5
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information.rb +314 -360
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information.rb +437 -483
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb +337 -381
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc_deposit_bank_account.rb +297 -330
- data/lib/cybersource_rest_client/models/boardingv1registrations_registration_information.rb +271 -329
- data/lib/cybersource_rest_client/models/card_processing_config_common.rb +433 -445
- data/lib/cybersource_rest_client/models/card_processing_config_common_acquirer.rb +23 -1
- data/lib/cybersource_rest_client/models/card_processing_config_common_merchant_descriptor_information.rb +16 -5
- data/lib/cybersource_rest_client/models/card_processing_config_common_processors.rb +719 -720
- data/lib/cybersource_rest_client/models/check_payer_auth_enrollment_request.rb +321 -321
- data/lib/cybersource_rest_client/models/create_order_request.rb +229 -0
- data/lib/cybersource_rest_client/models/create_payment_request.rb +462 -462
- data/lib/cybersource_rest_client/models/flexv2sessions_fields.rb +199 -0
- data/lib/cybersource_rest_client/models/flexv2sessions_fields_order_information.rb +209 -0
- data/lib/cybersource_rest_client/models/{inline_response_400_5_details.rb → flexv2sessions_fields_order_information_amount_details.rb} +199 -201
- data/lib/cybersource_rest_client/models/flexv2sessions_fields_order_information_amount_details_total_amount.rb +189 -0
- data/lib/cybersource_rest_client/models/flexv2sessions_fields_order_information_bill_to.rb +309 -0
- data/lib/cybersource_rest_client/models/flexv2sessions_fields_order_information_ship_to.rb +289 -0
- data/lib/cybersource_rest_client/models/flexv2sessions_fields_payment_information.rb +189 -0
- data/lib/cybersource_rest_client/models/flexv2sessions_fields_payment_information_card.rb +229 -0
- data/lib/cybersource_rest_client/models/generate_capture_context_request.rb +227 -225
- data/lib/cybersource_rest_client/models/generate_flex_api_capture_context_request.rb +189 -0
- data/lib/cybersource_rest_client/models/generate_unified_checkout_capture_context_request.rb +293 -290
- data/lib/cybersource_rest_client/models/inline_response_200_1.rb +253 -253
- data/lib/cybersource_rest_client/models/inline_response_200_1_integration_information.rb +204 -204
- data/lib/cybersource_rest_client/models/inline_response_200_1_integration_information_tenant_configurations.rb +1 -34
- data/lib/cybersource_rest_client/models/inline_response_200_2.rb +213 -213
- data/lib/cybersource_rest_client/models/inline_response_200_3.rb +335 -335
- data/lib/cybersource_rest_client/models/inline_response_200_5.rb +251 -251
- data/lib/cybersource_rest_client/models/inline_response_200_5__embedded.rb +191 -191
- data/lib/cybersource_rest_client/models/inline_response_200_5__embedded__links.rb +191 -191
- data/lib/cybersource_rest_client/models/inline_response_200_5__embedded__links_reports.rb +190 -190
- data/lib/cybersource_rest_client/models/inline_response_200_5__embedded_batches.rb +295 -295
- data/lib/cybersource_rest_client/models/inline_response_200_5__embedded_totals.rb +229 -229
- data/lib/cybersource_rest_client/models/inline_response_200_5__links.rb +200 -200
- data/lib/cybersource_rest_client/models/inline_response_200_6.rb +290 -290
- data/lib/cybersource_rest_client/models/inline_response_200_6__links.rb +201 -201
- data/lib/cybersource_rest_client/models/inline_response_200_6__links_report.rb +189 -189
- data/lib/cybersource_rest_client/models/inline_response_200_6_billing.rb +219 -219
- data/lib/cybersource_rest_client/models/inline_response_200_7.rb +292 -292
- data/lib/cybersource_rest_client/models/inline_response_200_7_records.rb +209 -209
- data/lib/cybersource_rest_client/models/inline_response_200_7_response_record.rb +307 -307
- data/lib/cybersource_rest_client/models/inline_response_200_7_response_record_additional_updates.rb +242 -242
- data/lib/cybersource_rest_client/models/inline_response_200_7_source_record.rb +295 -295
- data/lib/cybersource_rest_client/models/inline_response_201_2.rb +281 -315
- data/lib/cybersource_rest_client/models/inline_response_201_2_integration_information_tenant_configurations.rb +253 -286
- data/lib/cybersource_rest_client/models/inline_response_201_2_registration_information.rb +222 -256
- data/lib/cybersource_rest_client/models/inline_response_201_2_setups_payments.rb +359 -359
- data/lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_configuration_status.rb +255 -299
- data/lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_subscription_status.rb +234 -278
- data/lib/cybersource_rest_client/models/inline_response_400_1.rb +242 -235
- data/lib/cybersource_rest_client/models/inline_response_400_1_details.rb +199 -0
- data/lib/cybersource_rest_client/models/inline_response_400_2.rb +3 -3
- data/lib/cybersource_rest_client/models/inline_response_400_3.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_4.rb +37 -60
- data/lib/cybersource_rest_client/models/inline_response_400_5.rb +258 -269
- data/lib/cybersource_rest_client/models/{inline_response_400_4_fields.rb → inline_response_400_5_fields.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_6.rb +35 -75
- data/lib/cybersource_rest_client/models/inline_response_400_6_details.rb +201 -199
- data/lib/cybersource_rest_client/models/inline_response_404_1.rb +2 -36
- data/lib/cybersource_rest_client/models/inline_response_422_1.rb +2 -36
- data/lib/cybersource_rest_client/models/inline_response_500_2.rb +1 -35
- data/lib/cybersource_rest_client/models/microformv2sessions_checkout_api_initialization.rb +281 -279
- data/lib/cybersource_rest_client/models/patch_instrument_identifier_request.rb +1 -1
- data/lib/cybersource_rest_client/models/payer_auth_config_card_types_verified_by_visa_currencies.rb +244 -244
- data/lib/cybersource_rest_client/models/payer_auth_setup_request.rb +219 -219
- data/lib/cybersource_rest_client/models/payments_products.rb +369 -369
- data/lib/cybersource_rest_client/models/payments_products_card_present_connect_subscription_information.rb +202 -236
- data/lib/cybersource_rest_client/models/payments_products_card_processing_subscription_information.rb +215 -249
- data/lib/cybersource_rest_client/models/payments_products_differential_fee_subscription_information.rb +212 -246
- data/lib/cybersource_rest_client/models/payments_products_digital_payments_subscription_information.rb +215 -249
- data/lib/cybersource_rest_client/models/payments_products_e_check_subscription_information.rb +215 -249
- data/lib/cybersource_rest_client/models/payments_products_payer_authentication_subscription_information.rb +202 -236
- data/lib/cybersource_rest_client/models/payments_products_service_fee.rb +199 -199
- data/lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information.rb +189 -189
- data/lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations.rb +266 -266
- data/lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_merchant_information.rb +239 -239
- data/lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_payment_information.rb +2 -48
- data/lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_products.rb +190 -190
- data/lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_instrument_identifier_request.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_create_order_post201_response.rb +269 -0
- data/lib/cybersource_rest_client/models/{tss_v2_transactions_post201_response__embedded_buyer_information.rb → pts_v2_create_order_post201_response_buyer_information.rb} +196 -196
- data/lib/cybersource_rest_client/models/pts_v2_create_order_post201_response_processor_information.rb +224 -0
- data/lib/cybersource_rest_client/models/{bin_lookupv400_response.rb → pts_v2_create_order_post400_response.rb} +224 -224
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_1_processor_information.rb +213 -213
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_processor_information.rb +295 -284
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response.rb +305 -295
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_embedded_actions.rb +189 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_embedded_actions_ap_capture.rb +190 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processor_information.rb +263 -252
- data/lib/cybersource_rest_client/models/pts_v2_payments_order_post201_response_buyer_information_personal_identification.rb +207 -207
- data/lib/cybersource_rest_client/models/pts_v2_payments_order_post201_response_payment_information_e_wallet.rb +241 -230
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_embedded_actions_consumer_authentication.rb +212 -212
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +309 -309
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +227 -217
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information_capture_options.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +67 -6
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_seller_protection.rb +237 -218
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +313 -302
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_processor_information.rb +309 -309
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_processor_information.rb +224 -224
- data/lib/cybersource_rest_client/models/pts_v2_update_order_patch201_response.rb +200 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_aggregator_information.rb +240 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_aggregator_information_sub_merchant.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information.rb +205 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_order_information_amount_details.rb +302 -292
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_point_of_service_information.rb +189 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_point_of_service_information_emv.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +318 -232
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information_payouts_options.rb +282 -231
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb +446 -378
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card.rb +321 -321
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_personal_identification.rb +256 -239
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information.rb +533 -448
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_account.rb +222 -222
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_payment_information_card.rb +317 -317
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_personal_identification.rb +256 -256
- data/lib/cybersource_rest_client/models/ptsv2intents_client_reference_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_merchant_information.rb +223 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_merchant_information_merchant_descriptor.rb +207 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_order_information.rb +231 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_order_information_amount_details.rb +315 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_order_information_bill_to.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_order_information_invoice_details.rb +190 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_order_information_line_items.rb +309 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_order_information_ship_to.rb +332 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_payment_information.rb +189 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_payment_information_payment_type.rb +200 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_payment_information_payment_type_method.rb +190 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_processing_information.rb +219 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_processing_information_authorization_options.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2intentsid_merchant_information.rb +189 -0
- data/lib/cybersource_rest_client/models/ptsv2intentsid_order_information.rb +221 -0
- data/lib/cybersource_rest_client/models/ptsv2intentsid_processing_information.rb +192 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_agreement_information.rb +207 -190
- data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information_personal_identification.rb +229 -229
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +651 -641
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_octsurcharge.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +721 -704
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_capture_options.rb +264 -247
- data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +383 -383
- data/lib/cybersource_rest_client/models/ptsv2payments_recurring_payment_information.rb +14 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_sender_information.rb +298 -298
- data/lib/cybersource_rest_client/models/ptsv2paymentsid_client_reference_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information_authorization_options.rb +230 -230
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information_capture_options.rb +247 -230
- data/lib/cybersource_rest_client/models/ptsv2refreshpaymentstatusid_processing_information.rb +192 -192
- data/lib/cybersource_rest_client/models/push_funds201_response.rb +337 -317
- data/lib/cybersource_rest_client/models/push_funds201_response_error_information.rb +225 -225
- data/lib/cybersource_rest_client/models/push_funds201_response_payment_information.rb +189 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_payment_information_tokenized_card.rb +205 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_processing_information.rb +189 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_processing_information_domestic_national_net.rb +197 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +329 -241
- data/lib/cybersource_rest_client/models/push_funds201_response_processor_information_routing.rb +196 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_processor_information_settlement.rb +207 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_recipient_information.rb +206 -189
- data/lib/cybersource_rest_client/models/push_funds502_response.rb +246 -246
- data/lib/cybersource_rest_client/models/push_funds_request.rb +264 -239
- data/lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information.rb +206 -206
- data/lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response.rb +269 -269
- data/lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb +622 -622
- data/lib/cybersource_rest_client/models/risk_v1_authentications_post201_response.rb +279 -279
- data/lib/cybersource_rest_client/models/risk_v1_authentications_post400_response_1.rb +235 -235
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_consumer_authentication_information.rb +312 -312
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_card.rb +241 -241
- data/lib/cybersource_rest_client/models/riskv1authentications_device_information.rb +434 -434
- data/lib/cybersource_rest_client/models/riskv1authentications_payment_information.rb +219 -219
- data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_customer.rb +222 -0
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_client_reference_information.rb +240 -240
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_customer.rb +9 -0
- data/lib/cybersource_rest_client/models/riskv1decisions_consumer_authentication_information.rb +795 -812
- data/lib/cybersource_rest_client/models/sa_config_payment_methods.rb +191 -213
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier.rb +1 -1
- data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_tokenized_card.rb → tmsv2_tokenized_card.rb} +16 -6
- data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_tokenized_card_card.rb → tmsv2_tokenized_card_card.rb} +1 -1
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata.rb +189 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art.rb +250 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_background_asset.rb +200 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_background_asset__links.rb +189 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_background_asset__links_self.rb +190 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_brand_logo_asset.rb +200 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_brand_logo_asset__links.rb +189 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_brand_logo_asset__links_self.rb +190 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_co_brand_logo_asset.rb +200 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_co_brand_logo_asset__links.rb +189 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_co_brand_logo_asset__links_self.rb +190 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_combined_asset.rb +200 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_combined_asset__links.rb +189 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_combined_asset__links_self.rb +190 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_icon_asset.rb +200 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_icon_asset__links.rb +189 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_icon_asset__links_self.rb +190 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_issuer_logo_asset.rb +200 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_issuer_logo_asset__links.rb +189 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_issuer_logo_asset__links_self.rb +190 -0
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options.rb +245 -245
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +383 -383
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_multi_processor_routing.rb +235 -235
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processor_information.rb +223 -206
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries.rb +392 -392
- data/lib/cybersource_rest_client/models/update_order_request.rb +229 -0
- data/lib/cybersource_rest_client/models/upv1capturecontexts_capture_mandate.rb +253 -253
- data/lib/cybersource_rest_client/models/upv1capturecontexts_checkout_api_initialization.rb +280 -279
- data/lib/cybersource_rest_client/models/upv1capturecontexts_order_information_amount_details.rb +201 -199
- data/lib/cybersource_rest_client/models/validate_request.rb +249 -249
- data/lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_basic_information.rb +273 -317
- data/lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_payment_information.rb +315 -337
- data/lib/cybersource_rest_client/utilities/tracking/sdk_tracker.rb +5 -1
- data/lib/cybersource_rest_client.rb +75 -6
- metadata +78 -29
@@ -1,462 +1,462 @@
|
|
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 CreatePaymentRequest
|
16
|
-
attr_accessor :client_reference_information
|
17
|
-
|
18
|
-
attr_accessor :processing_information
|
19
|
-
|
20
|
-
attr_accessor :issuer_information
|
21
|
-
|
22
|
-
attr_accessor :payment_information
|
23
|
-
|
24
|
-
attr_accessor :order_information
|
25
|
-
|
26
|
-
attr_accessor :buyer_information
|
27
|
-
|
28
|
-
attr_accessor :sender_information
|
29
|
-
|
30
|
-
attr_accessor :recipient_information
|
31
|
-
|
32
|
-
attr_accessor :device_information
|
33
|
-
|
34
|
-
attr_accessor :merchant_information
|
35
|
-
|
36
|
-
attr_accessor :aggregator_information
|
37
|
-
|
38
|
-
attr_accessor :consumer_authentication_information
|
39
|
-
|
40
|
-
attr_accessor :point_of_sale_information
|
41
|
-
|
42
|
-
# The object containing the custom data that the merchant defines.
|
43
|
-
attr_accessor :merchant_defined_information
|
44
|
-
|
45
|
-
attr_accessor :merchant_defined_secure_information
|
46
|
-
|
47
|
-
attr_accessor :installment_information
|
48
|
-
|
49
|
-
attr_accessor :travel_information
|
50
|
-
|
51
|
-
attr_accessor :health_care_information
|
52
|
-
|
53
|
-
attr_accessor :promotion_information
|
54
|
-
|
55
|
-
attr_accessor :token_information
|
56
|
-
|
57
|
-
attr_accessor :invoice_details
|
58
|
-
|
59
|
-
attr_accessor :processor_information
|
60
|
-
|
61
|
-
attr_accessor :agreement_information
|
62
|
-
|
63
|
-
attr_accessor :risk_information
|
64
|
-
|
65
|
-
attr_accessor :acquirer_information
|
66
|
-
|
67
|
-
attr_accessor :recurring_payment_information
|
68
|
-
|
69
|
-
attr_accessor :hosted_payment_information
|
70
|
-
|
71
|
-
attr_accessor :watchlist_screening_information
|
72
|
-
|
73
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
74
|
-
def self.attribute_map
|
75
|
-
{
|
76
|
-
:'client_reference_information' => :'clientReferenceInformation',
|
77
|
-
:'processing_information' => :'processingInformation',
|
78
|
-
:'issuer_information' => :'issuerInformation',
|
79
|
-
:'payment_information' => :'paymentInformation',
|
80
|
-
:'order_information' => :'orderInformation',
|
81
|
-
:'buyer_information' => :'buyerInformation',
|
82
|
-
:'sender_information' => :'senderInformation',
|
83
|
-
:'recipient_information' => :'recipientInformation',
|
84
|
-
:'device_information' => :'deviceInformation',
|
85
|
-
:'merchant_information' => :'merchantInformation',
|
86
|
-
:'aggregator_information' => :'aggregatorInformation',
|
87
|
-
:'consumer_authentication_information' => :'consumerAuthenticationInformation',
|
88
|
-
:'point_of_sale_information' => :'pointOfSaleInformation',
|
89
|
-
:'merchant_defined_information' => :'merchantDefinedInformation',
|
90
|
-
:'merchant_defined_secure_information' => :'merchantDefinedSecureInformation',
|
91
|
-
:'installment_information' => :'installmentInformation',
|
92
|
-
:'travel_information' => :'travelInformation',
|
93
|
-
:'health_care_information' => :'healthCareInformation',
|
94
|
-
:'promotion_information' => :'promotionInformation',
|
95
|
-
:'token_information' => :'tokenInformation',
|
96
|
-
:'invoice_details' => :'invoiceDetails',
|
97
|
-
:'processor_information' => :'processorInformation',
|
98
|
-
:'agreement_information' => :'agreementInformation',
|
99
|
-
:'risk_information' => :'riskInformation',
|
100
|
-
:'acquirer_information' => :'acquirerInformation',
|
101
|
-
:'recurring_payment_information' => :'recurringPaymentInformation',
|
102
|
-
:'hosted_payment_information' => :'hostedPaymentInformation',
|
103
|
-
:'watchlist_screening_information' => :'watchlistScreeningInformation'
|
104
|
-
}
|
105
|
-
end
|
106
|
-
|
107
|
-
# Attribute mapping from JSON key to ruby-style variable name.
|
108
|
-
def self.json_map
|
109
|
-
{
|
110
|
-
:'client_reference_information' => :'client_reference_information',
|
111
|
-
:'processing_information' => :'processing_information',
|
112
|
-
:'issuer_information' => :'issuer_information',
|
113
|
-
:'payment_information' => :'payment_information',
|
114
|
-
:'order_information' => :'order_information',
|
115
|
-
:'buyer_information' => :'buyer_information',
|
116
|
-
:'sender_information' => :'sender_information',
|
117
|
-
:'recipient_information' => :'recipient_information',
|
118
|
-
:'device_information' => :'device_information',
|
119
|
-
:'merchant_information' => :'merchant_information',
|
120
|
-
:'aggregator_information' => :'aggregator_information',
|
121
|
-
:'consumer_authentication_information' => :'consumer_authentication_information',
|
122
|
-
:'point_of_sale_information' => :'point_of_sale_information',
|
123
|
-
:'merchant_defined_information' => :'merchant_defined_information',
|
124
|
-
:'merchant_defined_secure_information' => :'merchant_defined_secure_information',
|
125
|
-
:'installment_information' => :'installment_information',
|
126
|
-
:'travel_information' => :'travel_information',
|
127
|
-
:'health_care_information' => :'health_care_information',
|
128
|
-
:'promotion_information' => :'promotion_information',
|
129
|
-
:'token_information' => :'token_information',
|
130
|
-
:'invoice_details' => :'invoice_details',
|
131
|
-
:'processor_information' => :'processor_information',
|
132
|
-
:'agreement_information' => :'agreement_information',
|
133
|
-
:'risk_information' => :'risk_information',
|
134
|
-
:'acquirer_information' => :'acquirer_information',
|
135
|
-
:'recurring_payment_information' => :'recurring_payment_information',
|
136
|
-
:'hosted_payment_information' => :'hosted_payment_information',
|
137
|
-
:'watchlist_screening_information' => :'watchlist_screening_information'
|
138
|
-
}
|
139
|
-
end
|
140
|
-
|
141
|
-
# Attribute type mapping.
|
142
|
-
def self.swagger_types
|
143
|
-
{
|
144
|
-
:'client_reference_information' => :'Ptsv2paymentsClientReferenceInformation',
|
145
|
-
:'processing_information' => :'Ptsv2paymentsProcessingInformation',
|
146
|
-
:'issuer_information' => :'Ptsv2paymentsIssuerInformation',
|
147
|
-
:'payment_information' => :'Ptsv2paymentsPaymentInformation',
|
148
|
-
:'order_information' => :'Ptsv2paymentsOrderInformation',
|
149
|
-
:'buyer_information' => :'Ptsv2paymentsBuyerInformation',
|
150
|
-
:'sender_information' => :'Ptsv2paymentsSenderInformation',
|
151
|
-
:'recipient_information' => :'Ptsv2paymentsRecipientInformation',
|
152
|
-
:'device_information' => :'Ptsv2paymentsDeviceInformation',
|
153
|
-
:'merchant_information' => :'Ptsv2paymentsMerchantInformation',
|
154
|
-
:'aggregator_information' => :'Ptsv2paymentsAggregatorInformation',
|
155
|
-
:'consumer_authentication_information' => :'Ptsv2paymentsConsumerAuthenticationInformation',
|
156
|
-
:'point_of_sale_information' => :'Ptsv2paymentsPointOfSaleInformation',
|
157
|
-
:'merchant_defined_information' => :'Array<Ptsv2paymentsMerchantDefinedInformation>',
|
158
|
-
:'merchant_defined_secure_information' => :'Ptsv2paymentsMerchantDefinedSecureInformation',
|
159
|
-
:'installment_information' => :'Ptsv2paymentsInstallmentInformation',
|
160
|
-
:'travel_information' => :'Ptsv2paymentsTravelInformation',
|
161
|
-
:'health_care_information' => :'Ptsv2paymentsHealthCareInformation',
|
162
|
-
:'promotion_information' => :'Ptsv2paymentsPromotionInformation',
|
163
|
-
:'token_information' => :'Ptsv2paymentsTokenInformation',
|
164
|
-
:'invoice_details' => :'Ptsv2paymentsInvoiceDetails',
|
165
|
-
:'processor_information' => :'Ptsv2paymentsProcessorInformation',
|
166
|
-
:'agreement_information' => :'Ptsv2paymentsAgreementInformation',
|
167
|
-
:'risk_information' => :'Ptsv2paymentsRiskInformation',
|
168
|
-
:'acquirer_information' => :'Ptsv2paymentsAcquirerInformation',
|
169
|
-
:'recurring_payment_information' => :'Ptsv2paymentsRecurringPaymentInformation',
|
170
|
-
:'hosted_payment_information' => :'Ptsv2paymentsHostedPaymentInformation',
|
171
|
-
:'watchlist_screening_information' => :'Ptsv2paymentsWatchlistScreeningInformation'
|
172
|
-
}
|
173
|
-
end
|
174
|
-
|
175
|
-
# Initializes the object
|
176
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
177
|
-
def initialize(attributes = {})
|
178
|
-
return unless attributes.is_a?(Hash)
|
179
|
-
|
180
|
-
# convert string to symbol for hash key
|
181
|
-
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
182
|
-
|
183
|
-
if attributes.has_key?(:'clientReferenceInformation')
|
184
|
-
self.client_reference_information = attributes[:'clientReferenceInformation']
|
185
|
-
end
|
186
|
-
|
187
|
-
if attributes.has_key?(:'processingInformation')
|
188
|
-
self.processing_information = attributes[:'processingInformation']
|
189
|
-
end
|
190
|
-
|
191
|
-
if attributes.has_key?(:'issuerInformation')
|
192
|
-
self.issuer_information = attributes[:'issuerInformation']
|
193
|
-
end
|
194
|
-
|
195
|
-
if attributes.has_key?(:'paymentInformation')
|
196
|
-
self.payment_information = attributes[:'paymentInformation']
|
197
|
-
end
|
198
|
-
|
199
|
-
if attributes.has_key?(:'orderInformation')
|
200
|
-
self.order_information = attributes[:'orderInformation']
|
201
|
-
end
|
202
|
-
|
203
|
-
if attributes.has_key?(:'buyerInformation')
|
204
|
-
self.buyer_information = attributes[:'buyerInformation']
|
205
|
-
end
|
206
|
-
|
207
|
-
if attributes.has_key?(:'senderInformation')
|
208
|
-
self.sender_information = attributes[:'senderInformation']
|
209
|
-
end
|
210
|
-
|
211
|
-
if attributes.has_key?(:'recipientInformation')
|
212
|
-
self.recipient_information = attributes[:'recipientInformation']
|
213
|
-
end
|
214
|
-
|
215
|
-
if attributes.has_key?(:'deviceInformation')
|
216
|
-
self.device_information = attributes[:'deviceInformation']
|
217
|
-
end
|
218
|
-
|
219
|
-
if attributes.has_key?(:'merchantInformation')
|
220
|
-
self.merchant_information = attributes[:'merchantInformation']
|
221
|
-
end
|
222
|
-
|
223
|
-
if attributes.has_key?(:'aggregatorInformation')
|
224
|
-
self.aggregator_information = attributes[:'aggregatorInformation']
|
225
|
-
end
|
226
|
-
|
227
|
-
if attributes.has_key?(:'consumerAuthenticationInformation')
|
228
|
-
self.consumer_authentication_information = attributes[:'consumerAuthenticationInformation']
|
229
|
-
end
|
230
|
-
|
231
|
-
if attributes.has_key?(:'pointOfSaleInformation')
|
232
|
-
self.point_of_sale_information = attributes[:'pointOfSaleInformation']
|
233
|
-
end
|
234
|
-
|
235
|
-
if attributes.has_key?(:'merchantDefinedInformation')
|
236
|
-
if (value = attributes[:'merchantDefinedInformation']).is_a?(Array)
|
237
|
-
self.merchant_defined_information = value
|
238
|
-
end
|
239
|
-
end
|
240
|
-
|
241
|
-
if attributes.has_key?(:'merchantDefinedSecureInformation')
|
242
|
-
self.merchant_defined_secure_information = attributes[:'merchantDefinedSecureInformation']
|
243
|
-
end
|
244
|
-
|
245
|
-
if attributes.has_key?(:'installmentInformation')
|
246
|
-
self.installment_information = attributes[:'installmentInformation']
|
247
|
-
end
|
248
|
-
|
249
|
-
if attributes.has_key?(:'travelInformation')
|
250
|
-
self.travel_information = attributes[:'travelInformation']
|
251
|
-
end
|
252
|
-
|
253
|
-
if attributes.has_key?(:'healthCareInformation')
|
254
|
-
self.health_care_information = attributes[:'healthCareInformation']
|
255
|
-
end
|
256
|
-
|
257
|
-
if attributes.has_key?(:'promotionInformation')
|
258
|
-
self.promotion_information = attributes[:'promotionInformation']
|
259
|
-
end
|
260
|
-
|
261
|
-
if attributes.has_key?(:'tokenInformation')
|
262
|
-
self.token_information = attributes[:'tokenInformation']
|
263
|
-
end
|
264
|
-
|
265
|
-
if attributes.has_key?(:'invoiceDetails')
|
266
|
-
self.invoice_details = attributes[:'invoiceDetails']
|
267
|
-
end
|
268
|
-
|
269
|
-
if attributes.has_key?(:'processorInformation')
|
270
|
-
self.processor_information = attributes[:'processorInformation']
|
271
|
-
end
|
272
|
-
|
273
|
-
if attributes.has_key?(:'agreementInformation')
|
274
|
-
self.agreement_information = attributes[:'agreementInformation']
|
275
|
-
end
|
276
|
-
|
277
|
-
if attributes.has_key?(:'riskInformation')
|
278
|
-
self.risk_information = attributes[:'riskInformation']
|
279
|
-
end
|
280
|
-
|
281
|
-
if attributes.has_key?(:'acquirerInformation')
|
282
|
-
self.acquirer_information = attributes[:'acquirerInformation']
|
283
|
-
end
|
284
|
-
|
285
|
-
if attributes.has_key?(:'recurringPaymentInformation')
|
286
|
-
self.recurring_payment_information = attributes[:'recurringPaymentInformation']
|
287
|
-
end
|
288
|
-
|
289
|
-
if attributes.has_key?(:'hostedPaymentInformation')
|
290
|
-
self.hosted_payment_information = attributes[:'hostedPaymentInformation']
|
291
|
-
end
|
292
|
-
|
293
|
-
if attributes.has_key?(:'watchlistScreeningInformation')
|
294
|
-
self.watchlist_screening_information = attributes[:'watchlistScreeningInformation']
|
295
|
-
end
|
296
|
-
end
|
297
|
-
|
298
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
299
|
-
# @return Array for valid properties with the reasons
|
300
|
-
def list_invalid_properties
|
301
|
-
invalid_properties = Array.new
|
302
|
-
invalid_properties
|
303
|
-
end
|
304
|
-
|
305
|
-
# Check to see if the all the properties in the model are valid
|
306
|
-
# @return true if the model is valid
|
307
|
-
def valid?
|
308
|
-
true
|
309
|
-
end
|
310
|
-
|
311
|
-
# Checks equality by comparing each attribute.
|
312
|
-
# @param [Object] Object to be compared
|
313
|
-
def ==(o)
|
314
|
-
return true if self.equal?(o)
|
315
|
-
self.class == o.class &&
|
316
|
-
client_reference_information == o.client_reference_information &&
|
317
|
-
processing_information == o.processing_information &&
|
318
|
-
issuer_information == o.issuer_information &&
|
319
|
-
payment_information == o.payment_information &&
|
320
|
-
order_information == o.order_information &&
|
321
|
-
buyer_information == o.buyer_information &&
|
322
|
-
sender_information == o.sender_information &&
|
323
|
-
recipient_information == o.recipient_information &&
|
324
|
-
device_information == o.device_information &&
|
325
|
-
merchant_information == o.merchant_information &&
|
326
|
-
aggregator_information == o.aggregator_information &&
|
327
|
-
consumer_authentication_information == o.consumer_authentication_information &&
|
328
|
-
point_of_sale_information == o.point_of_sale_information &&
|
329
|
-
merchant_defined_information == o.merchant_defined_information &&
|
330
|
-
merchant_defined_secure_information == o.merchant_defined_secure_information &&
|
331
|
-
installment_information == o.installment_information &&
|
332
|
-
travel_information == o.travel_information &&
|
333
|
-
health_care_information == o.health_care_information &&
|
334
|
-
promotion_information == o.promotion_information &&
|
335
|
-
token_information == o.token_information &&
|
336
|
-
invoice_details == o.invoice_details &&
|
337
|
-
processor_information == o.processor_information &&
|
338
|
-
agreement_information == o.agreement_information &&
|
339
|
-
risk_information == o.risk_information &&
|
340
|
-
acquirer_information == o.acquirer_information &&
|
341
|
-
recurring_payment_information == o.recurring_payment_information &&
|
342
|
-
hosted_payment_information == o.hosted_payment_information &&
|
343
|
-
watchlist_screening_information == o.watchlist_screening_information
|
344
|
-
end
|
345
|
-
|
346
|
-
# @see the `==` method
|
347
|
-
# @param [Object] Object to be compared
|
348
|
-
def eql?(o)
|
349
|
-
self == o
|
350
|
-
end
|
351
|
-
|
352
|
-
# Calculates hash code according to all attributes.
|
353
|
-
# @return [Fixnum] Hash code
|
354
|
-
def hash
|
355
|
-
[client_reference_information, processing_information, issuer_information, payment_information, order_information, buyer_information, sender_information, recipient_information, device_information, merchant_information, aggregator_information, consumer_authentication_information, point_of_sale_information, merchant_defined_information, merchant_defined_secure_information, installment_information, travel_information, health_care_information, promotion_information, token_information, invoice_details, processor_information, agreement_information, risk_information, acquirer_information, recurring_payment_information, hosted_payment_information, watchlist_screening_information].hash
|
356
|
-
end
|
357
|
-
|
358
|
-
# Builds the object from hash
|
359
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
360
|
-
# @return [Object] Returns the model itself
|
361
|
-
def build_from_hash(attributes)
|
362
|
-
return nil unless attributes.is_a?(Hash)
|
363
|
-
self.class.swagger_types.each_pair do |key, type|
|
364
|
-
if type =~ /\AArray<(.*)>/i
|
365
|
-
# check to ensure the input is an array given that the the attribute
|
366
|
-
# is documented as an array but the input is not
|
367
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
368
|
-
self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
369
|
-
end
|
370
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
371
|
-
self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
372
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
373
|
-
end
|
374
|
-
|
375
|
-
self
|
376
|
-
end
|
377
|
-
|
378
|
-
# Deserializes the data based on type
|
379
|
-
# @param string type Data type
|
380
|
-
# @param string value Value to be deserialized
|
381
|
-
# @return [Object] Deserialized data
|
382
|
-
def _deserialize(type, value)
|
383
|
-
case type.to_sym
|
384
|
-
when :DateTime
|
385
|
-
DateTime.parse(value)
|
386
|
-
when :Date
|
387
|
-
Date.parse(value)
|
388
|
-
when :String
|
389
|
-
value.to_s
|
390
|
-
when :Integer
|
391
|
-
value.to_i
|
392
|
-
when :Float
|
393
|
-
value.to_f
|
394
|
-
when :BOOLEAN
|
395
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
396
|
-
true
|
397
|
-
else
|
398
|
-
false
|
399
|
-
end
|
400
|
-
when :Object
|
401
|
-
# generic object (usually a Hash), return directly
|
402
|
-
value
|
403
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
404
|
-
inner_type = Regexp.last_match[:inner_type]
|
405
|
-
value.map { |v| _deserialize(inner_type, v) }
|
406
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
407
|
-
k_type = Regexp.last_match[:k_type]
|
408
|
-
v_type = Regexp.last_match[:v_type]
|
409
|
-
{}.tap do |hash|
|
410
|
-
value.each do |k, v|
|
411
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
412
|
-
end
|
413
|
-
end
|
414
|
-
else # model
|
415
|
-
temp_model = CyberSource.const_get(type).new
|
416
|
-
temp_model.build_from_hash(value)
|
417
|
-
end
|
418
|
-
end
|
419
|
-
|
420
|
-
# Returns the string representation of the object
|
421
|
-
# @return [String] String presentation of the object
|
422
|
-
def to_s
|
423
|
-
to_hash.to_s
|
424
|
-
end
|
425
|
-
|
426
|
-
# to_body is an alias to to_hash (backward compatibility)
|
427
|
-
# @return [Hash] Returns the object in the form of hash
|
428
|
-
def to_body
|
429
|
-
to_hash
|
430
|
-
end
|
431
|
-
|
432
|
-
# Returns the object in the form of hash
|
433
|
-
# @return [Hash] Returns the object in the form of hash
|
434
|
-
def to_hash
|
435
|
-
hash = {}
|
436
|
-
self.class.attribute_map.each_pair do |attr, param|
|
437
|
-
value = self.send(attr)
|
438
|
-
next if value.nil?
|
439
|
-
hash[param] = _to_hash(value)
|
440
|
-
end
|
441
|
-
hash
|
442
|
-
end
|
443
|
-
|
444
|
-
# Outputs non-array value in the form of hash
|
445
|
-
# For object, use to_hash. Otherwise, just return the value
|
446
|
-
# @param [Object] value Any valid value
|
447
|
-
# @return [Hash] Returns the value in the form of hash
|
448
|
-
def _to_hash(value)
|
449
|
-
if value.is_a?(Array)
|
450
|
-
value.compact.map { |v| _to_hash(v) }
|
451
|
-
elsif value.is_a?(Hash)
|
452
|
-
{}.tap do |hash|
|
453
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
454
|
-
end
|
455
|
-
elsif value.respond_to? :to_hash
|
456
|
-
value.to_hash
|
457
|
-
else
|
458
|
-
value
|
459
|
-
end
|
460
|
-
end
|
461
|
-
end
|
462
|
-
end
|
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 CreatePaymentRequest
|
16
|
+
attr_accessor :client_reference_information
|
17
|
+
|
18
|
+
attr_accessor :processing_information
|
19
|
+
|
20
|
+
attr_accessor :issuer_information
|
21
|
+
|
22
|
+
attr_accessor :payment_information
|
23
|
+
|
24
|
+
attr_accessor :order_information
|
25
|
+
|
26
|
+
attr_accessor :buyer_information
|
27
|
+
|
28
|
+
attr_accessor :sender_information
|
29
|
+
|
30
|
+
attr_accessor :recipient_information
|
31
|
+
|
32
|
+
attr_accessor :device_information
|
33
|
+
|
34
|
+
attr_accessor :merchant_information
|
35
|
+
|
36
|
+
attr_accessor :aggregator_information
|
37
|
+
|
38
|
+
attr_accessor :consumer_authentication_information
|
39
|
+
|
40
|
+
attr_accessor :point_of_sale_information
|
41
|
+
|
42
|
+
# The object containing the custom data that the merchant defines.
|
43
|
+
attr_accessor :merchant_defined_information
|
44
|
+
|
45
|
+
attr_accessor :merchant_defined_secure_information
|
46
|
+
|
47
|
+
attr_accessor :installment_information
|
48
|
+
|
49
|
+
attr_accessor :travel_information
|
50
|
+
|
51
|
+
attr_accessor :health_care_information
|
52
|
+
|
53
|
+
attr_accessor :promotion_information
|
54
|
+
|
55
|
+
attr_accessor :token_information
|
56
|
+
|
57
|
+
attr_accessor :invoice_details
|
58
|
+
|
59
|
+
attr_accessor :processor_information
|
60
|
+
|
61
|
+
attr_accessor :agreement_information
|
62
|
+
|
63
|
+
attr_accessor :risk_information
|
64
|
+
|
65
|
+
attr_accessor :acquirer_information
|
66
|
+
|
67
|
+
attr_accessor :recurring_payment_information
|
68
|
+
|
69
|
+
attr_accessor :hosted_payment_information
|
70
|
+
|
71
|
+
attr_accessor :watchlist_screening_information
|
72
|
+
|
73
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
74
|
+
def self.attribute_map
|
75
|
+
{
|
76
|
+
:'client_reference_information' => :'clientReferenceInformation',
|
77
|
+
:'processing_information' => :'processingInformation',
|
78
|
+
:'issuer_information' => :'issuerInformation',
|
79
|
+
:'payment_information' => :'paymentInformation',
|
80
|
+
:'order_information' => :'orderInformation',
|
81
|
+
:'buyer_information' => :'buyerInformation',
|
82
|
+
:'sender_information' => :'senderInformation',
|
83
|
+
:'recipient_information' => :'recipientInformation',
|
84
|
+
:'device_information' => :'deviceInformation',
|
85
|
+
:'merchant_information' => :'merchantInformation',
|
86
|
+
:'aggregator_information' => :'aggregatorInformation',
|
87
|
+
:'consumer_authentication_information' => :'consumerAuthenticationInformation',
|
88
|
+
:'point_of_sale_information' => :'pointOfSaleInformation',
|
89
|
+
:'merchant_defined_information' => :'merchantDefinedInformation',
|
90
|
+
:'merchant_defined_secure_information' => :'merchantDefinedSecureInformation',
|
91
|
+
:'installment_information' => :'installmentInformation',
|
92
|
+
:'travel_information' => :'travelInformation',
|
93
|
+
:'health_care_information' => :'healthCareInformation',
|
94
|
+
:'promotion_information' => :'promotionInformation',
|
95
|
+
:'token_information' => :'tokenInformation',
|
96
|
+
:'invoice_details' => :'invoiceDetails',
|
97
|
+
:'processor_information' => :'processorInformation',
|
98
|
+
:'agreement_information' => :'agreementInformation',
|
99
|
+
:'risk_information' => :'riskInformation',
|
100
|
+
:'acquirer_information' => :'acquirerInformation',
|
101
|
+
:'recurring_payment_information' => :'recurringPaymentInformation',
|
102
|
+
:'hosted_payment_information' => :'hostedPaymentInformation',
|
103
|
+
:'watchlist_screening_information' => :'watchlistScreeningInformation'
|
104
|
+
}
|
105
|
+
end
|
106
|
+
|
107
|
+
# Attribute mapping from JSON key to ruby-style variable name.
|
108
|
+
def self.json_map
|
109
|
+
{
|
110
|
+
:'client_reference_information' => :'client_reference_information',
|
111
|
+
:'processing_information' => :'processing_information',
|
112
|
+
:'issuer_information' => :'issuer_information',
|
113
|
+
:'payment_information' => :'payment_information',
|
114
|
+
:'order_information' => :'order_information',
|
115
|
+
:'buyer_information' => :'buyer_information',
|
116
|
+
:'sender_information' => :'sender_information',
|
117
|
+
:'recipient_information' => :'recipient_information',
|
118
|
+
:'device_information' => :'device_information',
|
119
|
+
:'merchant_information' => :'merchant_information',
|
120
|
+
:'aggregator_information' => :'aggregator_information',
|
121
|
+
:'consumer_authentication_information' => :'consumer_authentication_information',
|
122
|
+
:'point_of_sale_information' => :'point_of_sale_information',
|
123
|
+
:'merchant_defined_information' => :'merchant_defined_information',
|
124
|
+
:'merchant_defined_secure_information' => :'merchant_defined_secure_information',
|
125
|
+
:'installment_information' => :'installment_information',
|
126
|
+
:'travel_information' => :'travel_information',
|
127
|
+
:'health_care_information' => :'health_care_information',
|
128
|
+
:'promotion_information' => :'promotion_information',
|
129
|
+
:'token_information' => :'token_information',
|
130
|
+
:'invoice_details' => :'invoice_details',
|
131
|
+
:'processor_information' => :'processor_information',
|
132
|
+
:'agreement_information' => :'agreement_information',
|
133
|
+
:'risk_information' => :'risk_information',
|
134
|
+
:'acquirer_information' => :'acquirer_information',
|
135
|
+
:'recurring_payment_information' => :'recurring_payment_information',
|
136
|
+
:'hosted_payment_information' => :'hosted_payment_information',
|
137
|
+
:'watchlist_screening_information' => :'watchlist_screening_information'
|
138
|
+
}
|
139
|
+
end
|
140
|
+
|
141
|
+
# Attribute type mapping.
|
142
|
+
def self.swagger_types
|
143
|
+
{
|
144
|
+
:'client_reference_information' => :'Ptsv2paymentsClientReferenceInformation',
|
145
|
+
:'processing_information' => :'Ptsv2paymentsProcessingInformation',
|
146
|
+
:'issuer_information' => :'Ptsv2paymentsIssuerInformation',
|
147
|
+
:'payment_information' => :'Ptsv2paymentsPaymentInformation',
|
148
|
+
:'order_information' => :'Ptsv2paymentsOrderInformation',
|
149
|
+
:'buyer_information' => :'Ptsv2paymentsBuyerInformation',
|
150
|
+
:'sender_information' => :'Ptsv2paymentsSenderInformation',
|
151
|
+
:'recipient_information' => :'Ptsv2paymentsRecipientInformation',
|
152
|
+
:'device_information' => :'Ptsv2paymentsDeviceInformation',
|
153
|
+
:'merchant_information' => :'Ptsv2paymentsMerchantInformation',
|
154
|
+
:'aggregator_information' => :'Ptsv2paymentsAggregatorInformation',
|
155
|
+
:'consumer_authentication_information' => :'Ptsv2paymentsConsumerAuthenticationInformation',
|
156
|
+
:'point_of_sale_information' => :'Ptsv2paymentsPointOfSaleInformation',
|
157
|
+
:'merchant_defined_information' => :'Array<Ptsv2paymentsMerchantDefinedInformation>',
|
158
|
+
:'merchant_defined_secure_information' => :'Ptsv2paymentsMerchantDefinedSecureInformation',
|
159
|
+
:'installment_information' => :'Ptsv2paymentsInstallmentInformation',
|
160
|
+
:'travel_information' => :'Ptsv2paymentsTravelInformation',
|
161
|
+
:'health_care_information' => :'Ptsv2paymentsHealthCareInformation',
|
162
|
+
:'promotion_information' => :'Ptsv2paymentsPromotionInformation',
|
163
|
+
:'token_information' => :'Ptsv2paymentsTokenInformation',
|
164
|
+
:'invoice_details' => :'Ptsv2paymentsInvoiceDetails',
|
165
|
+
:'processor_information' => :'Ptsv2paymentsProcessorInformation',
|
166
|
+
:'agreement_information' => :'Ptsv2paymentsAgreementInformation',
|
167
|
+
:'risk_information' => :'Ptsv2paymentsRiskInformation',
|
168
|
+
:'acquirer_information' => :'Ptsv2paymentsAcquirerInformation',
|
169
|
+
:'recurring_payment_information' => :'Ptsv2paymentsRecurringPaymentInformation',
|
170
|
+
:'hosted_payment_information' => :'Ptsv2paymentsHostedPaymentInformation',
|
171
|
+
:'watchlist_screening_information' => :'Ptsv2paymentsWatchlistScreeningInformation'
|
172
|
+
}
|
173
|
+
end
|
174
|
+
|
175
|
+
# Initializes the object
|
176
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
177
|
+
def initialize(attributes = {})
|
178
|
+
return unless attributes.is_a?(Hash)
|
179
|
+
|
180
|
+
# convert string to symbol for hash key
|
181
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
182
|
+
|
183
|
+
if attributes.has_key?(:'clientReferenceInformation')
|
184
|
+
self.client_reference_information = attributes[:'clientReferenceInformation']
|
185
|
+
end
|
186
|
+
|
187
|
+
if attributes.has_key?(:'processingInformation')
|
188
|
+
self.processing_information = attributes[:'processingInformation']
|
189
|
+
end
|
190
|
+
|
191
|
+
if attributes.has_key?(:'issuerInformation')
|
192
|
+
self.issuer_information = attributes[:'issuerInformation']
|
193
|
+
end
|
194
|
+
|
195
|
+
if attributes.has_key?(:'paymentInformation')
|
196
|
+
self.payment_information = attributes[:'paymentInformation']
|
197
|
+
end
|
198
|
+
|
199
|
+
if attributes.has_key?(:'orderInformation')
|
200
|
+
self.order_information = attributes[:'orderInformation']
|
201
|
+
end
|
202
|
+
|
203
|
+
if attributes.has_key?(:'buyerInformation')
|
204
|
+
self.buyer_information = attributes[:'buyerInformation']
|
205
|
+
end
|
206
|
+
|
207
|
+
if attributes.has_key?(:'senderInformation')
|
208
|
+
self.sender_information = attributes[:'senderInformation']
|
209
|
+
end
|
210
|
+
|
211
|
+
if attributes.has_key?(:'recipientInformation')
|
212
|
+
self.recipient_information = attributes[:'recipientInformation']
|
213
|
+
end
|
214
|
+
|
215
|
+
if attributes.has_key?(:'deviceInformation')
|
216
|
+
self.device_information = attributes[:'deviceInformation']
|
217
|
+
end
|
218
|
+
|
219
|
+
if attributes.has_key?(:'merchantInformation')
|
220
|
+
self.merchant_information = attributes[:'merchantInformation']
|
221
|
+
end
|
222
|
+
|
223
|
+
if attributes.has_key?(:'aggregatorInformation')
|
224
|
+
self.aggregator_information = attributes[:'aggregatorInformation']
|
225
|
+
end
|
226
|
+
|
227
|
+
if attributes.has_key?(:'consumerAuthenticationInformation')
|
228
|
+
self.consumer_authentication_information = attributes[:'consumerAuthenticationInformation']
|
229
|
+
end
|
230
|
+
|
231
|
+
if attributes.has_key?(:'pointOfSaleInformation')
|
232
|
+
self.point_of_sale_information = attributes[:'pointOfSaleInformation']
|
233
|
+
end
|
234
|
+
|
235
|
+
if attributes.has_key?(:'merchantDefinedInformation')
|
236
|
+
if (value = attributes[:'merchantDefinedInformation']).is_a?(Array)
|
237
|
+
self.merchant_defined_information = value
|
238
|
+
end
|
239
|
+
end
|
240
|
+
|
241
|
+
if attributes.has_key?(:'merchantDefinedSecureInformation')
|
242
|
+
self.merchant_defined_secure_information = attributes[:'merchantDefinedSecureInformation']
|
243
|
+
end
|
244
|
+
|
245
|
+
if attributes.has_key?(:'installmentInformation')
|
246
|
+
self.installment_information = attributes[:'installmentInformation']
|
247
|
+
end
|
248
|
+
|
249
|
+
if attributes.has_key?(:'travelInformation')
|
250
|
+
self.travel_information = attributes[:'travelInformation']
|
251
|
+
end
|
252
|
+
|
253
|
+
if attributes.has_key?(:'healthCareInformation')
|
254
|
+
self.health_care_information = attributes[:'healthCareInformation']
|
255
|
+
end
|
256
|
+
|
257
|
+
if attributes.has_key?(:'promotionInformation')
|
258
|
+
self.promotion_information = attributes[:'promotionInformation']
|
259
|
+
end
|
260
|
+
|
261
|
+
if attributes.has_key?(:'tokenInformation')
|
262
|
+
self.token_information = attributes[:'tokenInformation']
|
263
|
+
end
|
264
|
+
|
265
|
+
if attributes.has_key?(:'invoiceDetails')
|
266
|
+
self.invoice_details = attributes[:'invoiceDetails']
|
267
|
+
end
|
268
|
+
|
269
|
+
if attributes.has_key?(:'processorInformation')
|
270
|
+
self.processor_information = attributes[:'processorInformation']
|
271
|
+
end
|
272
|
+
|
273
|
+
if attributes.has_key?(:'agreementInformation')
|
274
|
+
self.agreement_information = attributes[:'agreementInformation']
|
275
|
+
end
|
276
|
+
|
277
|
+
if attributes.has_key?(:'riskInformation')
|
278
|
+
self.risk_information = attributes[:'riskInformation']
|
279
|
+
end
|
280
|
+
|
281
|
+
if attributes.has_key?(:'acquirerInformation')
|
282
|
+
self.acquirer_information = attributes[:'acquirerInformation']
|
283
|
+
end
|
284
|
+
|
285
|
+
if attributes.has_key?(:'recurringPaymentInformation')
|
286
|
+
self.recurring_payment_information = attributes[:'recurringPaymentInformation']
|
287
|
+
end
|
288
|
+
|
289
|
+
if attributes.has_key?(:'hostedPaymentInformation')
|
290
|
+
self.hosted_payment_information = attributes[:'hostedPaymentInformation']
|
291
|
+
end
|
292
|
+
|
293
|
+
if attributes.has_key?(:'watchlistScreeningInformation')
|
294
|
+
self.watchlist_screening_information = attributes[:'watchlistScreeningInformation']
|
295
|
+
end
|
296
|
+
end
|
297
|
+
|
298
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
299
|
+
# @return Array for valid properties with the reasons
|
300
|
+
def list_invalid_properties
|
301
|
+
invalid_properties = Array.new
|
302
|
+
invalid_properties
|
303
|
+
end
|
304
|
+
|
305
|
+
# Check to see if the all the properties in the model are valid
|
306
|
+
# @return true if the model is valid
|
307
|
+
def valid?
|
308
|
+
true
|
309
|
+
end
|
310
|
+
|
311
|
+
# Checks equality by comparing each attribute.
|
312
|
+
# @param [Object] Object to be compared
|
313
|
+
def ==(o)
|
314
|
+
return true if self.equal?(o)
|
315
|
+
self.class == o.class &&
|
316
|
+
client_reference_information == o.client_reference_information &&
|
317
|
+
processing_information == o.processing_information &&
|
318
|
+
issuer_information == o.issuer_information &&
|
319
|
+
payment_information == o.payment_information &&
|
320
|
+
order_information == o.order_information &&
|
321
|
+
buyer_information == o.buyer_information &&
|
322
|
+
sender_information == o.sender_information &&
|
323
|
+
recipient_information == o.recipient_information &&
|
324
|
+
device_information == o.device_information &&
|
325
|
+
merchant_information == o.merchant_information &&
|
326
|
+
aggregator_information == o.aggregator_information &&
|
327
|
+
consumer_authentication_information == o.consumer_authentication_information &&
|
328
|
+
point_of_sale_information == o.point_of_sale_information &&
|
329
|
+
merchant_defined_information == o.merchant_defined_information &&
|
330
|
+
merchant_defined_secure_information == o.merchant_defined_secure_information &&
|
331
|
+
installment_information == o.installment_information &&
|
332
|
+
travel_information == o.travel_information &&
|
333
|
+
health_care_information == o.health_care_information &&
|
334
|
+
promotion_information == o.promotion_information &&
|
335
|
+
token_information == o.token_information &&
|
336
|
+
invoice_details == o.invoice_details &&
|
337
|
+
processor_information == o.processor_information &&
|
338
|
+
agreement_information == o.agreement_information &&
|
339
|
+
risk_information == o.risk_information &&
|
340
|
+
acquirer_information == o.acquirer_information &&
|
341
|
+
recurring_payment_information == o.recurring_payment_information &&
|
342
|
+
hosted_payment_information == o.hosted_payment_information &&
|
343
|
+
watchlist_screening_information == o.watchlist_screening_information
|
344
|
+
end
|
345
|
+
|
346
|
+
# @see the `==` method
|
347
|
+
# @param [Object] Object to be compared
|
348
|
+
def eql?(o)
|
349
|
+
self == o
|
350
|
+
end
|
351
|
+
|
352
|
+
# Calculates hash code according to all attributes.
|
353
|
+
# @return [Fixnum] Hash code
|
354
|
+
def hash
|
355
|
+
[client_reference_information, processing_information, issuer_information, payment_information, order_information, buyer_information, sender_information, recipient_information, device_information, merchant_information, aggregator_information, consumer_authentication_information, point_of_sale_information, merchant_defined_information, merchant_defined_secure_information, installment_information, travel_information, health_care_information, promotion_information, token_information, invoice_details, processor_information, agreement_information, risk_information, acquirer_information, recurring_payment_information, hosted_payment_information, watchlist_screening_information].hash
|
356
|
+
end
|
357
|
+
|
358
|
+
# Builds the object from hash
|
359
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
360
|
+
# @return [Object] Returns the model itself
|
361
|
+
def build_from_hash(attributes)
|
362
|
+
return nil unless attributes.is_a?(Hash)
|
363
|
+
self.class.swagger_types.each_pair do |key, type|
|
364
|
+
if type =~ /\AArray<(.*)>/i
|
365
|
+
# check to ensure the input is an array given that the the attribute
|
366
|
+
# is documented as an array but the input is not
|
367
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
368
|
+
self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
369
|
+
end
|
370
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
371
|
+
self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
372
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
373
|
+
end
|
374
|
+
|
375
|
+
self
|
376
|
+
end
|
377
|
+
|
378
|
+
# Deserializes the data based on type
|
379
|
+
# @param string type Data type
|
380
|
+
# @param string value Value to be deserialized
|
381
|
+
# @return [Object] Deserialized data
|
382
|
+
def _deserialize(type, value)
|
383
|
+
case type.to_sym
|
384
|
+
when :DateTime
|
385
|
+
DateTime.parse(value)
|
386
|
+
when :Date
|
387
|
+
Date.parse(value)
|
388
|
+
when :String
|
389
|
+
value.to_s
|
390
|
+
when :Integer
|
391
|
+
value.to_i
|
392
|
+
when :Float
|
393
|
+
value.to_f
|
394
|
+
when :BOOLEAN
|
395
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
396
|
+
true
|
397
|
+
else
|
398
|
+
false
|
399
|
+
end
|
400
|
+
when :Object
|
401
|
+
# generic object (usually a Hash), return directly
|
402
|
+
value
|
403
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
404
|
+
inner_type = Regexp.last_match[:inner_type]
|
405
|
+
value.map { |v| _deserialize(inner_type, v) }
|
406
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
407
|
+
k_type = Regexp.last_match[:k_type]
|
408
|
+
v_type = Regexp.last_match[:v_type]
|
409
|
+
{}.tap do |hash|
|
410
|
+
value.each do |k, v|
|
411
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
412
|
+
end
|
413
|
+
end
|
414
|
+
else # model
|
415
|
+
temp_model = CyberSource.const_get(type).new
|
416
|
+
temp_model.build_from_hash(value)
|
417
|
+
end
|
418
|
+
end
|
419
|
+
|
420
|
+
# Returns the string representation of the object
|
421
|
+
# @return [String] String presentation of the object
|
422
|
+
def to_s
|
423
|
+
to_hash.to_s
|
424
|
+
end
|
425
|
+
|
426
|
+
# to_body is an alias to to_hash (backward compatibility)
|
427
|
+
# @return [Hash] Returns the object in the form of hash
|
428
|
+
def to_body
|
429
|
+
to_hash
|
430
|
+
end
|
431
|
+
|
432
|
+
# Returns the object in the form of hash
|
433
|
+
# @return [Hash] Returns the object in the form of hash
|
434
|
+
def to_hash
|
435
|
+
hash = {}
|
436
|
+
self.class.attribute_map.each_pair do |attr, param|
|
437
|
+
value = self.send(attr)
|
438
|
+
next if value.nil?
|
439
|
+
hash[param] = _to_hash(value)
|
440
|
+
end
|
441
|
+
hash
|
442
|
+
end
|
443
|
+
|
444
|
+
# Outputs non-array value in the form of hash
|
445
|
+
# For object, use to_hash. Otherwise, just return the value
|
446
|
+
# @param [Object] value Any valid value
|
447
|
+
# @return [Hash] Returns the value in the form of hash
|
448
|
+
def _to_hash(value)
|
449
|
+
if value.is_a?(Array)
|
450
|
+
value.compact.map { |v| _to_hash(v) }
|
451
|
+
elsif value.is_a?(Hash)
|
452
|
+
{}.tap do |hash|
|
453
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
454
|
+
end
|
455
|
+
elsif value.respond_to? :to_hash
|
456
|
+
value.to_hash
|
457
|
+
else
|
458
|
+
value
|
459
|
+
end
|
460
|
+
end
|
461
|
+
end
|
462
|
+
end
|