cybersource_rest_client 0.0.39 → 0.0.40
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/AuthenticationSDK/authentication/http/GetSignatureParameter.rb +74 -74
- data/lib/AuthenticationSDK/authentication/http/HttpSignatureHeader.rb +60 -60
- data/lib/AuthenticationSDK/authentication/jwt/JwtToken.rb +76 -76
- data/lib/AuthenticationSDK/authentication/oauth/OAuthToken.rb +20 -20
- data/lib/AuthenticationSDK/authentication/payloadDigest/digest.rb +9 -9
- data/lib/AuthenticationSDK/core/Authorization.rb +35 -35
- data/lib/AuthenticationSDK/core/ITokenGeneration.rb +3 -3
- data/lib/AuthenticationSDK/core/MerchantConfig.rb +267 -267
- data/lib/AuthenticationSDK/logging/log_configuration.rb +70 -70
- data/lib/AuthenticationSDK/logging/log_factory.rb +64 -64
- data/lib/AuthenticationSDK/logging/sensitive_logging.rb +100 -100
- data/lib/AuthenticationSDK/util/Cache.rb +35 -35
- data/lib/AuthenticationSDK/util/Constants.rb +165 -165
- data/lib/AuthenticationSDK/util/ExceptionHandler.rb +25 -25
- data/lib/AuthenticationSDK/util/PropertiesUtil.rb +18 -18
- data/lib/AuthenticationSDK/util/Utility.rb +31 -31
- data/lib/cybersource_rest_client/api/asymmetric_key_management_api.rb +219 -219
- data/lib/cybersource_rest_client/api/chargeback_details_api.rb +112 -112
- data/lib/cybersource_rest_client/api/chargeback_summaries_api.rb +112 -112
- data/lib/cybersource_rest_client/api/customer_api.rb +360 -360
- data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +518 -518
- data/lib/cybersource_rest_client/api/customer_shipping_address_api.rb +518 -518
- data/lib/cybersource_rest_client/api/download_dtd_api.rb +88 -88
- data/lib/cybersource_rest_client/api/download_xsd_api.rb +88 -88
- data/lib/cybersource_rest_client/api/interchange_clearing_level_details_api.rb +112 -112
- data/lib/cybersource_rest_client/api/invoice_settings_api.rb +148 -148
- data/lib/cybersource_rest_client/api/invoices_api.rb +431 -431
- data/lib/cybersource_rest_client/api/o_auth_api.rb +104 -104
- data/lib/cybersource_rest_client/api/payer_authentication_api.rb +219 -219
- data/lib/cybersource_rest_client/api/payment_batch_summaries_api.rb +129 -129
- data/lib/cybersource_rest_client/api/retrieval_details_api.rb +112 -112
- data/lib/cybersource_rest_client/api/retrieval_summaries_api.rb +112 -112
- data/lib/cybersource_rest_client/api/symmetric_key_management_api.rb +72 -0
- data/lib/cybersource_rest_client/api/taxes_api.rb +160 -160
- data/lib/cybersource_rest_client/api/tokenization_api.rb +89 -89
- data/lib/cybersource_rest_client/api/user_management_search_api.rb +89 -89
- data/lib/cybersource_rest_client/api/verification_api.rb +154 -154
- data/lib/cybersource_rest_client/api_client.rb +506 -506
- data/lib/cybersource_rest_client/api_error.rb +38 -38
- data/lib/cybersource_rest_client/configuration.rb +202 -202
- data/lib/cybersource_rest_client/models/access_token_response.rb +244 -244
- data/lib/cybersource_rest_client/models/add_negative_list_request.rb +228 -228
- data/lib/cybersource_rest_client/models/auth_reversal_request.rb +219 -219
- data/lib/cybersource_rest_client/models/bad_request_error.rb +192 -192
- data/lib/cybersource_rest_client/models/capture_payment_request.rb +294 -294
- data/lib/cybersource_rest_client/models/check_payer_auth_enrollment_request.rb +302 -302
- data/lib/cybersource_rest_client/models/create_access_token_request.rb +254 -254
- data/lib/cybersource_rest_client/models/create_adhoc_report_request.rb +343 -343
- data/lib/cybersource_rest_client/models/create_bundled_decision_manager_case_request.rb +302 -302
- data/lib/cybersource_rest_client/models/create_credit_request.rb +294 -294
- data/lib/cybersource_rest_client/models/create_invoice_request.rb +201 -201
- data/lib/cybersource_rest_client/models/create_p12_keys_request.rb +194 -194
- data/lib/cybersource_rest_client/models/create_payment_request.rb +384 -384
- data/lib/cybersource_rest_client/models/create_report_subscription_request.rb +446 -446
- data/lib/cybersource_rest_client/models/create_search_request.rb +244 -244
- data/lib/cybersource_rest_client/models/create_shared_secret_keys_request.rb +194 -194
- data/lib/cybersource_rest_client/models/create_shared_secret_keys_verifi_request.rb +194 -0
- data/lib/cybersource_rest_client/models/delete_bulk_p12_keys_request.rb +194 -194
- data/lib/cybersource_rest_client/models/delete_bulk_symmetric_keys_request.rb +194 -194
- data/lib/cybersource_rest_client/models/flex_v1_keys_post200_response.rb +202 -202
- data/lib/cybersource_rest_client/models/flex_v1_keys_post200_response_der.rb +205 -205
- data/lib/cybersource_rest_client/models/flex_v1_keys_post200_response_jwk.rb +225 -225
- data/lib/cybersource_rest_client/models/flex_v1_tokens_post200_response.rb +255 -255
- data/lib/cybersource_rest_client/models/flexv1tokens_card_info.rb +224 -224
- data/lib/cybersource_rest_client/models/fraud_marking_action_request.rb +192 -192
- data/lib/cybersource_rest_client/models/generate_public_key_request.rb +199 -199
- data/lib/cybersource_rest_client/models/increment_auth_request.rb +219 -219
- data/lib/cybersource_rest_client/models/inline_response_400.rb +185 -185
- data/lib/cybersource_rest_client/models/inline_response_400_1.rb +247 -247
- data/lib/cybersource_rest_client/models/inline_response_400_1_fields.rb +205 -205
- data/lib/cybersource_rest_client/models/inline_response_400_2.rb +214 -214
- data/lib/cybersource_rest_client/models/inline_response_400_details.rb +194 -194
- data/lib/cybersource_rest_client/models/inline_response_400_errors.rb +205 -205
- data/lib/cybersource_rest_client/models/inline_response_default.rb +192 -192
- data/lib/cybersource_rest_client/models/inline_response_default__links.rb +205 -205
- data/lib/cybersource_rest_client/models/inline_response_default__links_next.rb +204 -204
- data/lib/cybersource_rest_client/models/inline_response_default_response_status.rb +225 -225
- data/lib/cybersource_rest_client/models/inline_response_default_response_status_details.rb +194 -194
- data/lib/cybersource_rest_client/models/invoice_settings_request.rb +183 -183
- data/lib/cybersource_rest_client/models/invoicing_v2_invoice_settings_get200_response.rb +193 -193
- data/lib/cybersource_rest_client/models/invoicing_v2_invoice_settings_get200_response_invoice_settings_information.rb +289 -289
- data/lib/cybersource_rest_client/models/invoicing_v2_invoice_settings_get200_response_invoice_settings_information_header_style.rb +224 -224
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response.rb +213 -213
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response__links.rb +201 -201
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response__links_1.rb +210 -210
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_customer_information.rb +206 -206
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_invoice_information.rb +184 -184
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_invoices.rb +237 -237
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_order_information.rb +183 -183
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_order_information_amount_details.rb +207 -207
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get400_response.rb +225 -225
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get404_response.rb +225 -225
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get502_response.rb +214 -214
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_get200_response.rb +257 -257
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_get200_response_invoice_history.rb +203 -203
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_get200_response_transaction_details.rb +201 -201
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post201_response.rb +246 -246
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post201_response_invoice_information.rb +241 -241
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post201_response_order_information.rb +195 -195
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post201_response_order_information_amount_details.rb +287 -287
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post202_response.rb +225 -225
- data/lib/cybersource_rest_client/models/invoicingv2invoice_settings_invoice_settings_information.rb +289 -289
- data/lib/cybersource_rest_client/models/invoicingv2invoices_customer_information.rb +223 -223
- data/lib/cybersource_rest_client/models/invoicingv2invoices_invoice_information.rb +241 -241
- data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information.rb +195 -195
- data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details.rb +271 -271
- data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details_freight.rb +201 -201
- data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details_tax_details.rb +217 -217
- data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_line_items.rb +257 -257
- data/lib/cybersource_rest_client/models/invoicingv2invoicesid_invoice_information.rb +221 -221
- data/lib/cybersource_rest_client/models/kms_v2_keys_asym_deletes_post200_response.rb +204 -204
- data/lib/cybersource_rest_client/models/kms_v2_keys_asym_deletes_post200_response_key_information.rb +234 -234
- data/lib/cybersource_rest_client/models/kms_v2_keys_asym_get200_response.rb +193 -193
- data/lib/cybersource_rest_client/models/kms_v2_keys_asym_get200_response_key_information.rb +254 -254
- data/lib/cybersource_rest_client/models/kms_v2_keys_asym_post201_response.rb +225 -225
- data/lib/cybersource_rest_client/models/kms_v2_keys_asym_post201_response_certificate_information.rb +214 -214
- data/lib/cybersource_rest_client/models/kms_v2_keys_asym_post201_response_key_information.rb +264 -264
- data/lib/cybersource_rest_client/models/kms_v2_keys_sym_deletes_post200_response.rb +214 -214
- data/lib/cybersource_rest_client/models/kms_v2_keys_sym_deletes_post200_response_key_information.rb +224 -224
- data/lib/cybersource_rest_client/models/kms_v2_keys_sym_get200_response.rb +203 -203
- data/lib/cybersource_rest_client/models/kms_v2_keys_sym_get200_response_key_information.rb +234 -234
- data/lib/cybersource_rest_client/models/kms_v2_keys_sym_post201_response.rb +214 -214
- data/lib/cybersource_rest_client/models/kms_v2_keys_sym_post201_response_error_information.rb +195 -195
- data/lib/cybersource_rest_client/models/kms_v2_keys_sym_post201_response_key_information.rb +254 -254
- data/lib/cybersource_rest_client/models/kmsv2keysasym_key_information.rb +215 -215
- data/lib/cybersource_rest_client/models/kmsv2keyssym_client_reference_information.rb +209 -209
- data/lib/cybersource_rest_client/models/kmsv2keyssym_key_information.rb +200 -200
- data/lib/cybersource_rest_client/models/kmsv2keyssymdeletes_key_information.rb +215 -215
- data/lib/cybersource_rest_client/models/kmsv2keyssymverifi_key_information.rb +246 -0
- data/lib/cybersource_rest_client/models/mit_reversal_request.rb +219 -219
- data/lib/cybersource_rest_client/models/mit_void_request.rb +192 -192
- data/lib/cybersource_rest_client/models/oct_create_payment_request.rb +237 -237
- data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +310 -310
- data/lib/cybersource_rest_client/models/patch_customer_request.rb +274 -274
- data/lib/cybersource_rest_client/models/patch_customer_shipping_address_request.rb +227 -227
- data/lib/cybersource_rest_client/models/patch_instrument_identifier_request.rb +286 -286
- data/lib/cybersource_rest_client/models/patch_payment_instrument_request.rb +310 -310
- data/lib/cybersource_rest_client/models/payer_auth_setup_request.rb +210 -210
- data/lib/cybersource_rest_client/models/payment_instrument_list.rb +232 -232
- data/lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb +186 -186
- data/lib/cybersource_rest_client/models/payment_instrument_list__links.rb +219 -219
- data/lib/cybersource_rest_client/models/payment_instrument_list__links_first.rb +184 -184
- data/lib/cybersource_rest_client/models/payment_instrument_list__links_last.rb +184 -184
- data/lib/cybersource_rest_client/models/payment_instrument_list__links_next.rb +184 -184
- data/lib/cybersource_rest_client/models/payment_instrument_list__links_prev.rb +184 -184
- data/lib/cybersource_rest_client/models/payment_instrument_list__links_self.rb +184 -184
- data/lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb +310 -310
- data/lib/cybersource_rest_client/models/post_customer_request.rb +274 -274
- data/lib/cybersource_rest_client/models/post_customer_shipping_address_request.rb +227 -227
- data/lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb +286 -286
- data/lib/cybersource_rest_client/models/post_instrument_identifier_request.rb +286 -286
- data/lib/cybersource_rest_client/models/post_payment_instrument_request.rb +310 -310
- data/lib/cybersource_rest_client/models/predefined_subscription_request_bean.rb +356 -356
- data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response.rb +204 -204
- data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response__links.rb +183 -183
- data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response__links_self.rb +192 -192
- data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response_transaction_batches.rb +259 -259
- data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get400_response.rb +193 -193
- data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get400_response_error_information.rb +203 -203
- data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get400_response_error_information_details.rb +194 -194
- data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get500_response.rb +193 -193
- data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get500_response_error_information.rb +194 -194
- data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_id_get200_response.rb +268 -268
- data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_id_get200_response__links.rb +185 -185
- data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_id_get200_response__links_transactions.rb +193 -193
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +298 -298
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_credit_amount_details.rb +206 -206
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information.rb +219 -219
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information.rb +193 -193
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information_bank_transfer_options.rb +190 -190
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response.rb +280 -280
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response__links.rb +183 -183
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_client_reference_information.rb +190 -190
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_error_information.rb +205 -205
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_order_information.rb +183 -183
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_payment_information.rb +183 -183
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_payment_information_account_features.rb +190 -190
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_processor_information.rb +263 -263
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch400_response.rb +225 -225
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response.rb +280 -280
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response__links.rb +201 -201
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_order_information.rb +192 -192
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_order_information_amount_details.rb +222 -222
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_order_information_invoice_details.rb +184 -184
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_point_of_sale_information.rb +190 -190
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processing_information.rb +184 -184
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processor_information.rb +190 -190
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post400_response.rb +225 -225
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response.rb +361 -361
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response__links.rb +237 -237
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response__links_self.rb +194 -194
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_buyer_information.rb +243 -243
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_client_reference_information.rb +216 -216
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb +718 -718
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_issuer_information.rb +206 -206
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_ivr.rb +274 -274
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_strong_authentication.rb +183 -183
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_error_information.rb +205 -205
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_error_information_details.rb +194 -194
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_installment_information.rb +596 -596
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_issuer_information.rb +238 -238
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information.rb +201 -201
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_amount_details.rb +222 -222
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_invoice_details.rb +209 -209
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_reward_points_details.rb +270 -270
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information.rb +183 -183
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_card.rb +242 -242
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +326 -326
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features.rb +458 -458
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features_balances.rb +238 -238
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank.rb +199 -199
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank_account.rb +190 -190
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_instrument_identifier.rb +200 -200
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +280 -280
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information.rb +215 -215
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information_emv.rb +222 -222
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +209 -209
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information_bank_transfer_options.rb +206 -206
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +592 -592
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_ach_verification.rb +206 -206
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_avs.rb +206 -206
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_card_verification.rb +206 -206
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_consumer_authentication_response.rb +206 -206
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_customer.rb +190 -190
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb +366 -366
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_merchant_advice.rb +206 -206
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_routing.rb +222 -222
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information.rb +275 -275
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_info_codes.rb +282 -282
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_ip_address.rb +287 -287
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_profile.rb +222 -222
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_providers.rb +185 -185
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_providers_provider_name.rb +197 -197
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_rules.rb +206 -206
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_score.rb +217 -217
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_travel.rb +210 -210
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_travel_actual_final_destination.rb +238 -238
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_travel_first_departure.rb +238 -238
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_travel_first_destination.rb +238 -238
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_travel_last_destination.rb +238 -238
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_velocity.rb +197 -197
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_velocity_morphing.rb +216 -216
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information.rb +220 -220
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_customer.rb +190 -190
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_instrument_identifier.rb +200 -200
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_payment_instrument.rb +190 -190
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_shipping_address.rb +190 -190
- data/lib/cybersource_rest_client/models/pts_v2_payments_post400_response.rb +225 -225
- data/lib/cybersource_rest_client/models/pts_v2_payments_post502_response.rb +214 -214
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb +280 -280
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response__links.rb +192 -192
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information.rb +183 -183
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +263 -263
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_refund_amount_details.rb +206 -206
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post400_response.rb +225 -225
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response.rb +289 -289
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_authorization_information.rb +222 -222
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_issuer_information.rb +190 -190
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_processor_information.rb +270 -270
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_reversal_amount_details.rb +222 -222
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post400_response.rb +225 -225
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response.rb +246 -246
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_processor_information.rb +190 -190
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_void_amount_details.rb +210 -210
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post400_response.rb +225 -225
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response.rb +289 -289
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_error_information.rb +205 -205
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_merchant_information.rb +183 -183
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_merchant_information_merchant_descriptor.rb +216 -216
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information.rb +183 -183
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details.rb +238 -238
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +254 -254
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information.rb +183 -183
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information_card.rb +206 -206
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post400_response.rb +225 -225
- data/lib/cybersource_rest_client/models/ptsv2credits_installment_information.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +420 -420
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_bank_transfer_options.rb +286 -286
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_electronic_benefits_transfer.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_japan_payment_options.rb +200 -200
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_purchase_options.rb +184 -184
- data/lib/cybersource_rest_client/models/ptsv2payments_acquirer_information.rb +238 -238
- data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information.rb +215 -215
- data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +350 -350
- data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information.rb +307 -307
- data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information_personal_identification.rb +220 -220
- data/lib/cybersource_rest_client/models/ptsv2payments_client_reference_information.rb +287 -287
- data/lib/cybersource_rest_client/models/ptsv2payments_client_reference_information_partner.rb +238 -238
- data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +997 -997
- data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information_strong_authentication.rb +286 -286
- data/lib/cybersource_rest_client/models/ptsv2payments_device_information.rb +427 -427
- data/lib/cybersource_rest_client/models/ptsv2payments_device_information_raw_data.rb +200 -200
- data/lib/cybersource_rest_client/models/ptsv2payments_health_care_information.rb +186 -186
- data/lib/cybersource_rest_client/models/ptsv2payments_health_care_information_amount_details.rb +206 -206
- data/lib/cybersource_rest_client/models/ptsv2payments_installment_information.rb +414 -414
- data/lib/cybersource_rest_client/models/ptsv2payments_invoice_details.rb +191 -191
- data/lib/cybersource_rest_client/models/ptsv2payments_issuer_information.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_defined_information.rb +206 -206
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information.rb +402 -402
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_merchant_descriptor.rb +322 -322
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_fee_descriptor.rb +222 -222
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_initiated_transaction.rb +222 -222
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information.rb +292 -292
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +566 -566
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_amex_additional_amounts.rb +206 -206
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_currency_conversion.rb +222 -222
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_surcharge.rb +200 -200
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_tax_details.rb +274 -274
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to.rb +481 -481
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to_company.rb +286 -286
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details.rb +404 -404
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details_transaction_advice_addendum.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb +640 -640
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_passenger.rb +303 -303
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_ship_to.rb +440 -440
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_shipping_details.rb +217 -217
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +289 -289
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +225 -225
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account.rb +254 -254
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb +392 -392
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_customer.rb +200 -200
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_e_wallet.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_fluid_data.rb +232 -232
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_instrument_identifier.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_legacy_token.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_instrument.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_type.rb +203 -203
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_type_method.rb +184 -184
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_shipping_address.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +328 -328
- data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +608 -608
- data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information_emv.rb +238 -238
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +526 -526
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb +373 -373
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options_initiator.rb +213 -213
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_bank_transfer_options.rb +350 -350
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_capture_options.rb +258 -258
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_electronic_benefits_transfer.rb +206 -206
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options.rb +296 -296
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_loan_options.rb +206 -206
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_purchase_options.rb +200 -200
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_recurring_options.rb +198 -198
- data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +191 -191
- data/lib/cybersource_rest_client/models/ptsv2payments_promotion_information.rb +206 -206
- data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +238 -238
- data/lib/cybersource_rest_client/models/ptsv2payments_recurring_payment_information.rb +237 -237
- data/lib/cybersource_rest_client/models/ptsv2payments_risk_information.rb +220 -220
- data/lib/cybersource_rest_client/models/ptsv2payments_risk_information_auxiliary_data.rb +207 -207
- data/lib/cybersource_rest_client/models/ptsv2payments_risk_information_buyer_history.rb +262 -262
- data/lib/cybersource_rest_client/models/ptsv2payments_risk_information_buyer_history_account_history.rb +200 -200
- data/lib/cybersource_rest_client/models/ptsv2payments_risk_information_buyer_history_customer_account.rb +252 -252
- data/lib/cybersource_rest_client/models/ptsv2payments_risk_information_profile.rb +191 -191
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information.rb +228 -228
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information_payment_instrument.rb +186 -186
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information_shipping_address.rb +186 -186
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information.rb +226 -226
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_agency.rb +206 -206
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental.rb +813 -813
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental_rental_address.rb +286 -286
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental_return_address.rb +254 -254
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental_tax_details.rb +264 -264
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_lodging.rb +878 -878
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_lodging_room.rb +224 -224
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit.rb +183 -183
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline.rb +727 -727
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information.rb +249 -249
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information_service.rb +206 -206
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_legs.rb +470 -470
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ticket_issuer.rb +286 -286
- data/lib/cybersource_rest_client/models/ptsv2paymentsid_client_reference_information.rb +229 -229
- data/lib/cybersource_rest_client/models/ptsv2paymentsid_client_reference_information_partner.rb +222 -222
- data/lib/cybersource_rest_client/models/ptsv2paymentsid_merchant_information.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2paymentsid_order_information.rb +183 -183
- data/lib/cybersource_rest_client/models/ptsv2paymentsid_order_information_amount_details.rb +206 -206
- data/lib/cybersource_rest_client/models/ptsv2paymentsid_processing_information.rb +183 -183
- data/lib/cybersource_rest_client/models/ptsv2paymentsid_processing_information_authorization_options.rb +183 -183
- data/lib/cybersource_rest_client/models/ptsv2paymentsid_processing_information_authorization_options_initiator.rb +184 -184
- data/lib/cybersource_rest_client/models/ptsv2paymentsid_travel_information.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information.rb +215 -215
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +318 -318
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_buyer_information.rb +206 -206
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_device_information.rb +222 -222
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_installment_information.rb +592 -592
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_merchant_information.rb +265 -265
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information.rb +230 -230
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_amount_details.rb +484 -484
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_bill_to.rb +343 -343
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_invoice_details.rb +275 -275
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_ship_to.rb +222 -222
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_shipping_details.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_payment_information.rb +192 -192
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_payment_information_card.rb +206 -206
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information.rb +199 -199
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information_emv.rb +202 -202
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +332 -332
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information_authorization_options.rb +222 -222
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information_capture_options.rb +242 -242
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_merchant_information.rb +256 -256
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information.rb +230 -230
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_line_items.rb +495 -495
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb +273 -273
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank.rb +215 -215
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_card.rb +328 -328
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_point_of_sale_information.rb +183 -183
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb +295 -295
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information_recurring_options.rb +186 -186
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information.rb +255 -255
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information_partner.rb +222 -222
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information.rb +194 -194
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_amount_details.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_line_items.rb +224 -224
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_point_of_sale_information.rb +183 -183
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_point_of_sale_information_emv.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_processing_information.rb +263 -263
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information.rb +193 -193
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information_amount_details.rb +206 -206
- data/lib/cybersource_rest_client/models/ptsv2paymentsidvoids_payment_information.rb +183 -183
- data/lib/cybersource_rest_client/models/ptsv2payouts_client_reference_information.rb +220 -220
- data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information.rb +234 -234
- data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information_merchant_descriptor.rb +258 -258
- data/lib/cybersource_rest_client/models/ptsv2payouts_order_information.rb +192 -192
- data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_amount_details.rb +215 -215
- data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_amount_details_surcharge.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_bill_to.rb +328 -328
- data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information.rb +192 -192
- data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information_card.rb +248 -248
- data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +279 -279
- data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information_payouts_options.rb +238 -238
- data/lib/cybersource_rest_client/models/ptsv2payouts_recipient_information.rb +350 -350
- data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information.rb +407 -407
- data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information_account.rb +206 -206
- data/lib/cybersource_rest_client/models/refund_capture_request.rb +285 -285
- data/lib/cybersource_rest_client/models/refund_payment_request.rb +285 -285
- data/lib/cybersource_rest_client/models/reporting_get200_response_interchange_clearing_level_details.rb +637 -637
- data/lib/cybersource_rest_client/models/reporting_v3_chargeback_details_get200_response.rb +216 -216
- data/lib/cybersource_rest_client/models/reporting_v3_chargeback_details_get200_response_chargeback_details.rb +394 -394
- data/lib/cybersource_rest_client/models/reporting_v3_chargeback_summaries_get200_response.rb +216 -216
- data/lib/cybersource_rest_client/models/reporting_v3_chargeback_summaries_get200_response_chargeback_summaries.rb +204 -204
- data/lib/cybersource_rest_client/models/reporting_v3_conversion_details_get200_response.rb +213 -213
- data/lib/cybersource_rest_client/models/reporting_v3_conversion_details_get200_response_conversion_details.rb +275 -275
- data/lib/cybersource_rest_client/models/reporting_v3_conversion_details_get200_response_notes.rb +204 -204
- data/lib/cybersource_rest_client/models/reporting_v3_interchange_clearing_level_details_get200_response.rb +206 -206
- data/lib/cybersource_rest_client/models/reporting_v3_net_fundings_get200_response.rb +266 -266
- data/lib/cybersource_rest_client/models/reporting_v3_net_fundings_get200_response_net_funding_summaries.rb +248 -248
- data/lib/cybersource_rest_client/models/reporting_v3_net_fundings_get200_response_total_purchases.rb +203 -203
- data/lib/cybersource_rest_client/models/reporting_v3_notificationof_changes_get200_response.rb +186 -186
- data/lib/cybersource_rest_client/models/reporting_v3_notificationof_changes_get200_response_notification_of_changes.rb +255 -255
- data/lib/cybersource_rest_client/models/reporting_v3_payment_batch_summaries_get200_response.rb +203 -203
- data/lib/cybersource_rest_client/models/reporting_v3_payment_batch_summaries_get200_response_payment_batch_summaries.rb +282 -282
- data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response.rb +273 -273
- data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_authorizations.rb +255 -255
- data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_fee_and_funding_details.rb +311 -311
- data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_others.rb +251 -251
- data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_request_details.rb +235 -235
- data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_settlement_statuses.rb +231 -231
- data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_settlements.rb +304 -304
- data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_get200_response.rb +185 -185
- data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_get200_response_report_definitions.rb +241 -241
- data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response.rb +251 -251
- data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response_attributes.rb +239 -239
- data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response_default_settings.rb +255 -255
- data/lib/cybersource_rest_client/models/reporting_v3_report_subscriptions_get200_response.rb +185 -185
- data/lib/cybersource_rest_client/models/reporting_v3_report_subscriptions_get200_response_subscriptions.rb +333 -333
- data/lib/cybersource_rest_client/models/reporting_v3_reports_get200_response.rb +185 -185
- data/lib/cybersource_rest_client/models/reporting_v3_reports_get200_response__link.rb +183 -183
- data/lib/cybersource_rest_client/models/reporting_v3_reports_get200_response__link_report_download.rb +192 -192
- data/lib/cybersource_rest_client/models/reporting_v3_reports_get200_response_report_search_results.rb +334 -334
- data/lib/cybersource_rest_client/models/reporting_v3_reports_id_get200_response.rb +318 -318
- data/lib/cybersource_rest_client/models/reporting_v3_retrieval_details_get200_response.rb +216 -216
- data/lib/cybersource_rest_client/models/reporting_v3_retrieval_details_get200_response_retrieval_details.rb +394 -394
- data/lib/cybersource_rest_client/models/reporting_v3_retrieval_summaries_get200_response.rb +216 -216
- data/lib/cybersource_rest_client/models/reportingv3_report_downloads_get400_response.rb +237 -237
- data/lib/cybersource_rest_client/models/reportingv3_report_downloads_get400_response_details.rb +195 -195
- data/lib/cybersource_rest_client/models/reportingv3reports_report_filters.rb +218 -218
- data/lib/cybersource_rest_client/models/reportingv3reports_report_preferences.rb +195 -195
- data/lib/cybersource_rest_client/models/resource_not_found_error.rb +192 -192
- data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response.rb +266 -266
- data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address1.rb +206 -206
- data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information.rb +282 -282
- data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information_bar_code.rb +200 -200
- data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information_standard_address.rb +343 -343
- data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_error_information.rb +205 -205
- data/lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response.rb +266 -266
- data/lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb +464 -464
- data/lib/cybersource_rest_client/models/risk_v1_authentication_setups_post201_response.rb +246 -246
- data/lib/cybersource_rest_client/models/risk_v1_authentication_setups_post201_response_consumer_authentication_information.rb +216 -216
- data/lib/cybersource_rest_client/models/risk_v1_authentication_setups_post201_response_error_information.rb +205 -205
- data/lib/cybersource_rest_client/models/risk_v1_authentications_post201_response.rb +275 -275
- data/lib/cybersource_rest_client/models/risk_v1_authentications_post201_response_error_information.rb +205 -205
- data/lib/cybersource_rest_client/models/risk_v1_authentications_post400_response.rb +225 -225
- data/lib/cybersource_rest_client/models/risk_v1_authentications_post400_response_1.rb +225 -225
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response.rb +283 -283
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_client_reference_information.rb +215 -215
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_consumer_authentication_information.rb +647 -647
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_error_information.rb +205 -205
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_order_information.rb +183 -183
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_order_information_amount_details.rb +190 -190
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_payment_information.rb +255 -255
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post400_response.rb +225 -225
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post400_response_1.rb +225 -225
- data/lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response.rb +266 -266
- data/lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_error_information.rb +205 -205
- data/lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_export_compliance_information.rb +229 -229
- data/lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_export_compliance_information_watch_list.rb +185 -185
- data/lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_watch_list_matches.rb +226 -226
- data/lib/cybersource_rest_client/models/risk_v1_update_post201_response.rb +228 -228
- data/lib/cybersource_rest_client/models/riskv1addressverifications_buyer_information.rb +190 -190
- data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information.rb +203 -203
- data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_bill_to.rb +338 -338
- data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_line_items.rb +297 -297
- data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_ship_to.rb +320 -320
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_consumer_authentication_information.rb +274 -274
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_order_information.rb +194 -194
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_order_information_amount_details.rb +207 -207
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_order_information_line_items.rb +249 -249
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information.rb +210 -210
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_card.rb +248 -248
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_fluid_data.rb +232 -232
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_tokenized_card.rb +248 -248
- data/lib/cybersource_rest_client/models/riskv1authentications_buyer_information.rb +217 -217
- data/lib/cybersource_rest_client/models/riskv1authentications_device_information.rb +349 -349
- data/lib/cybersource_rest_client/models/riskv1authentications_order_information.rb +265 -265
- data/lib/cybersource_rest_client/models/riskv1authentications_order_information_amount_details.rb +225 -225
- data/lib/cybersource_rest_client/models/riskv1authentications_order_information_bill_to.rb +397 -397
- data/lib/cybersource_rest_client/models/riskv1authentications_order_information_line_items.rb +342 -342
- data/lib/cybersource_rest_client/models/riskv1authentications_payment_information.rb +210 -210
- data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_card.rb +280 -280
- data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_tokenized_card.rb +280 -280
- data/lib/cybersource_rest_client/models/riskv1authentications_risk_information.rb +183 -183
- data/lib/cybersource_rest_client/models/riskv1authentications_travel_information.rb +206 -206
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information.rb +210 -210
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_card.rb +259 -259
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_customer.rb +190 -190
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_fluid_data.rb +241 -241
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_tokenized_card.rb +289 -289
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_processing_information.rb +206 -206
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_token_information.rb +184 -184
- data/lib/cybersource_rest_client/models/riskv1decisions_buyer_information.rb +250 -250
- data/lib/cybersource_rest_client/models/riskv1decisions_client_reference_information.rb +240 -240
- data/lib/cybersource_rest_client/models/riskv1decisions_client_reference_information_partner.rb +206 -206
- data/lib/cybersource_rest_client/models/riskv1decisions_consumer_authentication_information.rb +753 -753
- data/lib/cybersource_rest_client/models/riskv1decisions_consumer_authentication_information_strong_authentication.rb +190 -190
- data/lib/cybersource_rest_client/models/riskv1decisions_device_information.rb +411 -411
- data/lib/cybersource_rest_client/models/riskv1decisions_merchant_defined_information.rb +207 -207
- data/lib/cybersource_rest_client/models/riskv1decisions_merchant_information.rb +199 -199
- data/lib/cybersource_rest_client/models/riskv1decisions_merchant_information_merchant_descriptor.rb +200 -200
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information.rb +285 -285
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_amount_details.rb +216 -216
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_bill_to.rb +334 -334
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_line_items.rb +391 -391
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_ship_to.rb +360 -360
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_shipping_details.rb +201 -201
- data/lib/cybersource_rest_client/models/riskv1decisions_payment_information.rb +227 -227
- data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_card.rb +249 -249
- data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_tokenized_card.rb +249 -249
- data/lib/cybersource_rest_client/models/riskv1decisions_processing_information.rb +187 -187
- data/lib/cybersource_rest_client/models/riskv1decisions_processor_information.rb +193 -193
- data/lib/cybersource_rest_client/models/riskv1decisions_processor_information_avs.rb +191 -191
- data/lib/cybersource_rest_client/models/riskv1decisions_processor_information_card_verification.rb +190 -190
- data/lib/cybersource_rest_client/models/riskv1decisions_risk_information.rb +219 -219
- data/lib/cybersource_rest_client/models/riskv1decisions_travel_information.rb +270 -270
- data/lib/cybersource_rest_client/models/riskv1decisions_travel_information_legs.rb +232 -232
- data/lib/cybersource_rest_client/models/riskv1decisions_travel_information_passengers.rb +206 -206
- data/lib/cybersource_rest_client/models/riskv1decisionsidmarking_risk_information.rb +183 -183
- data/lib/cybersource_rest_client/models/riskv1decisionsidmarking_risk_information_marking_details.rb +229 -229
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_device_information.rb +206 -206
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_export_compliance_information.rb +205 -205
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_export_compliance_information_weights.rb +222 -222
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information.rb +203 -203
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_bill_to.rb +404 -404
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_bill_to_company.rb +190 -190
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_line_items.rb +319 -319
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_ship_to.rb +222 -222
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_buyer_information.rb +186 -186
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_client_reference_information.rb +224 -224
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_device_information.rb +206 -206
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information.rb +213 -213
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_address.rb +271 -271
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_bill_to.rb +350 -350
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_line_items.rb +190 -190
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_ship_to.rb +271 -271
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information.rb +193 -193
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information_bank.rb +239 -239
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information_card.rb +216 -216
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_risk_information.rb +183 -183
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_risk_information_marking_details.rb +233 -233
- data/lib/cybersource_rest_client/models/search_request.rb +214 -214
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer.rb +233 -233
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__embedded.rb +186 -186
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__links.rb +219 -219
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__links_first.rb +184 -184
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__links_last.rb +184 -184
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__links_next.rb +184 -184
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__links_prev.rb +184 -184
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__links_self.rb +184 -184
- data/lib/cybersource_rest_client/models/tax_request.rb +219 -219
- data/lib/cybersource_rest_client/models/tms_v2_customers_response.rb +274 -274
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded.rb +193 -193
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_authorization_options.rb +183 -183
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_authorization_options_initiator.rb +183 -183
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument.rb +310 -310
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded.rb +184 -184
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier.rb +286 -286
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier__links.rb +192 -192
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier__links_self.rb +184 -184
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_bank_account.rb +200 -200
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_bill_to.rb +271 -271
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_card.rb +239 -239
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_issuer.rb +190 -190
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_metadata.rb +184 -184
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__links.rb +192 -192
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__links_self.rb +184 -184
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_bank_account.rb +190 -190
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_bill_to.rb +350 -350
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_buyer_information.rb +227 -227
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_buyer_information_issued_by.rb +190 -190
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_buyer_information_personal_identification.rb +209 -209
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_card.rb +283 -283
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_card_tokenized_information.rb +206 -206
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_instrument_identifier.rb +190 -190
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_merchant_information.rb +183 -183
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_merchant_information_merchant_descriptor.rb +190 -190
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_metadata.rb +184 -184
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_processing_information.rb +193 -193
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_processing_information_bank_transfer_options.rb +190 -190
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_shipping_address.rb +227 -227
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_shipping_address__links.rb +192 -192
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_shipping_address__links_customer.rb +184 -184
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_shipping_address__links_self.rb +184 -184
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_shipping_address_metadata.rb +184 -184
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_shipping_address_ship_to.rb +350 -350
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_merchant_initiated_transaction.rb +190 -190
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_payment_instruments.rb +184 -184
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_processing_information.rb +183 -183
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_tokenized_card.rb +255 -255
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_tokenized_card_card.rb +217 -217
- data/lib/cybersource_rest_client/models/tmsv2customers__links.rb +201 -201
- data/lib/cybersource_rest_client/models/tmsv2customers__links_payment_instruments.rb +184 -184
- data/lib/cybersource_rest_client/models/tmsv2customers__links_self.rb +184 -184
- data/lib/cybersource_rest_client/models/tmsv2customers__links_shipping_address.rb +184 -184
- data/lib/cybersource_rest_client/models/tmsv2customers_buyer_information.rb +206 -206
- data/lib/cybersource_rest_client/models/tmsv2customers_client_reference_information.rb +190 -190
- data/lib/cybersource_rest_client/models/tmsv2customers_default_payment_instrument.rb +184 -184
- data/lib/cybersource_rest_client/models/tmsv2customers_default_shipping_address.rb +184 -184
- data/lib/cybersource_rest_client/models/tmsv2customers_merchant_defined_information.rb +200 -200
- data/lib/cybersource_rest_client/models/tmsv2customers_metadata.rb +184 -184
- data/lib/cybersource_rest_client/models/tmsv2customers_object_information.rb +206 -206
- data/lib/cybersource_rest_client/models/tokenize_request.rb +198 -198
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response.rb +425 -425
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response__links.rb +194 -194
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_application_information.rb +225 -225
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_application_information_applications.rb +254 -254
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_buyer_information.rb +206 -206
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_client_reference_information.rb +245 -245
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_client_reference_information_partner.rb +190 -190
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_consumer_authentication_information.rb +241 -241
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_consumer_authentication_information_strong_authentication.rb +254 -254
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_device_information.rb +216 -216
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_error_information.rb +205 -205
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_fraud_marking_information.rb +184 -184
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_installment_information.rb +194 -194
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_merchant_information.rb +183 -183
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_merchant_information_merchant_descriptor.rb +184 -184
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information.rb +231 -231
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_amount_details.rb +279 -279
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_bill_to.rb +398 -398
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_invoice_details.rb +199 -199
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_line_items.rb +298 -298
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_ship_to.rb +334 -334
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_shipping_details.rb +200 -200
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information.rb +255 -255
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_account_features.rb +222 -222
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank.rb +248 -248
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank_account.rb +262 -262
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank_mandate.rb +204 -204
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_card.rb +322 -322
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_customer.rb +206 -206
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_instrument_identifier.rb +190 -190
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_invoice.rb +204 -204
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_payment_type.rb +204 -204
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_point_of_sale_information.rb +249 -249
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information.rb +259 -259
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options.rb +199 -199
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_bank_transfer_options.rb +184 -184
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_japan_payment_options.rb +238 -238
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +363 -363
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_electronic_verification_results.rb +334 -334
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_multi_processor_routing.rb +226 -226
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_processor.rb +190 -190
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information.rb +233 -233
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information_profile.rb +194 -194
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information_rules.rb +207 -207
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information_score.rb +196 -196
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_sender_information.rb +190 -190
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_token_information.rb +210 -210
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response.rb +318 -318
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded.rb +186 -186
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded__links.rb +183 -183
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_application_information.rb +225 -225
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_application_information_applications.rb +244 -244
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_buyer_information.rb +190 -190
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_client_reference_information.rb +219 -219
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_consumer_authentication_information.rb +216 -216
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_device_information.rb +190 -190
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_merchant_information.rb +190 -190
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information.rb +201 -201
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_bill_to.rb +270 -270
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_ship_to.rb +254 -254
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information.rb +201 -201
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_card.rb +210 -210
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_payment_type.rb +194 -194
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_point_of_sale_information.rb +225 -225
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_point_of_sale_information_partner.rb +190 -190
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processing_information.rb +216 -216
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processor_information.rb +199 -199
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information.rb +183 -183
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers.rb +183 -183
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers_fingerprint.rb +222 -222
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries.rb +348 -348
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post400_response.rb +215 -215
- data/lib/cybersource_rest_client/models/ums_v1_users_get200_response.rb +185 -185
- data/lib/cybersource_rest_client/models/ums_v1_users_get200_response_account_information.rb +249 -249
- data/lib/cybersource_rest_client/models/ums_v1_users_get200_response_contact_information.rb +210 -210
- data/lib/cybersource_rest_client/models/ums_v1_users_get200_response_organization_information.rb +183 -183
- data/lib/cybersource_rest_client/models/ums_v1_users_get200_response_users.rb +201 -201
- data/lib/cybersource_rest_client/models/unauthorized_client_error.rb +192 -192
- data/lib/cybersource_rest_client/models/update_invoice_request.rb +201 -201
- data/lib/cybersource_rest_client/models/v1_file_details_get200_response.rb +194 -194
- data/lib/cybersource_rest_client/models/v1_file_details_get200_response__links.rb +194 -194
- data/lib/cybersource_rest_client/models/v1_file_details_get200_response__links_files.rb +202 -202
- data/lib/cybersource_rest_client/models/v1_file_details_get200_response__links_self.rb +192 -192
- data/lib/cybersource_rest_client/models/v1_file_details_get200_response_file_details.rb +244 -244
- data/lib/cybersource_rest_client/models/validate_export_compliance_request.rb +219 -219
- data/lib/cybersource_rest_client/models/validate_request.rb +219 -219
- data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response.rb +246 -246
- data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response__links.rb +183 -183
- data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response_order_information.rb +253 -253
- data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response_order_information_jurisdiction.rb +318 -318
- data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response_order_information_line_items.rb +244 -244
- data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response_order_information_tax_details.rb +206 -206
- data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response_tax_information.rb +194 -194
- data/lib/cybersource_rest_client/models/vas_v2_payments_post400_response.rb +225 -225
- data/lib/cybersource_rest_client/models/vas_v2_tax_void200_response.rb +228 -228
- data/lib/cybersource_rest_client/models/vas_v2_tax_void200_response_void_amount_details.rb +200 -200
- data/lib/cybersource_rest_client/models/vas_v2_tax_voids_post400_response.rb +225 -225
- data/lib/cybersource_rest_client/models/vasv2tax_buyer_information.rb +190 -190
- data/lib/cybersource_rest_client/models/vasv2tax_client_reference_information.rb +209 -209
- data/lib/cybersource_rest_client/models/vasv2tax_merchant_information.rb +190 -190
- data/lib/cybersource_rest_client/models/vasv2tax_order_information.rb +248 -248
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_bill_to.rb +270 -270
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_invoice_details.rb +190 -190
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_line_items.rb +402 -402
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_order_acceptance.rb +239 -239
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_order_origin.rb +239 -239
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_ship_to.rb +286 -286
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_shipping_details.rb +238 -238
- data/lib/cybersource_rest_client/models/vasv2tax_tax_information.rb +260 -260
- data/lib/cybersource_rest_client/models/vasv2taxid_client_reference_information.rb +209 -209
- data/lib/cybersource_rest_client/models/vasv2taxid_client_reference_information_partner.rb +206 -206
- data/lib/cybersource_rest_client/models/verify_customer_address_request.rb +201 -201
- data/lib/cybersource_rest_client/models/void_capture_request.rb +192 -192
- data/lib/cybersource_rest_client/models/void_credit_request.rb +192 -192
- data/lib/cybersource_rest_client/models/void_payment_request.rb +192 -192
- data/lib/cybersource_rest_client/models/void_refund_request.rb +192 -192
- data/lib/cybersource_rest_client/models/void_tax_request.rb +183 -183
- data/lib/cybersource_rest_client/utilities/flex/token_verification.rb +41 -41
- data/lib/cybersource_rest_client/version.rb +15 -15
- data/lib/cybersource_rest_client.rb +2 -0
- metadata +13 -11
@@ -1,506 +1,506 @@
|
|
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.2.3
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'date'
|
14
|
-
require 'json'
|
15
|
-
require 'logger'
|
16
|
-
require 'tempfile'
|
17
|
-
require 'typhoeus'
|
18
|
-
require 'addressable/uri'
|
19
|
-
|
20
|
-
module CyberSource
|
21
|
-
class ApiClient
|
22
|
-
# The Configuration object holding settings to be used in the API client.
|
23
|
-
attr_accessor :config
|
24
|
-
|
25
|
-
# Defines the headers to be used in HTTP requests of all API calls by default.
|
26
|
-
#
|
27
|
-
# @return [Hash]
|
28
|
-
attr_accessor :default_headers
|
29
|
-
|
30
|
-
# Defines the client ID for the SDK
|
31
|
-
attr_accessor :client_id
|
32
|
-
|
33
|
-
# Defines the user-defined Accept Header Type
|
34
|
-
attr_accessor :accept_header
|
35
|
-
|
36
|
-
# Initializes the ApiClient
|
37
|
-
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
|
38
|
-
def initialize(config = Configuration.default)
|
39
|
-
@config = config
|
40
|
-
@user_agent = "Swagger-Codegen/#{VERSION}/ruby"
|
41
|
-
@default_headers = {
|
42
|
-
'User-Agent' => @user_agent
|
43
|
-
}
|
44
|
-
|
45
|
-
@client_id = 'cybs-rest-sdk-ruby-' + Gem.loaded_specs["cybersource_rest_client"].version.to_s
|
46
|
-
end
|
47
|
-
|
48
|
-
def set_user_defined_accept_header(accept_type)
|
49
|
-
@accept_header = accept_type
|
50
|
-
end
|
51
|
-
|
52
|
-
def self.default
|
53
|
-
@@default ||= ApiClient.new
|
54
|
-
end
|
55
|
-
|
56
|
-
# Call an API with given options.
|
57
|
-
#
|
58
|
-
# @return [Array<(Object, Fixnum, Hash)>] an array of 3 elements:
|
59
|
-
# the data deserialized from response body (could be nil), response status code and response headers.
|
60
|
-
def call_api(http_method, path, opts = {})
|
61
|
-
unless @accept_header.nil? || @accept_header.empty?
|
62
|
-
default_accept_header = ',' + (opts[:header_params])['Accept']
|
63
|
-
default_accept_header = @accept_header + default_accept_header.sub(',' + @accept_header, '')
|
64
|
-
opts[:header_params]['Accept'] = default_accept_header
|
65
|
-
end
|
66
|
-
|
67
|
-
request = build_request(http_method, path, opts)
|
68
|
-
response = request.run
|
69
|
-
|
70
|
-
if @config.debugging
|
71
|
-
begin
|
72
|
-
raise
|
73
|
-
@config.logger.debug "HTTP response body ~BEGIN~\n#{response.body}\n~END~\n"
|
74
|
-
rescue
|
75
|
-
puts 'Cannot write to log'
|
76
|
-
end
|
77
|
-
end
|
78
|
-
|
79
|
-
unless response.success?
|
80
|
-
if response.timed_out?
|
81
|
-
fail ApiError.new('Connection timed out')
|
82
|
-
elsif response.code == 0
|
83
|
-
# Errors from libcurl will be made visible here
|
84
|
-
fail ApiError.new(:code => 0,
|
85
|
-
:message => response.return_message)
|
86
|
-
else
|
87
|
-
fail ApiError.new(:code => response.code,
|
88
|
-
:response_headers => response.headers,
|
89
|
-
:response_body => response.body)
|
90
|
-
end
|
91
|
-
end
|
92
|
-
|
93
|
-
if opts[:return_type]
|
94
|
-
data = deserialize(response, opts[:return_type])
|
95
|
-
else
|
96
|
-
data = nil
|
97
|
-
end
|
98
|
-
return response.body, response.code, response.headers
|
99
|
-
end
|
100
|
-
|
101
|
-
# Builds the HTTP request
|
102
|
-
#
|
103
|
-
# @param [String] http_method HTTP method/verb (e.g. POST)
|
104
|
-
# @param [String] path URL path (e.g. /account/new)
|
105
|
-
# @option opts [Hash] :header_params Header parameters
|
106
|
-
# @option opts [Hash] :query_params Query parameters
|
107
|
-
# @option opts [Hash] :form_params Query parameters
|
108
|
-
# @option opts [Object] :body HTTP body (JSON/XML)
|
109
|
-
# @return [Typhoeus::Request] A Typhoeus Request
|
110
|
-
def build_request(http_method, path, opts = {})
|
111
|
-
url = build_request_url(path)
|
112
|
-
body_params = opts[:body] || {}
|
113
|
-
query_params = opts[:query_params] || {}
|
114
|
-
if !query_params.empty?
|
115
|
-
query_params = Addressable::URI.form_encode(query_params)
|
116
|
-
end
|
117
|
-
|
118
|
-
headers = opts[:header_params]
|
119
|
-
if $merchantconfig_obj.authenticationType.upcase != Constants::AUTH_TYPE_MUTUAL_AUTH
|
120
|
-
headers = CallAuthenticationHeader(http_method, path, body_params, headers, query_params)
|
121
|
-
end
|
122
|
-
http_method = http_method.to_sym.downcase
|
123
|
-
header_params = headers.merge(@default_headers)
|
124
|
-
form_params = opts[:form_params] || {}
|
125
|
-
|
126
|
-
|
127
|
-
# set ssl_verifyhosts option based on @config.verify_ssl_host (true/false)
|
128
|
-
_verify_ssl_host = @config.verify_ssl_host ? 2 : 0
|
129
|
-
|
130
|
-
# client cert
|
131
|
-
if $merchantconfig_obj.enableClientCert
|
132
|
-
@config.cert_file = File.join($merchantconfig_obj.clientCertDirectory, $merchantconfig_obj.sslClientCert)
|
133
|
-
@config.key_file = File.join($merchantconfig_obj.clientCertDirectory, $merchantconfig_obj.privateKey)
|
134
|
-
end
|
135
|
-
|
136
|
-
req_opts = {
|
137
|
-
:method => http_method,
|
138
|
-
:headers => header_params,
|
139
|
-
:params => query_params,
|
140
|
-
:params_encoding => @config.params_encoding,
|
141
|
-
:timeout => @config.timeout,
|
142
|
-
:ssl_verifypeer => @config.verify_ssl,
|
143
|
-
:ssl_verifyhost => _verify_ssl_host,
|
144
|
-
:sslcert => @config.cert_file,
|
145
|
-
:sslkeypasswd => $merchantconfig_obj.sslKeyPassword || "",
|
146
|
-
:sslkey => @config.key_file,
|
147
|
-
:verbose => @config.debugging
|
148
|
-
}
|
149
|
-
|
150
|
-
# set custom cert, if provided
|
151
|
-
req_opts[:cainfo] = @config.ssl_ca_cert if @config.ssl_ca_cert
|
152
|
-
|
153
|
-
if [:post, :patch, :put, :delete].include?(http_method)
|
154
|
-
req_body = build_request_body(header_params, form_params, opts[:body])
|
155
|
-
req_opts.update :body => req_body
|
156
|
-
if @config.debugging
|
157
|
-
begin
|
158
|
-
raise
|
159
|
-
@config.logger.debug "HTTP request body param ~BEGIN~\n#{req_body}\n~END~\n"
|
160
|
-
rescue
|
161
|
-
puts 'Cannot write to log'
|
162
|
-
end
|
163
|
-
end
|
164
|
-
end
|
165
|
-
|
166
|
-
request = Typhoeus::Request.new(url, req_opts)
|
167
|
-
download_file(request) if opts[:return_type] == 'File'
|
168
|
-
request
|
169
|
-
end
|
170
|
-
# set merchantConfig
|
171
|
-
def set_configuration(config)
|
172
|
-
require_relative '../AuthenticationSDK/core/MerchantConfig.rb'
|
173
|
-
$merchantconfig_obj = Merchantconfig.new(config)
|
174
|
-
@config.host = $merchantconfig_obj.requestHost
|
175
|
-
end
|
176
|
-
# Calling Authentication
|
177
|
-
def CallAuthenticationHeader(http_method, path, body_params, header_params, query_params)
|
178
|
-
require_relative '../AuthenticationSDK/core/Authorization.rb'
|
179
|
-
require_relative '../AuthenticationSDK/authentication/payloadDigest/digest.rb'
|
180
|
-
request_target = get_query_param(path, query_params)
|
181
|
-
# Request Type. [Non-Editable]
|
182
|
-
request_type = http_method.to_s
|
183
|
-
log_obj = Log.new $merchantconfig_obj.log_config, "ApiClient"
|
184
|
-
# Set Request Type into the merchant config object.
|
185
|
-
$merchantconfig_obj.requestType = request_type
|
186
|
-
# Set Request Target into the merchant config object.
|
187
|
-
$merchantconfig_obj.requestTarget = request_target
|
188
|
-
# Construct the URL.
|
189
|
-
url = Constants::HTTPS_URI_PREFIX + $merchantconfig_obj.requestHost + $merchantconfig_obj.requestTarget
|
190
|
-
# set Request Json to Merchant config object
|
191
|
-
$merchantconfig_obj.requestJsonData = body_params
|
192
|
-
# Set URL into the merchant config object.
|
193
|
-
$merchantconfig_obj.requestUrl = url
|
194
|
-
# Calling APISDK, Apisdk.controller.
|
195
|
-
gmtDateTime = DateTime.now.httpdate
|
196
|
-
token = Authorization.new.getToken($merchantconfig_obj, gmtDateTime)
|
197
|
-
|
198
|
-
# Adding client ID header
|
199
|
-
header_params['v-c-client-id'] = @client_id
|
200
|
-
|
201
|
-
# Adding solution ID header
|
202
|
-
# header_params['v-c-solution-id'] = $merchantconfig_obj.solutionId if !$merchantconfig_obj.solutionId.nil? && !$merchantconfig_obj.solutionId.empty?
|
203
|
-
# HTTP header 'Accept' (if needed)
|
204
|
-
if $merchantconfig_obj.authenticationType.upcase == Constants::AUTH_TYPE_HTTP
|
205
|
-
# Appending headers for Get Connection
|
206
|
-
header_params['v-c-merchant-id'] = $merchantconfig_obj.merchantId
|
207
|
-
header_params['Date'] = gmtDateTime
|
208
|
-
header_params['Host'] = $merchantconfig_obj.requestHost
|
209
|
-
header_params['Signature'] = token
|
210
|
-
if request_type == Constants::POST_REQUEST_TYPE || request_type == Constants::PUT_REQUEST_TYPE || request_type == Constants::PATCH_REQUEST_TYPE
|
211
|
-
digest = DigestGeneration.new.generateDigest(body_params)
|
212
|
-
digest_payload = Constants::SHA256 + digest
|
213
|
-
header_params['Digest'] = digest_payload
|
214
|
-
end
|
215
|
-
end
|
216
|
-
if $merchantconfig_obj.authenticationType.upcase == Constants::AUTH_TYPE_JWT
|
217
|
-
token = "Bearer " + token
|
218
|
-
header_params['Authorization'] = token
|
219
|
-
end
|
220
|
-
if $merchantconfig_obj.authenticationType.upcase == Constants::AUTH_TYPE_OAUTH
|
221
|
-
token = "Bearer " + token
|
222
|
-
header_params['Authorization'] = token
|
223
|
-
end
|
224
|
-
# header_params.each do |key, value|
|
225
|
-
# log_obj.logger.info("#{key} : #{value}")
|
226
|
-
# end
|
227
|
-
return header_params
|
228
|
-
end
|
229
|
-
def get_query_param(path, query_params)
|
230
|
-
request_target = ''
|
231
|
-
if !query_params.empty?
|
232
|
-
request_target = @config.base_path + path + '?' + query_params
|
233
|
-
else
|
234
|
-
request_target = @config.base_path + path
|
235
|
-
end
|
236
|
-
request_target
|
237
|
-
end
|
238
|
-
|
239
|
-
# Check if the given MIME is a JSON MIME.
|
240
|
-
# JSON MIME examples:
|
241
|
-
# application/json
|
242
|
-
# application/json; charset=UTF8
|
243
|
-
# APPLICATION/JSON
|
244
|
-
# */*
|
245
|
-
# @param [String] mime MIME
|
246
|
-
# @return [Boolean] True if the MIME is application/json
|
247
|
-
def json_mime?(mime)
|
248
|
-
(mime == '*/*') || !(mime =~ /Application\/.*json(?!p)(;.*)?/i).nil?
|
249
|
-
end
|
250
|
-
|
251
|
-
# Deserialize the response to the given return type.
|
252
|
-
#
|
253
|
-
# @param [Response] response HTTP response
|
254
|
-
# @param [String] return_type some examples: "User", "Array[User]", "Hash[String,Integer]"
|
255
|
-
def deserialize(response, return_type)
|
256
|
-
body = response.body
|
257
|
-
|
258
|
-
# handle file downloading - return the File instance processed in request callbacks
|
259
|
-
# note that response body is empty when the file is written in chunks in request on_body callback
|
260
|
-
return @tempfile if return_type == 'File'
|
261
|
-
|
262
|
-
return nil if body.nil? || body.empty?
|
263
|
-
|
264
|
-
# return response body directly for String return type
|
265
|
-
return body if return_type == 'String'
|
266
|
-
|
267
|
-
# ensuring a default content type
|
268
|
-
content_type = response.headers['Content-Type'] || 'application/json'
|
269
|
-
|
270
|
-
fail "Content-Type is not supported: #{content_type}" unless json_mime?(content_type)
|
271
|
-
|
272
|
-
begin
|
273
|
-
data = JSON.parse("[#{body}]", :symbolize_names => true)[0]
|
274
|
-
rescue JSON::ParserError => e
|
275
|
-
if %w(String Date DateTime).include?(return_type)
|
276
|
-
data = body
|
277
|
-
else
|
278
|
-
raise e
|
279
|
-
end
|
280
|
-
end
|
281
|
-
|
282
|
-
convert_to_type data, return_type
|
283
|
-
end
|
284
|
-
|
285
|
-
# Convert data to the given return type.
|
286
|
-
# @param [Object] data Data to be converted
|
287
|
-
# @param [String] return_type Return type
|
288
|
-
# @return [Mixed] Data in a particular type
|
289
|
-
def convert_to_type(data, return_type)
|
290
|
-
return nil if data.nil?
|
291
|
-
case return_type
|
292
|
-
when 'String'
|
293
|
-
data.to_s
|
294
|
-
when 'Integer'
|
295
|
-
data.to_i
|
296
|
-
when 'Float'
|
297
|
-
data.to_f
|
298
|
-
when 'BOOLEAN'
|
299
|
-
data == true
|
300
|
-
when 'DateTime'
|
301
|
-
# parse date time (expecting ISO 8601 format)
|
302
|
-
DateTime.parse data
|
303
|
-
when 'Date'
|
304
|
-
# parse date time (expecting ISO 8601 format)
|
305
|
-
Date.parse data
|
306
|
-
when 'Object'
|
307
|
-
# generic object (usually a Hash), return directly
|
308
|
-
data
|
309
|
-
when /\AArray<(.+)>\z/
|
310
|
-
# e.g. Array<Pet>
|
311
|
-
sub_type = $1
|
312
|
-
data.map { |item| convert_to_type(item, sub_type) }
|
313
|
-
when /\AHash\<String, (.+)\>\z/
|
314
|
-
# e.g. Hash<String, Integer>
|
315
|
-
sub_type = $1
|
316
|
-
{}.tap do |hash|
|
317
|
-
data.each { |k, v| hash[k] = convert_to_type(v, sub_type) }
|
318
|
-
end
|
319
|
-
else
|
320
|
-
# models, e.g. Pet
|
321
|
-
CyberSource.const_get(return_type).new.tap do |model|
|
322
|
-
model.build_from_hash data
|
323
|
-
end
|
324
|
-
end
|
325
|
-
end
|
326
|
-
|
327
|
-
# Save response body into a file in (the defined) temporary folder, using the filename
|
328
|
-
# from the "Content-Disposition" header if provided, otherwise a random filename.
|
329
|
-
# The response body is written to the file in chunks in order to handle files which
|
330
|
-
# size is larger than maximum Ruby String or even larger than the maximum memory a Ruby
|
331
|
-
# process can use.
|
332
|
-
#
|
333
|
-
# @see Configuration#temp_folder_path
|
334
|
-
def download_file(request)
|
335
|
-
tempfile = nil
|
336
|
-
encoding = nil
|
337
|
-
request.on_headers do |response|
|
338
|
-
content_disposition = response.headers['Content-Disposition']
|
339
|
-
if content_disposition && content_disposition =~ /filename=/i
|
340
|
-
filename = content_disposition[/filename=['"]?([^'"\s]+)['"]?/, 1]
|
341
|
-
prefix = sanitize_filename(filename)
|
342
|
-
else
|
343
|
-
prefix = 'download-'
|
344
|
-
end
|
345
|
-
prefix = prefix + '-' unless prefix.end_with?('-')
|
346
|
-
encoding = response.body.encoding
|
347
|
-
tempfile = Tempfile.open(prefix, @config.temp_folder_path, encoding: encoding)
|
348
|
-
@tempfile = tempfile
|
349
|
-
end
|
350
|
-
request.on_body do |chunk|
|
351
|
-
chunk.force_encoding(encoding)
|
352
|
-
tempfile.write(chunk)
|
353
|
-
end
|
354
|
-
request.on_complete do |response|
|
355
|
-
tempfile.close
|
356
|
-
@config.logger.info "Temp file written to #{tempfile.path}, please copy the file to a proper folder "\
|
357
|
-
"with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file "\
|
358
|
-
"will be deleted automatically with GC. It's also recommended to delete the temp file "\
|
359
|
-
"explicitly with `tempfile.delete`"
|
360
|
-
end
|
361
|
-
end
|
362
|
-
|
363
|
-
# Sanitize filename by removing path.
|
364
|
-
# e.g. ../../sun.gif becomes sun.gif
|
365
|
-
#
|
366
|
-
# @param [String] filename the filename to be sanitized
|
367
|
-
# @return [String] the sanitized filename
|
368
|
-
def sanitize_filename(filename)
|
369
|
-
filename.gsub(/.*[\/\\]/, '')
|
370
|
-
end
|
371
|
-
|
372
|
-
def build_request_url(path)
|
373
|
-
# Add leading and trailing slashes to path
|
374
|
-
path = "/#{path}".gsub(/\/+/, '/')
|
375
|
-
Addressable::URI.encode(@config.base_url + path)
|
376
|
-
end
|
377
|
-
|
378
|
-
# Builds the HTTP request body
|
379
|
-
#
|
380
|
-
# @param [Hash] header_params Header parameters
|
381
|
-
# @param [Hash] form_params Query parameters
|
382
|
-
# @param [Object] body HTTP body (JSON/XML)
|
383
|
-
# @return [String] HTTP body data in the form of string
|
384
|
-
def build_request_body(header_params, form_params, body)
|
385
|
-
# http form
|
386
|
-
if header_params['Content-Type'] == 'application/x-www-form-urlencoded' ||
|
387
|
-
header_params['Content-Type'] == 'multipart/form-data'
|
388
|
-
data = {}
|
389
|
-
form_params.each do |key, value|
|
390
|
-
case value
|
391
|
-
when ::File, ::Array, nil
|
392
|
-
# let typhoeus handle File, Array and nil parameters
|
393
|
-
data[key] = value
|
394
|
-
else
|
395
|
-
data[key] = value.to_s
|
396
|
-
end
|
397
|
-
end
|
398
|
-
JSON.parse(body).each do |key, value|
|
399
|
-
case value
|
400
|
-
when ::File, ::Array, nil
|
401
|
-
# let typhoeus handle File, Array and nil parameters
|
402
|
-
data[key] = value
|
403
|
-
else
|
404
|
-
data[key] = value.to_s
|
405
|
-
end
|
406
|
-
end
|
407
|
-
elsif body
|
408
|
-
data = body.is_a?(String) ? body : body.to_json
|
409
|
-
else
|
410
|
-
data = nil
|
411
|
-
end
|
412
|
-
data
|
413
|
-
end
|
414
|
-
|
415
|
-
# Update hearder and query params based on authentication settings.
|
416
|
-
#
|
417
|
-
# @param [Hash] header_params Header parameters
|
418
|
-
# @param [Hash] query_params Query parameters
|
419
|
-
# @param [String] auth_names Authentication scheme name
|
420
|
-
def update_params_for_auth!(header_params, query_params, auth_names)
|
421
|
-
Array(auth_names).each do |auth_name|
|
422
|
-
auth_setting = @config.auth_settings[auth_name]
|
423
|
-
next unless auth_setting
|
424
|
-
case auth_setting[:in]
|
425
|
-
when 'header' then header_params[auth_setting[:key]] = auth_setting[:value]
|
426
|
-
when 'query' then query_params[auth_setting[:key]] = auth_setting[:value]
|
427
|
-
else fail ArgumentError, 'Authentication token must be in `query` of `header`'
|
428
|
-
end
|
429
|
-
end
|
430
|
-
end
|
431
|
-
|
432
|
-
# Sets user agent in HTTP header
|
433
|
-
#
|
434
|
-
# @param [String] user_agent User agent (e.g. swagger-codegen/ruby/1.0.0)
|
435
|
-
def user_agent=(user_agent)
|
436
|
-
@user_agent = user_agent
|
437
|
-
@default_headers['User-Agent'] = @user_agent
|
438
|
-
end
|
439
|
-
|
440
|
-
# Return Accept header based on an array of accepts provided.
|
441
|
-
# @param [Array] accepts array for Accept
|
442
|
-
# @return [String] the Accept header (e.g. application/json)
|
443
|
-
def select_header_accept(accepts)
|
444
|
-
return nil if accepts.nil? || accepts.empty?
|
445
|
-
# use JSON when present, otherwise use all of the provided
|
446
|
-
json_accept = accepts.find { |s| json_mime?(s) }
|
447
|
-
json_accept || accepts.join(',')
|
448
|
-
end
|
449
|
-
|
450
|
-
# Return Content-Type header based on an array of content types provided.
|
451
|
-
# @param [Array] content_types array for Content-Type
|
452
|
-
# @return [String] the Content-Type header (e.g. application/json)
|
453
|
-
def select_header_content_type(content_types)
|
454
|
-
# use application/json by default
|
455
|
-
return 'application/json' if content_types.nil? || content_types.empty?
|
456
|
-
# use JSON when present, otherwise use the first one
|
457
|
-
json_content_type = content_types.find { |s| json_mime?(s) }
|
458
|
-
json_content_type || content_types.first
|
459
|
-
end
|
460
|
-
|
461
|
-
# Convert object (array, hash, object, etc) to JSON string.
|
462
|
-
# @param [Object] model object to be converted into JSON string
|
463
|
-
# @return [String] JSON string representation of the object
|
464
|
-
def object_to_http_body(model)
|
465
|
-
return model if model.nil? || model.is_a?(String)
|
466
|
-
local_body = nil
|
467
|
-
if model.is_a?(Array)
|
468
|
-
local_body = model.map { |m| object_to_hash(m) }
|
469
|
-
else
|
470
|
-
local_body = object_to_hash(model)
|
471
|
-
end
|
472
|
-
local_body.to_json
|
473
|
-
end
|
474
|
-
|
475
|
-
# Convert object(non-array) to hash.
|
476
|
-
# @param [Object] obj object to be converted into JSON string
|
477
|
-
# @return [String] JSON string representation of the object
|
478
|
-
def object_to_hash(obj)
|
479
|
-
if obj.respond_to?(:to_hash)
|
480
|
-
obj.to_hash
|
481
|
-
else
|
482
|
-
obj
|
483
|
-
end
|
484
|
-
end
|
485
|
-
|
486
|
-
# Build parameter value according to the given collection format.
|
487
|
-
# @param [String] collection_format one of :csv, :ssv, :tsv, :pipes and :multi
|
488
|
-
def build_collection_param(param, collection_format)
|
489
|
-
case collection_format
|
490
|
-
when :csv
|
491
|
-
param.join(',')
|
492
|
-
when :ssv
|
493
|
-
param.join(' ')
|
494
|
-
when :tsv
|
495
|
-
param.join("\t")
|
496
|
-
when :pipes
|
497
|
-
param.join('|')
|
498
|
-
when :multi
|
499
|
-
# return the array directly as typhoeus will handle it as expected
|
500
|
-
param
|
501
|
-
else
|
502
|
-
fail "unknown collection format: #{collection_format.inspect}"
|
503
|
-
end
|
504
|
-
end
|
505
|
-
end
|
506
|
-
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.2.3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'json'
|
15
|
+
require 'logger'
|
16
|
+
require 'tempfile'
|
17
|
+
require 'typhoeus'
|
18
|
+
require 'addressable/uri'
|
19
|
+
|
20
|
+
module CyberSource
|
21
|
+
class ApiClient
|
22
|
+
# The Configuration object holding settings to be used in the API client.
|
23
|
+
attr_accessor :config
|
24
|
+
|
25
|
+
# Defines the headers to be used in HTTP requests of all API calls by default.
|
26
|
+
#
|
27
|
+
# @return [Hash]
|
28
|
+
attr_accessor :default_headers
|
29
|
+
|
30
|
+
# Defines the client ID for the SDK
|
31
|
+
attr_accessor :client_id
|
32
|
+
|
33
|
+
# Defines the user-defined Accept Header Type
|
34
|
+
attr_accessor :accept_header
|
35
|
+
|
36
|
+
# Initializes the ApiClient
|
37
|
+
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
|
38
|
+
def initialize(config = Configuration.default)
|
39
|
+
@config = config
|
40
|
+
@user_agent = "Swagger-Codegen/#{VERSION}/ruby"
|
41
|
+
@default_headers = {
|
42
|
+
'User-Agent' => @user_agent
|
43
|
+
}
|
44
|
+
|
45
|
+
@client_id = 'cybs-rest-sdk-ruby-' + Gem.loaded_specs["cybersource_rest_client"].version.to_s
|
46
|
+
end
|
47
|
+
|
48
|
+
def set_user_defined_accept_header(accept_type)
|
49
|
+
@accept_header = accept_type
|
50
|
+
end
|
51
|
+
|
52
|
+
def self.default
|
53
|
+
@@default ||= ApiClient.new
|
54
|
+
end
|
55
|
+
|
56
|
+
# Call an API with given options.
|
57
|
+
#
|
58
|
+
# @return [Array<(Object, Fixnum, Hash)>] an array of 3 elements:
|
59
|
+
# the data deserialized from response body (could be nil), response status code and response headers.
|
60
|
+
def call_api(http_method, path, opts = {})
|
61
|
+
unless @accept_header.nil? || @accept_header.empty?
|
62
|
+
default_accept_header = ',' + (opts[:header_params])['Accept']
|
63
|
+
default_accept_header = @accept_header + default_accept_header.sub(',' + @accept_header, '')
|
64
|
+
opts[:header_params]['Accept'] = default_accept_header
|
65
|
+
end
|
66
|
+
|
67
|
+
request = build_request(http_method, path, opts)
|
68
|
+
response = request.run
|
69
|
+
|
70
|
+
if @config.debugging
|
71
|
+
begin
|
72
|
+
raise
|
73
|
+
@config.logger.debug "HTTP response body ~BEGIN~\n#{response.body}\n~END~\n"
|
74
|
+
rescue
|
75
|
+
puts 'Cannot write to log'
|
76
|
+
end
|
77
|
+
end
|
78
|
+
|
79
|
+
unless response.success?
|
80
|
+
if response.timed_out?
|
81
|
+
fail ApiError.new('Connection timed out')
|
82
|
+
elsif response.code == 0
|
83
|
+
# Errors from libcurl will be made visible here
|
84
|
+
fail ApiError.new(:code => 0,
|
85
|
+
:message => response.return_message)
|
86
|
+
else
|
87
|
+
fail ApiError.new(:code => response.code,
|
88
|
+
:response_headers => response.headers,
|
89
|
+
:response_body => response.body)
|
90
|
+
end
|
91
|
+
end
|
92
|
+
|
93
|
+
if opts[:return_type]
|
94
|
+
data = deserialize(response, opts[:return_type])
|
95
|
+
else
|
96
|
+
data = nil
|
97
|
+
end
|
98
|
+
return response.body, response.code, response.headers
|
99
|
+
end
|
100
|
+
|
101
|
+
# Builds the HTTP request
|
102
|
+
#
|
103
|
+
# @param [String] http_method HTTP method/verb (e.g. POST)
|
104
|
+
# @param [String] path URL path (e.g. /account/new)
|
105
|
+
# @option opts [Hash] :header_params Header parameters
|
106
|
+
# @option opts [Hash] :query_params Query parameters
|
107
|
+
# @option opts [Hash] :form_params Query parameters
|
108
|
+
# @option opts [Object] :body HTTP body (JSON/XML)
|
109
|
+
# @return [Typhoeus::Request] A Typhoeus Request
|
110
|
+
def build_request(http_method, path, opts = {})
|
111
|
+
url = build_request_url(path)
|
112
|
+
body_params = opts[:body] || {}
|
113
|
+
query_params = opts[:query_params] || {}
|
114
|
+
if !query_params.empty?
|
115
|
+
query_params = Addressable::URI.form_encode(query_params)
|
116
|
+
end
|
117
|
+
|
118
|
+
headers = opts[:header_params]
|
119
|
+
if $merchantconfig_obj.authenticationType.upcase != Constants::AUTH_TYPE_MUTUAL_AUTH
|
120
|
+
headers = CallAuthenticationHeader(http_method, path, body_params, headers, query_params)
|
121
|
+
end
|
122
|
+
http_method = http_method.to_sym.downcase
|
123
|
+
header_params = headers.merge(@default_headers)
|
124
|
+
form_params = opts[:form_params] || {}
|
125
|
+
|
126
|
+
|
127
|
+
# set ssl_verifyhosts option based on @config.verify_ssl_host (true/false)
|
128
|
+
_verify_ssl_host = @config.verify_ssl_host ? 2 : 0
|
129
|
+
|
130
|
+
# client cert
|
131
|
+
if $merchantconfig_obj.enableClientCert
|
132
|
+
@config.cert_file = File.join($merchantconfig_obj.clientCertDirectory, $merchantconfig_obj.sslClientCert)
|
133
|
+
@config.key_file = File.join($merchantconfig_obj.clientCertDirectory, $merchantconfig_obj.privateKey)
|
134
|
+
end
|
135
|
+
|
136
|
+
req_opts = {
|
137
|
+
:method => http_method,
|
138
|
+
:headers => header_params,
|
139
|
+
:params => query_params,
|
140
|
+
:params_encoding => @config.params_encoding,
|
141
|
+
:timeout => @config.timeout,
|
142
|
+
:ssl_verifypeer => @config.verify_ssl,
|
143
|
+
:ssl_verifyhost => _verify_ssl_host,
|
144
|
+
:sslcert => @config.cert_file,
|
145
|
+
:sslkeypasswd => $merchantconfig_obj.sslKeyPassword || "",
|
146
|
+
:sslkey => @config.key_file,
|
147
|
+
:verbose => @config.debugging
|
148
|
+
}
|
149
|
+
|
150
|
+
# set custom cert, if provided
|
151
|
+
req_opts[:cainfo] = @config.ssl_ca_cert if @config.ssl_ca_cert
|
152
|
+
|
153
|
+
if [:post, :patch, :put, :delete].include?(http_method)
|
154
|
+
req_body = build_request_body(header_params, form_params, opts[:body])
|
155
|
+
req_opts.update :body => req_body
|
156
|
+
if @config.debugging
|
157
|
+
begin
|
158
|
+
raise
|
159
|
+
@config.logger.debug "HTTP request body param ~BEGIN~\n#{req_body}\n~END~\n"
|
160
|
+
rescue
|
161
|
+
puts 'Cannot write to log'
|
162
|
+
end
|
163
|
+
end
|
164
|
+
end
|
165
|
+
|
166
|
+
request = Typhoeus::Request.new(url, req_opts)
|
167
|
+
download_file(request) if opts[:return_type] == 'File'
|
168
|
+
request
|
169
|
+
end
|
170
|
+
# set merchantConfig
|
171
|
+
def set_configuration(config)
|
172
|
+
require_relative '../AuthenticationSDK/core/MerchantConfig.rb'
|
173
|
+
$merchantconfig_obj = Merchantconfig.new(config)
|
174
|
+
@config.host = $merchantconfig_obj.requestHost
|
175
|
+
end
|
176
|
+
# Calling Authentication
|
177
|
+
def CallAuthenticationHeader(http_method, path, body_params, header_params, query_params)
|
178
|
+
require_relative '../AuthenticationSDK/core/Authorization.rb'
|
179
|
+
require_relative '../AuthenticationSDK/authentication/payloadDigest/digest.rb'
|
180
|
+
request_target = get_query_param(path, query_params)
|
181
|
+
# Request Type. [Non-Editable]
|
182
|
+
request_type = http_method.to_s
|
183
|
+
log_obj = Log.new $merchantconfig_obj.log_config, "ApiClient"
|
184
|
+
# Set Request Type into the merchant config object.
|
185
|
+
$merchantconfig_obj.requestType = request_type
|
186
|
+
# Set Request Target into the merchant config object.
|
187
|
+
$merchantconfig_obj.requestTarget = request_target
|
188
|
+
# Construct the URL.
|
189
|
+
url = Constants::HTTPS_URI_PREFIX + $merchantconfig_obj.requestHost + $merchantconfig_obj.requestTarget
|
190
|
+
# set Request Json to Merchant config object
|
191
|
+
$merchantconfig_obj.requestJsonData = body_params
|
192
|
+
# Set URL into the merchant config object.
|
193
|
+
$merchantconfig_obj.requestUrl = url
|
194
|
+
# Calling APISDK, Apisdk.controller.
|
195
|
+
gmtDateTime = DateTime.now.httpdate
|
196
|
+
token = Authorization.new.getToken($merchantconfig_obj, gmtDateTime)
|
197
|
+
|
198
|
+
# Adding client ID header
|
199
|
+
header_params['v-c-client-id'] = @client_id
|
200
|
+
|
201
|
+
# Adding solution ID header
|
202
|
+
# header_params['v-c-solution-id'] = $merchantconfig_obj.solutionId if !$merchantconfig_obj.solutionId.nil? && !$merchantconfig_obj.solutionId.empty?
|
203
|
+
# HTTP header 'Accept' (if needed)
|
204
|
+
if $merchantconfig_obj.authenticationType.upcase == Constants::AUTH_TYPE_HTTP
|
205
|
+
# Appending headers for Get Connection
|
206
|
+
header_params['v-c-merchant-id'] = $merchantconfig_obj.merchantId
|
207
|
+
header_params['Date'] = gmtDateTime
|
208
|
+
header_params['Host'] = $merchantconfig_obj.requestHost
|
209
|
+
header_params['Signature'] = token
|
210
|
+
if request_type == Constants::POST_REQUEST_TYPE || request_type == Constants::PUT_REQUEST_TYPE || request_type == Constants::PATCH_REQUEST_TYPE
|
211
|
+
digest = DigestGeneration.new.generateDigest(body_params)
|
212
|
+
digest_payload = Constants::SHA256 + digest
|
213
|
+
header_params['Digest'] = digest_payload
|
214
|
+
end
|
215
|
+
end
|
216
|
+
if $merchantconfig_obj.authenticationType.upcase == Constants::AUTH_TYPE_JWT
|
217
|
+
token = "Bearer " + token
|
218
|
+
header_params['Authorization'] = token
|
219
|
+
end
|
220
|
+
if $merchantconfig_obj.authenticationType.upcase == Constants::AUTH_TYPE_OAUTH
|
221
|
+
token = "Bearer " + token
|
222
|
+
header_params['Authorization'] = token
|
223
|
+
end
|
224
|
+
# header_params.each do |key, value|
|
225
|
+
# log_obj.logger.info("#{key} : #{value}")
|
226
|
+
# end
|
227
|
+
return header_params
|
228
|
+
end
|
229
|
+
def get_query_param(path, query_params)
|
230
|
+
request_target = ''
|
231
|
+
if !query_params.empty?
|
232
|
+
request_target = @config.base_path + path + '?' + query_params
|
233
|
+
else
|
234
|
+
request_target = @config.base_path + path
|
235
|
+
end
|
236
|
+
request_target
|
237
|
+
end
|
238
|
+
|
239
|
+
# Check if the given MIME is a JSON MIME.
|
240
|
+
# JSON MIME examples:
|
241
|
+
# application/json
|
242
|
+
# application/json; charset=UTF8
|
243
|
+
# APPLICATION/JSON
|
244
|
+
# */*
|
245
|
+
# @param [String] mime MIME
|
246
|
+
# @return [Boolean] True if the MIME is application/json
|
247
|
+
def json_mime?(mime)
|
248
|
+
(mime == '*/*') || !(mime =~ /Application\/.*json(?!p)(;.*)?/i).nil?
|
249
|
+
end
|
250
|
+
|
251
|
+
# Deserialize the response to the given return type.
|
252
|
+
#
|
253
|
+
# @param [Response] response HTTP response
|
254
|
+
# @param [String] return_type some examples: "User", "Array[User]", "Hash[String,Integer]"
|
255
|
+
def deserialize(response, return_type)
|
256
|
+
body = response.body
|
257
|
+
|
258
|
+
# handle file downloading - return the File instance processed in request callbacks
|
259
|
+
# note that response body is empty when the file is written in chunks in request on_body callback
|
260
|
+
return @tempfile if return_type == 'File'
|
261
|
+
|
262
|
+
return nil if body.nil? || body.empty?
|
263
|
+
|
264
|
+
# return response body directly for String return type
|
265
|
+
return body if return_type == 'String'
|
266
|
+
|
267
|
+
# ensuring a default content type
|
268
|
+
content_type = response.headers['Content-Type'] || 'application/json'
|
269
|
+
|
270
|
+
fail "Content-Type is not supported: #{content_type}" unless json_mime?(content_type)
|
271
|
+
|
272
|
+
begin
|
273
|
+
data = JSON.parse("[#{body}]", :symbolize_names => true)[0]
|
274
|
+
rescue JSON::ParserError => e
|
275
|
+
if %w(String Date DateTime).include?(return_type)
|
276
|
+
data = body
|
277
|
+
else
|
278
|
+
raise e
|
279
|
+
end
|
280
|
+
end
|
281
|
+
|
282
|
+
convert_to_type data, return_type
|
283
|
+
end
|
284
|
+
|
285
|
+
# Convert data to the given return type.
|
286
|
+
# @param [Object] data Data to be converted
|
287
|
+
# @param [String] return_type Return type
|
288
|
+
# @return [Mixed] Data in a particular type
|
289
|
+
def convert_to_type(data, return_type)
|
290
|
+
return nil if data.nil?
|
291
|
+
case return_type
|
292
|
+
when 'String'
|
293
|
+
data.to_s
|
294
|
+
when 'Integer'
|
295
|
+
data.to_i
|
296
|
+
when 'Float'
|
297
|
+
data.to_f
|
298
|
+
when 'BOOLEAN'
|
299
|
+
data == true
|
300
|
+
when 'DateTime'
|
301
|
+
# parse date time (expecting ISO 8601 format)
|
302
|
+
DateTime.parse data
|
303
|
+
when 'Date'
|
304
|
+
# parse date time (expecting ISO 8601 format)
|
305
|
+
Date.parse data
|
306
|
+
when 'Object'
|
307
|
+
# generic object (usually a Hash), return directly
|
308
|
+
data
|
309
|
+
when /\AArray<(.+)>\z/
|
310
|
+
# e.g. Array<Pet>
|
311
|
+
sub_type = $1
|
312
|
+
data.map { |item| convert_to_type(item, sub_type) }
|
313
|
+
when /\AHash\<String, (.+)\>\z/
|
314
|
+
# e.g. Hash<String, Integer>
|
315
|
+
sub_type = $1
|
316
|
+
{}.tap do |hash|
|
317
|
+
data.each { |k, v| hash[k] = convert_to_type(v, sub_type) }
|
318
|
+
end
|
319
|
+
else
|
320
|
+
# models, e.g. Pet
|
321
|
+
CyberSource.const_get(return_type).new.tap do |model|
|
322
|
+
model.build_from_hash data
|
323
|
+
end
|
324
|
+
end
|
325
|
+
end
|
326
|
+
|
327
|
+
# Save response body into a file in (the defined) temporary folder, using the filename
|
328
|
+
# from the "Content-Disposition" header if provided, otherwise a random filename.
|
329
|
+
# The response body is written to the file in chunks in order to handle files which
|
330
|
+
# size is larger than maximum Ruby String or even larger than the maximum memory a Ruby
|
331
|
+
# process can use.
|
332
|
+
#
|
333
|
+
# @see Configuration#temp_folder_path
|
334
|
+
def download_file(request)
|
335
|
+
tempfile = nil
|
336
|
+
encoding = nil
|
337
|
+
request.on_headers do |response|
|
338
|
+
content_disposition = response.headers['Content-Disposition']
|
339
|
+
if content_disposition && content_disposition =~ /filename=/i
|
340
|
+
filename = content_disposition[/filename=['"]?([^'"\s]+)['"]?/, 1]
|
341
|
+
prefix = sanitize_filename(filename)
|
342
|
+
else
|
343
|
+
prefix = 'download-'
|
344
|
+
end
|
345
|
+
prefix = prefix + '-' unless prefix.end_with?('-')
|
346
|
+
encoding = response.body.encoding
|
347
|
+
tempfile = Tempfile.open(prefix, @config.temp_folder_path, encoding: encoding)
|
348
|
+
@tempfile = tempfile
|
349
|
+
end
|
350
|
+
request.on_body do |chunk|
|
351
|
+
chunk.force_encoding(encoding)
|
352
|
+
tempfile.write(chunk)
|
353
|
+
end
|
354
|
+
request.on_complete do |response|
|
355
|
+
tempfile.close
|
356
|
+
@config.logger.info "Temp file written to #{tempfile.path}, please copy the file to a proper folder "\
|
357
|
+
"with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file "\
|
358
|
+
"will be deleted automatically with GC. It's also recommended to delete the temp file "\
|
359
|
+
"explicitly with `tempfile.delete`"
|
360
|
+
end
|
361
|
+
end
|
362
|
+
|
363
|
+
# Sanitize filename by removing path.
|
364
|
+
# e.g. ../../sun.gif becomes sun.gif
|
365
|
+
#
|
366
|
+
# @param [String] filename the filename to be sanitized
|
367
|
+
# @return [String] the sanitized filename
|
368
|
+
def sanitize_filename(filename)
|
369
|
+
filename.gsub(/.*[\/\\]/, '')
|
370
|
+
end
|
371
|
+
|
372
|
+
def build_request_url(path)
|
373
|
+
# Add leading and trailing slashes to path
|
374
|
+
path = "/#{path}".gsub(/\/+/, '/')
|
375
|
+
Addressable::URI.encode(@config.base_url + path)
|
376
|
+
end
|
377
|
+
|
378
|
+
# Builds the HTTP request body
|
379
|
+
#
|
380
|
+
# @param [Hash] header_params Header parameters
|
381
|
+
# @param [Hash] form_params Query parameters
|
382
|
+
# @param [Object] body HTTP body (JSON/XML)
|
383
|
+
# @return [String] HTTP body data in the form of string
|
384
|
+
def build_request_body(header_params, form_params, body)
|
385
|
+
# http form
|
386
|
+
if header_params['Content-Type'] == 'application/x-www-form-urlencoded' ||
|
387
|
+
header_params['Content-Type'] == 'multipart/form-data'
|
388
|
+
data = {}
|
389
|
+
form_params.each do |key, value|
|
390
|
+
case value
|
391
|
+
when ::File, ::Array, nil
|
392
|
+
# let typhoeus handle File, Array and nil parameters
|
393
|
+
data[key] = value
|
394
|
+
else
|
395
|
+
data[key] = value.to_s
|
396
|
+
end
|
397
|
+
end
|
398
|
+
JSON.parse(body).each do |key, value|
|
399
|
+
case value
|
400
|
+
when ::File, ::Array, nil
|
401
|
+
# let typhoeus handle File, Array and nil parameters
|
402
|
+
data[key] = value
|
403
|
+
else
|
404
|
+
data[key] = value.to_s
|
405
|
+
end
|
406
|
+
end
|
407
|
+
elsif body
|
408
|
+
data = body.is_a?(String) ? body : body.to_json
|
409
|
+
else
|
410
|
+
data = nil
|
411
|
+
end
|
412
|
+
data
|
413
|
+
end
|
414
|
+
|
415
|
+
# Update hearder and query params based on authentication settings.
|
416
|
+
#
|
417
|
+
# @param [Hash] header_params Header parameters
|
418
|
+
# @param [Hash] query_params Query parameters
|
419
|
+
# @param [String] auth_names Authentication scheme name
|
420
|
+
def update_params_for_auth!(header_params, query_params, auth_names)
|
421
|
+
Array(auth_names).each do |auth_name|
|
422
|
+
auth_setting = @config.auth_settings[auth_name]
|
423
|
+
next unless auth_setting
|
424
|
+
case auth_setting[:in]
|
425
|
+
when 'header' then header_params[auth_setting[:key]] = auth_setting[:value]
|
426
|
+
when 'query' then query_params[auth_setting[:key]] = auth_setting[:value]
|
427
|
+
else fail ArgumentError, 'Authentication token must be in `query` of `header`'
|
428
|
+
end
|
429
|
+
end
|
430
|
+
end
|
431
|
+
|
432
|
+
# Sets user agent in HTTP header
|
433
|
+
#
|
434
|
+
# @param [String] user_agent User agent (e.g. swagger-codegen/ruby/1.0.0)
|
435
|
+
def user_agent=(user_agent)
|
436
|
+
@user_agent = user_agent
|
437
|
+
@default_headers['User-Agent'] = @user_agent
|
438
|
+
end
|
439
|
+
|
440
|
+
# Return Accept header based on an array of accepts provided.
|
441
|
+
# @param [Array] accepts array for Accept
|
442
|
+
# @return [String] the Accept header (e.g. application/json)
|
443
|
+
def select_header_accept(accepts)
|
444
|
+
return nil if accepts.nil? || accepts.empty?
|
445
|
+
# use JSON when present, otherwise use all of the provided
|
446
|
+
json_accept = accepts.find { |s| json_mime?(s) }
|
447
|
+
json_accept || accepts.join(',')
|
448
|
+
end
|
449
|
+
|
450
|
+
# Return Content-Type header based on an array of content types provided.
|
451
|
+
# @param [Array] content_types array for Content-Type
|
452
|
+
# @return [String] the Content-Type header (e.g. application/json)
|
453
|
+
def select_header_content_type(content_types)
|
454
|
+
# use application/json by default
|
455
|
+
return 'application/json' if content_types.nil? || content_types.empty?
|
456
|
+
# use JSON when present, otherwise use the first one
|
457
|
+
json_content_type = content_types.find { |s| json_mime?(s) }
|
458
|
+
json_content_type || content_types.first
|
459
|
+
end
|
460
|
+
|
461
|
+
# Convert object (array, hash, object, etc) to JSON string.
|
462
|
+
# @param [Object] model object to be converted into JSON string
|
463
|
+
# @return [String] JSON string representation of the object
|
464
|
+
def object_to_http_body(model)
|
465
|
+
return model if model.nil? || model.is_a?(String)
|
466
|
+
local_body = nil
|
467
|
+
if model.is_a?(Array)
|
468
|
+
local_body = model.map { |m| object_to_hash(m) }
|
469
|
+
else
|
470
|
+
local_body = object_to_hash(model)
|
471
|
+
end
|
472
|
+
local_body.to_json
|
473
|
+
end
|
474
|
+
|
475
|
+
# Convert object(non-array) to hash.
|
476
|
+
# @param [Object] obj object to be converted into JSON string
|
477
|
+
# @return [String] JSON string representation of the object
|
478
|
+
def object_to_hash(obj)
|
479
|
+
if obj.respond_to?(:to_hash)
|
480
|
+
obj.to_hash
|
481
|
+
else
|
482
|
+
obj
|
483
|
+
end
|
484
|
+
end
|
485
|
+
|
486
|
+
# Build parameter value according to the given collection format.
|
487
|
+
# @param [String] collection_format one of :csv, :ssv, :tsv, :pipes and :multi
|
488
|
+
def build_collection_param(param, collection_format)
|
489
|
+
case collection_format
|
490
|
+
when :csv
|
491
|
+
param.join(',')
|
492
|
+
when :ssv
|
493
|
+
param.join(' ')
|
494
|
+
when :tsv
|
495
|
+
param.join("\t")
|
496
|
+
when :pipes
|
497
|
+
param.join('|')
|
498
|
+
when :multi
|
499
|
+
# return the array directly as typhoeus will handle it as expected
|
500
|
+
param
|
501
|
+
else
|
502
|
+
fail "unknown collection format: #{collection_format.inspect}"
|
503
|
+
end
|
504
|
+
end
|
505
|
+
end
|
506
|
+
end
|