first_data_gateway 1.7.1 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +2 -2
- data/docs/AccountVerificationRequest.md +2 -0
- data/docs/AdditionalDetails.md +7 -1
- data/docs/AdditionalTransactionDetails.md +3 -1
- data/docs/ChinaDomestic.md +3 -1
- data/docs/CurrencyConversionResponse.md +19 -0
- data/docs/DecryptedApplePay.md +2 -6
- data/docs/DecryptedGooglePay.md +2 -6
- data/docs/DecryptedSamsungPay.md +2 -6
- data/docs/DisbursementTransactionType.md +1 -2
- data/docs/{ExchangeRateResponseAllOf.md → ExchangeRateDetails.md} +7 -11
- data/docs/ExchangeRateResponse.md +4 -20
- data/docs/FraudOrder.md +3 -1
- data/docs/FraudOrderItems.md +4 -4
- data/docs/FundingTransactionType.md +1 -2
- data/docs/PaymentCardSaleTransaction.md +1 -3
- data/docs/PaymentCardSaleTransactionAllOf.md +1 -3
- data/docs/PaymentTokenizationErrorResponse.md +4 -0
- data/docs/PaymentTokenizationRequest.md +2 -0
- data/docs/PaymentTokenizationResponse.md +5 -1
- data/docs/ProcessorData.md +3 -1
- data/docs/Receipt.md +19 -0
- data/docs/ReceiptRequestInfo.md +21 -0
- data/docs/ScoreOnlyResponse.md +3 -5
- data/docs/ScoreOnlyResponseFraudScore.md +3 -1
- data/docs/Secure3D10AuthenticationRequest.md +1 -2
- data/docs/Secure3D21AuthenticationRequest.md +2 -2
- data/docs/Secure3D21AuthenticationRequestAllOf.md +2 -2
- data/docs/SoftDescriptor.md +5 -1
- data/docs/TeleCheckCBPPaymentMethod.md +1 -2
- data/docs/TransactionErrorResponse.md +2 -0
- data/docs/TransactionResponse.md +3 -1
- data/docs/VoidPreAuthTransactions.md +1 -2
- data/docs/VoidTransaction.md +1 -2
- data/first_data_gateway.gemspec +4 -4
- data/lib/openapi_client.rb +11 -37
- data/lib/openapi_client/api/authentication_api.rb +4 -4
- data/lib/openapi_client/api/currency_conversion_api.rb +4 -4
- data/lib/openapi_client/api/fraud_detect_api.rb +8 -8
- data/lib/openapi_client/api/information_lookup_api.rb +6 -6
- data/lib/openapi_client/api/order_api.rb +6 -6
- data/lib/openapi_client/api/payment_api.rb +7 -7
- data/lib/openapi_client/api/payment_schedules_api.rb +2 -2
- data/lib/openapi_client/api/payment_token_api.rb +2 -2
- data/lib/openapi_client/api/payment_url_api.rb +2 -2
- data/lib/openapi_client/api/verification_api.rb +2 -2
- data/lib/openapi_client/api_client.rb +7 -9
- data/lib/openapi_client/api_error.rb +2 -2
- data/lib/openapi_client/configuration.rb +4 -4
- data/lib/openapi_client/models/access_token_request.rb +3 -9
- data/lib/openapi_client/models/access_token_response.rb +3 -9
- data/lib/openapi_client/models/account_info_lookup_request.rb +3 -9
- data/lib/openapi_client/models/account_updater_response.rb +3 -9
- data/lib/openapi_client/models/account_verification_request.rb +29 -10
- data/lib/openapi_client/models/ach_credit_transaction.rb +4 -10
- data/lib/openapi_client/models/ach_post_auth_transaction.rb +4 -10
- data/lib/openapi_client/models/ach_post_auth_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/ach_pre_auth_transaction.rb +4 -10
- data/lib/openapi_client/models/ach_pre_auth_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/ach_recurring_type.rb +2 -2
- data/lib/openapi_client/models/ach_response.rb +11 -17
- data/lib/openapi_client/models/ach_return_transaction.rb +4 -10
- data/lib/openapi_client/models/ach_sale_transaction.rb +4 -10
- data/lib/openapi_client/models/ach_void_transaction.rb +4 -10
- data/lib/openapi_client/models/acs_response.rb +3 -9
- data/lib/openapi_client/models/additional_amount_rate.rb +3 -9
- data/lib/openapi_client/models/additional_details.rb +88 -13
- data/lib/openapi_client/models/additional_transaction_details.rb +19 -13
- data/lib/openapi_client/models/address.rb +3 -9
- data/lib/openapi_client/models/airline.rb +3 -9
- data/lib/openapi_client/models/airline_ancillary_service_category.rb +3 -9
- data/lib/openapi_client/models/airline_travel_route.rb +3 -9
- data/lib/openapi_client/models/ali_pay.rb +3 -9
- data/lib/openapi_client/models/ali_pay_payment_method.rb +5 -10
- data/lib/openapi_client/models/ali_pay_payment_method_all_of.rb +3 -9
- data/lib/openapi_client/models/ali_pay_sale_transaction.rb +4 -10
- data/lib/openapi_client/models/ali_pay_sale_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/amount.rb +22 -9
- data/lib/openapi_client/models/amount_components.rb +3 -9
- data/lib/openapi_client/models/authentication_request.rb +3 -9
- data/lib/openapi_client/models/authentication_result.rb +3 -9
- data/lib/openapi_client/models/authentication_update_request.rb +3 -9
- data/lib/openapi_client/models/avs_response.rb +3 -9
- data/lib/openapi_client/models/background.rb +3 -9
- data/lib/openapi_client/models/background_color.rb +3 -9
- data/lib/openapi_client/models/bancontact_qr.rb +3 -9
- data/lib/openapi_client/models/basic_response.rb +3 -9
- data/lib/openapi_client/models/billing.rb +3 -9
- data/lib/openapi_client/models/billing_address.rb +3 -9
- data/lib/openapi_client/models/block_card.rb +3 -9
- data/lib/openapi_client/models/block_domain.rb +3 -9
- data/lib/openapi_client/models/block_ip_address.rb +3 -9
- data/lib/openapi_client/models/block_name.rb +3 -9
- data/lib/openapi_client/models/blocked_card_number.rb +3 -9
- data/lib/openapi_client/models/blocked_items.rb +3 -9
- data/lib/openapi_client/models/body.rb +3 -9
- data/lib/openapi_client/models/borders.rb +3 -9
- data/lib/openapi_client/models/branding_style_configuration_request.rb +3 -9
- data/lib/openapi_client/models/branding_style_configuration_response.rb +4 -11
- data/lib/openapi_client/models/branding_style_configuration_result.rb +3 -9
- data/lib/openapi_client/models/button.rb +3 -9
- data/lib/openapi_client/models/car_rental.rb +3 -9
- data/lib/openapi_client/models/car_rental_extra_charges.rb +3 -9
- data/lib/openapi_client/models/card.rb +3 -9
- data/lib/openapi_client/models/card_function.rb +2 -2
- data/lib/openapi_client/models/card_info.rb +3 -9
- data/lib/openapi_client/models/card_info_lookup_request.rb +3 -9
- data/lib/openapi_client/models/card_info_lookup_response.rb +4 -11
- data/lib/openapi_client/models/card_verification_request.rb +3 -9
- data/lib/openapi_client/models/china_domestic.rb +32 -13
- data/lib/openapi_client/models/china_domestic_payment_method.rb +5 -10
- data/lib/openapi_client/models/china_domestic_payment_method_all_of.rb +3 -9
- data/lib/openapi_client/models/china_pn_r_sale_transaction.rb +4 -10
- data/lib/openapi_client/models/china_pn_r_sale_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/classic_mode.rb +3 -9
- data/lib/openapi_client/models/clearing_details.rb +3 -9
- data/lib/openapi_client/models/clearing_element.rb +3 -9
- data/lib/openapi_client/models/client_locale.rb +3 -9
- data/lib/openapi_client/models/client_registration.rb +3 -10
- data/lib/openapi_client/models/combined_mode.rb +3 -9
- data/lib/openapi_client/models/connect_mode.rb +2 -2
- data/lib/openapi_client/models/contact.rb +3 -9
- data/lib/openapi_client/models/content.rb +3 -9
- data/lib/openapi_client/models/country_profile.rb +3 -9
- data/lib/openapi_client/models/create_payment_token.rb +3 -9
- data/lib/openapi_client/models/currency_conversion.rb +3 -9
- data/lib/openapi_client/models/{disbursement_transaction_type_all_of.rb → currency_conversion_response.rb} +24 -24
- data/lib/openapi_client/models/customer.rb +3 -9
- data/lib/openapi_client/models/customer_address.rb +3 -10
- data/lib/openapi_client/models/dcc.rb +4 -10
- data/lib/openapi_client/models/dcc_all_of.rb +3 -9
- data/lib/openapi_client/models/dcc_exchange_rate_request.rb +4 -10
- data/lib/openapi_client/models/dcc_exchange_rate_request_all_of.rb +3 -9
- data/lib/openapi_client/models/decrypted_apple_pay.rb +13 -88
- data/lib/openapi_client/models/decrypted_apple_pay_wallet_payment_method.rb +4 -10
- data/lib/openapi_client/models/decrypted_apple_pay_wallet_payment_method_all_of.rb +3 -9
- data/lib/openapi_client/models/decrypted_google_pay.rb +13 -88
- data/lib/openapi_client/models/decrypted_google_pay_wallet_payment_method.rb +4 -10
- data/lib/openapi_client/models/decrypted_google_pay_wallet_payment_method_all_of.rb +3 -9
- data/lib/openapi_client/models/decrypted_samsung_pay.rb +13 -88
- data/lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method.rb +4 -10
- data/lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method_all_of.rb +3 -9
- data/lib/openapi_client/models/delete_branding_style_configuration_response.rb +4 -11
- data/lib/openapi_client/models/device.rb +3 -9
- data/lib/openapi_client/models/disbursement.rb +3 -9
- data/lib/openapi_client/models/disbursement_transaction_type.rb +7 -28
- data/lib/openapi_client/models/document.rb +3 -9
- data/lib/openapi_client/models/dynamic_pricing.rb +4 -10
- data/lib/openapi_client/models/dynamic_pricing_all_of.rb +3 -9
- data/lib/openapi_client/models/dynamic_pricing_exchange_rate_request.rb +4 -10
- data/lib/openapi_client/models/dynamic_pricing_exchange_rate_request_all_of.rb +3 -9
- data/lib/openapi_client/models/email_notification_data.rb +3 -9
- data/lib/openapi_client/models/encrypted_apple_pay.rb +3 -9
- data/lib/openapi_client/models/encrypted_apple_pay_header.rb +3 -9
- data/lib/openapi_client/models/encrypted_apple_pay_wallet_payment_method.rb +4 -10
- data/lib/openapi_client/models/encrypted_apple_pay_wallet_payment_method_all_of.rb +3 -9
- data/lib/openapi_client/models/encrypted_google_pay.rb +3 -9
- data/lib/openapi_client/models/encrypted_google_pay_data.rb +3 -9
- data/lib/openapi_client/models/encrypted_google_pay_wallet_payment_method.rb +4 -10
- data/lib/openapi_client/models/encrypted_google_pay_wallet_payment_method_all_of.rb +3 -9
- data/lib/openapi_client/models/encrypted_samsung_pay.rb +3 -9
- data/lib/openapi_client/models/encrypted_samsung_pay_wallet_payment_method.rb +4 -10
- data/lib/openapi_client/models/encrypted_samsung_pay_wallet_payment_method_all_of.rb +3 -9
- data/lib/openapi_client/models/endpoint_response.rb +3 -9
- data/lib/openapi_client/models/error.rb +3 -9
- data/lib/openapi_client/models/error_details.rb +3 -9
- data/lib/openapi_client/models/error_message.rb +3 -9
- data/lib/openapi_client/models/error_response.rb +4 -11
- data/lib/openapi_client/models/{exchange_rate_response_all_of.rb → exchange_rate_details.rb} +11 -36
- data/lib/openapi_client/models/exchange_rate_request.rb +3 -9
- data/lib/openapi_client/models/exchange_rate_response.rb +12 -100
- data/lib/openapi_client/models/expiration.rb +5 -11
- data/lib/openapi_client/models/font_face.rb +2 -2
- data/lib/openapi_client/models/font_properties.rb +3 -9
- data/lib/openapi_client/models/font_weight.rb +2 -2
- data/lib/openapi_client/models/footer.rb +3 -9
- data/lib/openapi_client/models/fraud_address.rb +3 -9
- data/lib/openapi_client/models/fraud_order.rb +3 -9
- data/lib/openapi_client/models/fraud_order_items.rb +3 -9
- data/lib/openapi_client/models/fraud_registration.rb +3 -9
- data/lib/openapi_client/models/fraud_registration_card.rb +3 -9
- data/lib/openapi_client/models/fraud_registration_device.rb +3 -9
- data/lib/openapi_client/models/fraud_registration_device_items.rb +3 -9
- data/lib/openapi_client/models/fraud_registration_error.rb +3 -9
- data/lib/openapi_client/models/fraud_registration_response.rb +4 -10
- data/lib/openapi_client/models/fraud_score.rb +3 -9
- data/lib/openapi_client/models/fraud_settings.rb +3 -9
- data/lib/openapi_client/models/fraud_settings_response.rb +4 -11
- data/lib/openapi_client/models/frequency.rb +3 -9
- data/lib/openapi_client/models/funding_transaction_type.rb +7 -28
- data/lib/openapi_client/models/header.rb +3 -9
- data/lib/openapi_client/models/hover.rb +3 -9
- data/lib/openapi_client/models/id_info.rb +3 -9
- data/lib/openapi_client/models/industry_specific_extensions.rb +3 -9
- data/lib/openapi_client/models/initiate_clearing_response.rb +3 -9
- data/lib/openapi_client/models/initiate_clearing_response_all_of.rb +3 -9
- data/lib/openapi_client/models/installment_options.rb +3 -9
- data/lib/openapi_client/models/issuer_response.rb +3 -9
- data/lib/openapi_client/models/items.rb +3 -9
- data/lib/openapi_client/models/location.rb +3 -9
- data/lib/openapi_client/models/lockout_time.rb +3 -9
- data/lib/openapi_client/models/lodging.rb +3 -9
- data/lib/openapi_client/models/lodging_extra_charges.rb +3 -9
- data/lib/openapi_client/models/logo.rb +3 -9
- data/lib/openapi_client/models/loyalty.rb +3 -9
- data/lib/openapi_client/models/masterpass_wallet_payment_method.rb +4 -10
- data/lib/openapi_client/models/masterpass_wallet_payment_method_all_of.rb +3 -9
- data/lib/openapi_client/models/maximum_purchase_amount.rb +3 -9
- data/lib/openapi_client/models/mcc6012.rb +3 -9
- data/lib/openapi_client/models/merchant.rb +3 -9
- data/lib/openapi_client/models/method.rb +3 -9
- data/lib/openapi_client/models/mobile.rb +3 -9
- data/lib/openapi_client/models/mobile_header_area.rb +3 -9
- data/lib/openapi_client/models/order.rb +3 -9
- data/lib/openapi_client/models/order_error_response.rb +3 -10
- data/lib/openapi_client/models/order_response.rb +4 -11
- data/lib/openapi_client/models/pay_pal.rb +3 -9
- data/lib/openapi_client/models/pay_pal_payment_method.rb +5 -10
- data/lib/openapi_client/models/pay_pal_payment_method_all_of.rb +3 -9
- data/lib/openapi_client/models/payment.rb +3 -9
- data/lib/openapi_client/models/payment_card.rb +10 -16
- data/lib/openapi_client/models/payment_card_credit_transaction.rb +4 -10
- data/lib/openapi_client/models/payment_card_disbursement_transaction.rb +4 -10
- data/lib/openapi_client/models/payment_card_disbursement_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_card_forced_ticket_transaction.rb +4 -10
- data/lib/openapi_client/models/payment_card_forced_ticket_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_card_info_lookup_request.rb +4 -10
- data/lib/openapi_client/models/payment_card_info_lookup_request_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_card_payer_auth_transaction.rb +4 -10
- data/lib/openapi_client/models/payment_card_payer_auth_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_card_payment_method.rb +5 -10
- data/lib/openapi_client/models/payment_card_payment_method_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_card_payment_token_update_request.rb +3 -9
- data/lib/openapi_client/models/payment_card_payment_tokenization_request.rb +4 -10
- data/lib/openapi_client/models/payment_card_payment_tokenization_request_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_card_pre_auth_transaction.rb +5 -10
- data/lib/openapi_client/models/payment_card_pre_auth_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_card_sale_transaction.rb +7 -25
- data/lib/openapi_client/models/payment_card_sale_transaction_all_of.rb +4 -24
- data/lib/openapi_client/models/payment_card_verification_request.rb +4 -10
- data/lib/openapi_client/models/payment_card_verification_request_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_device.rb +3 -9
- data/lib/openapi_client/models/payment_device_credit_transaction.rb +4 -10
- data/lib/openapi_client/models/payment_device_credit_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_device_disbursement_transaction.rb +4 -10
- data/lib/openapi_client/models/payment_device_disbursement_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_device_payment_method.rb +5 -10
- data/lib/openapi_client/models/payment_device_payment_method_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_device_payment_tokenization_request.rb +4 -10
- data/lib/openapi_client/models/payment_device_payment_tokenization_request_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_device_pre_auth_transaction.rb +4 -10
- data/lib/openapi_client/models/payment_device_pre_auth_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_device_sale_transaction.rb +4 -10
- data/lib/openapi_client/models/payment_device_sale_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_facilitator.rb +3 -9
- data/lib/openapi_client/models/payment_method_details.rb +3 -9
- data/lib/openapi_client/models/payment_method_payment_schedules_request.rb +4 -10
- data/lib/openapi_client/models/payment_method_payment_schedules_request_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_method_type.rb +2 -2
- data/lib/openapi_client/models/payment_registration.rb +4 -11
- data/lib/openapi_client/models/payment_schedules_error_response.rb +3 -10
- data/lib/openapi_client/models/payment_schedules_request.rb +3 -9
- data/lib/openapi_client/models/payment_schedules_response.rb +4 -11
- data/lib/openapi_client/models/payment_token_credit_transaction.rb +4 -10
- data/lib/openapi_client/models/payment_token_credit_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_token_details.rb +3 -9
- data/lib/openapi_client/models/payment_token_details_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_token_disbursement_transaction.rb +4 -10
- data/lib/openapi_client/models/payment_token_disbursement_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_token_info_lookup_request.rb +4 -10
- data/lib/openapi_client/models/payment_token_info_lookup_request_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_token_payment_method.rb +4 -9
- data/lib/openapi_client/models/payment_token_payment_method_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_token_pre_auth_transaction.rb +4 -10
- data/lib/openapi_client/models/payment_token_pre_auth_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_token_sale_transaction.rb +4 -10
- data/lib/openapi_client/models/payment_token_sale_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_token_update_response.rb +4 -11
- data/lib/openapi_client/models/payment_token_verification_request.rb +4 -10
- data/lib/openapi_client/models/payment_token_verification_request_all_of.rb +3 -9
- data/lib/openapi_client/models/payment_tokenization_error_response.rb +54 -11
- data/lib/openapi_client/models/payment_tokenization_request.rb +29 -10
- data/lib/openapi_client/models/payment_tokenization_response.rb +58 -15
- data/lib/openapi_client/models/payment_url_detail.rb +3 -9
- data/lib/openapi_client/models/payment_url_detail_response.rb +4 -11
- data/lib/openapi_client/models/payment_url_error_response.rb +3 -10
- data/lib/openapi_client/models/payment_url_request.rb +3 -9
- data/lib/openapi_client/models/payment_url_response.rb +4 -11
- data/lib/openapi_client/models/payment_url_status.rb +2 -2
- data/lib/openapi_client/models/paypal_credit_transaction.rb +4 -10
- data/lib/openapi_client/models/paypal_credit_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/phone.rb +3 -9
- data/lib/openapi_client/models/post_auth_transaction.rb +4 -10
- data/lib/openapi_client/models/post_auth_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/primary.rb +3 -9
- data/lib/openapi_client/models/primary_transaction.rb +3 -9
- data/lib/openapi_client/models/processor_data.rb +17 -13
- data/lib/openapi_client/models/properties.rb +3 -9
- data/lib/openapi_client/models/purchase_cards.rb +3 -9
- data/lib/openapi_client/models/purchase_cards_level2.rb +3 -9
- data/lib/openapi_client/models/purchase_cards_level3.rb +3 -9
- data/lib/openapi_client/models/purchase_cards_level3_line_items.rb +3 -9
- data/lib/openapi_client/models/{card_info_lookup_response_all_of.rb → receipt.rb} +42 -37
- data/lib/openapi_client/models/{payment_token_update_response_all_of.rb → receipt_request_info.rb} +44 -43
- data/lib/openapi_client/models/receiver_info.rb +3 -9
- data/lib/openapi_client/models/recurring_payment_details.rb +3 -9
- data/lib/openapi_client/models/recurring_payment_details_response.rb +4 -11
- data/lib/openapi_client/models/referenced_order_payment_schedules_request.rb +4 -10
- data/lib/openapi_client/models/referenced_order_payment_schedules_request_all_of.rb +3 -9
- data/lib/openapi_client/models/referenced_order_payment_tokenization_request.rb +4 -10
- data/lib/openapi_client/models/referenced_order_payment_tokenization_request_all_of.rb +3 -9
- data/lib/openapi_client/models/registration_method.rb +3 -9
- data/lib/openapi_client/models/remove_fraud_blocked_items_response.rb +4 -11
- data/lib/openapi_client/models/response_amount_components.rb +3 -9
- data/lib/openapi_client/models/response_amount_components_all_of.rb +3 -9
- data/lib/openapi_client/models/response_type.rb +2 -2
- data/lib/openapi_client/models/return_transaction.rb +4 -10
- data/lib/openapi_client/models/return_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/score_only_request.rb +3 -9
- data/lib/openapi_client/models/score_only_response.rb +3 -9
- data/lib/openapi_client/models/score_only_response_fraud_score.rb +3 -9
- data/lib/openapi_client/models/score_only_response_fraud_score_explanations.rb +3 -9
- data/lib/openapi_client/models/secondary_transaction.rb +3 -9
- data/lib/openapi_client/models/secure3_d10_authentication_request.rb +7 -28
- data/lib/openapi_client/models/secure3_d10_authentication_result.rb +4 -10
- data/lib/openapi_client/models/secure3_d10_authentication_result_all_of.rb +3 -9
- data/lib/openapi_client/models/secure3_d10_authentication_update_request.rb +4 -10
- data/lib/openapi_client/models/secure3_d10_authentication_update_request_all_of.rb +3 -9
- data/lib/openapi_client/models/secure3_d21_authentication_request.rb +6 -12
- data/lib/openapi_client/models/secure3_d21_authentication_request_all_of.rb +5 -11
- data/lib/openapi_client/models/secure3_d21_authentication_result.rb +4 -10
- data/lib/openapi_client/models/secure3_d21_authentication_result_all_of.rb +3 -9
- data/lib/openapi_client/models/secure3_d21_authentication_update_request.rb +4 -10
- data/lib/openapi_client/models/secure3_d21_authentication_update_request_all_of.rb +3 -9
- data/lib/openapi_client/models/secure3_d_authentication_response.rb +3 -9
- data/lib/openapi_client/models/secure3_d_authentication_response_params.rb +3 -9
- data/lib/openapi_client/models/secure3_d_authentication_response_secure3d_method.rb +3 -9
- data/lib/openapi_client/models/secure3d_response.rb +3 -9
- data/lib/openapi_client/models/sender_info.rb +3 -9
- data/lib/openapi_client/models/sepa.rb +3 -9
- data/lib/openapi_client/models/sepa_mandate.rb +21 -27
- data/lib/openapi_client/models/sepa_payment_method.rb +4 -9
- data/lib/openapi_client/models/sepa_payment_method_all_of.rb +3 -9
- data/lib/openapi_client/models/sepa_sale_transaction.rb +4 -10
- data/lib/openapi_client/models/sepa_sale_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/shared_secret_configuration_request.rb +3 -9
- data/lib/openapi_client/models/shared_secret_configuration_response.rb +4 -11
- data/lib/openapi_client/models/ship_to_address.rb +3 -9
- data/lib/openapi_client/models/shipping.rb +3 -9
- data/lib/openapi_client/models/soft_descriptor.rb +52 -13
- data/lib/openapi_client/models/split_shipment.rb +3 -9
- data/lib/openapi_client/models/store_branding_style_configuration.rb +3 -9
- data/lib/openapi_client/models/store_email_settings.rb +3 -9
- data/lib/openapi_client/models/store_email_settings_result.rb +3 -9
- data/lib/openapi_client/models/store_fraud_settings.rb +3 -9
- data/lib/openapi_client/models/store_fraud_settings_result.rb +3 -9
- data/lib/openapi_client/models/store_url_configuration.rb +3 -9
- data/lib/openapi_client/models/store_url_configuration_request.rb +3 -9
- data/lib/openapi_client/models/store_url_configuration_response.rb +4 -11
- data/lib/openapi_client/models/store_url_configuration_result.rb +3 -9
- data/lib/openapi_client/models/stored_credential.rb +3 -9
- data/lib/openapi_client/models/sub_merchant_data.rb +3 -9
- data/lib/openapi_client/models/sub_merchant_split.rb +3 -9
- data/lib/openapi_client/models/tele_check_ach_payment_method.rb +3 -9
- data/lib/openapi_client/models/tele_check_ach_payment_method_ach_bill_to.rb +3 -9
- data/lib/openapi_client/models/tele_check_cbp_payment_method.rb +7 -28
- data/lib/openapi_client/models/tele_check_ica_payment_method.rb +4 -10
- data/lib/openapi_client/models/tele_check_ica_payment_method_all_of.rb +3 -9
- data/lib/openapi_client/models/text.rb +3 -9
- data/lib/openapi_client/models/title.rb +3 -9
- data/lib/openapi_client/models/token_identifier.rb +3 -9
- data/lib/openapi_client/models/top_bar.rb +3 -9
- data/lib/openapi_client/models/transaction_error_response.rb +13 -11
- data/lib/openapi_client/models/transaction_origin.rb +2 -2
- data/lib/openapi_client/models/transaction_response.rb +17 -15
- data/lib/openapi_client/models/transaction_type.rb +2 -2
- data/lib/openapi_client/models/union_pay_authentication_request.rb +4 -10
- data/lib/openapi_client/models/union_pay_authentication_request_all_of.rb +3 -9
- data/lib/openapi_client/models/union_pay_authentication_update_request.rb +4 -10
- data/lib/openapi_client/models/union_pay_authentication_update_request_all_of.rb +3 -9
- data/lib/openapi_client/models/update_email_settings_request.rb +3 -9
- data/lib/openapi_client/models/update_email_settings_response.rb +4 -11
- data/lib/openapi_client/models/update_fraud_settings_request.rb +3 -9
- data/lib/openapi_client/models/update_fraud_settings_response.rb +4 -11
- data/lib/openapi_client/models/update_payment_token.rb +3 -9
- data/lib/openapi_client/models/use_payment_token.rb +3 -9
- data/lib/openapi_client/models/verification3ds.rb +3 -9
- data/lib/openapi_client/models/verification_avs.rb +3 -9
- data/lib/openapi_client/models/verification_cvv.rb +3 -9
- data/lib/openapi_client/models/void_pre_auth_transactions.rb +7 -28
- data/lib/openapi_client/models/void_transaction.rb +7 -28
- data/lib/openapi_client/models/wallet_payment_method.rb +3 -9
- data/lib/openapi_client/models/wallet_pre_auth_transaction.rb +4 -10
- data/lib/openapi_client/models/wallet_pre_auth_transaction_all_of.rb +3 -9
- data/lib/openapi_client/models/wallet_sale_transaction.rb +4 -10
- data/lib/openapi_client/models/wallet_sale_transaction_all_of.rb +3 -9
- data/lib/openapi_client/version.rb +3 -3
- data/lib/simple/gateway.rb +5 -4
- metadata +16 -65
- data/docs/BrandingStyleConfigurationResponseAllOf.md +0 -17
- data/docs/CardInfoLookupApi.md +0 -70
- data/docs/CardInfoLookupResponseAllOf.md +0 -19
- data/docs/CardVerificationApi.md +0 -70
- data/docs/ClientRegistrationAllOf.md +0 -17
- data/docs/CustomerAddressAllOf.md +0 -17
- data/docs/DeleteBrandingStyleConfigurationResponseAllOf.md +0 -19
- data/docs/DisbursementTransactionTypeAllOf.md +0 -17
- data/docs/ErrorResponseAllOf.md +0 -17
- data/docs/FraudSettingsResponseAllOf.md +0 -31
- data/docs/FundingTransactionTypeAllOf.md +0 -17
- data/docs/OrderResponseAllOf.md +0 -25
- data/docs/PaymentRegistrationAllOf.md +0 -27
- data/docs/PaymentSchedulesResponseAllOf.md +0 -21
- data/docs/PaymentTokenUpdateResponseAllOf.md +0 -21
- data/docs/PaymentTokenizationResponseAllOf.md +0 -31
- data/docs/PaymentUrlDetailResponseAllOf.md +0 -17
- data/docs/PaymentUrlResponseAllOf.md +0 -23
- data/docs/RecurringPaymentDetailsResponseAllOf.md +0 -17
- data/docs/RemoveFraudBlockedItemsResponseAllOf.md +0 -17
- data/docs/Secure3D10AuthenticationRequestAllOf.md +0 -17
- data/docs/SharedSecretConfigurationResponseAllOf.md +0 -23
- data/docs/StoreUrlConfigurationResponseAllOf.md +0 -17
- data/docs/TeleCheckCBPPaymentMethodAllOf.md +0 -17
- data/docs/TransactionResponseAllOf.md +0 -59
- data/docs/UpdateEmailSettingsResponseAllOf.md +0 -17
- data/docs/UpdateFraudSettingsResponseAllOf.md +0 -17
- data/docs/VoidTransactionAllOf.md +0 -17
- data/first_data_gateway-1.7.0.gem +0 -0
- data/lib/openapi_client/api/card_info_lookup_api.rb +0 -125
- data/lib/openapi_client/api/card_verification_api.rb +0 -125
- data/lib/openapi_client/models/branding_style_configuration_response_all_of.rb +0 -213
- data/lib/openapi_client/models/client_registration_all_of.rb +0 -212
- data/lib/openapi_client/models/customer_address_all_of.rb +0 -211
- data/lib/openapi_client/models/delete_branding_style_configuration_response_all_of.rb +0 -222
- data/lib/openapi_client/models/error_response_all_of.rb +0 -211
- data/lib/openapi_client/models/fraud_settings_response_all_of.rb +0 -291
- data/lib/openapi_client/models/funding_transaction_type_all_of.rb +0 -216
- data/lib/openapi_client/models/order_response_all_of.rb +0 -251
- data/lib/openapi_client/models/payment_registration_all_of.rb +0 -257
- data/lib/openapi_client/models/payment_schedules_response_all_of.rb +0 -265
- data/lib/openapi_client/models/payment_tokenization_response_all_of.rb +0 -313
- data/lib/openapi_client/models/payment_url_detail_response_all_of.rb +0 -214
- data/lib/openapi_client/models/payment_url_response_all_of.rb +0 -276
- data/lib/openapi_client/models/recurring_payment_details_response_all_of.rb +0 -211
- data/lib/openapi_client/models/remove_fraud_blocked_items_response_all_of.rb +0 -212
- data/lib/openapi_client/models/secure3_d10_authentication_request_all_of.rb +0 -216
- data/lib/openapi_client/models/shared_secret_configuration_response_all_of.rb +0 -242
- data/lib/openapi_client/models/store_url_configuration_response_all_of.rb +0 -213
- data/lib/openapi_client/models/tele_check_cbp_payment_method_all_of.rb +0 -216
- data/lib/openapi_client/models/transaction_response_all_of.rb +0 -502
- data/lib/openapi_client/models/update_email_settings_response_all_of.rb +0 -213
- data/lib/openapi_client/models/update_fraud_settings_response_all_of.rb +0 -213
- data/lib/openapi_client/models/void_transaction_all_of.rb +0 -216
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.13.0.20200810.001
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 4.1.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -15,33 +15,22 @@ require 'date'
|
|
|
15
15
|
module OpenapiClient
|
|
16
16
|
# Request to perform a void of all authorizations associated with the current order. This request type is applicable for voiding preauth and incremental preauth transactions.
|
|
17
17
|
class VoidPreAuthTransactions < SecondaryTransaction
|
|
18
|
-
attr_accessor :request_type
|
|
19
|
-
|
|
20
18
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
21
19
|
def self.attribute_map
|
|
22
20
|
{
|
|
23
|
-
:'request_type' => :'requestType'
|
|
24
21
|
}
|
|
25
22
|
end
|
|
26
23
|
|
|
27
24
|
# Attribute type mapping.
|
|
28
25
|
def self.openapi_types
|
|
29
26
|
{
|
|
30
|
-
:'request_type' => :'String'
|
|
31
27
|
}
|
|
32
28
|
end
|
|
33
29
|
|
|
34
|
-
# List of attributes with nullable: true
|
|
35
|
-
def self.openapi_nullable
|
|
36
|
-
Set.new([
|
|
37
|
-
])
|
|
38
|
-
end
|
|
39
|
-
|
|
40
30
|
# List of class defined in allOf (OpenAPI v3)
|
|
41
31
|
def self.openapi_all_of
|
|
42
32
|
[
|
|
43
|
-
:'SecondaryTransaction'
|
|
44
|
-
:'VoidTransactionAllOf'
|
|
33
|
+
:'SecondaryTransaction'
|
|
45
34
|
]
|
|
46
35
|
end
|
|
47
36
|
|
|
@@ -62,27 +51,18 @@ module OpenapiClient
|
|
|
62
51
|
|
|
63
52
|
# call parent's initialize
|
|
64
53
|
super(attributes)
|
|
65
|
-
|
|
66
|
-
if attributes.key?(:'request_type')
|
|
67
|
-
self.request_type = attributes[:'request_type']
|
|
68
|
-
end
|
|
69
54
|
end
|
|
70
55
|
|
|
71
56
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
72
57
|
# @return Array for valid properties with the reasons
|
|
73
58
|
def list_invalid_properties
|
|
74
59
|
invalid_properties = super
|
|
75
|
-
if @request_type.nil?
|
|
76
|
-
invalid_properties.push('invalid value for "request_type", request_type cannot be nil.')
|
|
77
|
-
end
|
|
78
|
-
|
|
79
60
|
invalid_properties
|
|
80
61
|
end
|
|
81
62
|
|
|
82
63
|
# Check to see if the all the properties in the model are valid
|
|
83
64
|
# @return true if the model is valid
|
|
84
65
|
def valid?
|
|
85
|
-
return false if @request_type.nil?
|
|
86
66
|
true && super
|
|
87
67
|
end
|
|
88
68
|
|
|
@@ -90,8 +70,7 @@ module OpenapiClient
|
|
|
90
70
|
# @param [Object] Object to be compared
|
|
91
71
|
def ==(o)
|
|
92
72
|
return true if self.equal?(o)
|
|
93
|
-
self.class == o.class &&
|
|
94
|
-
request_type == o.request_type && super(o)
|
|
73
|
+
self.class == o.class && super(o)
|
|
95
74
|
end
|
|
96
75
|
|
|
97
76
|
# @see the `==` method
|
|
@@ -103,7 +82,7 @@ module OpenapiClient
|
|
|
103
82
|
# Calculates hash code according to all attributes.
|
|
104
83
|
# @return [Integer] Hash code
|
|
105
84
|
def hash
|
|
106
|
-
[
|
|
85
|
+
[].hash
|
|
107
86
|
end
|
|
108
87
|
|
|
109
88
|
# Builds the object from hash
|
|
@@ -194,8 +173,8 @@ module OpenapiClient
|
|
|
194
173
|
|
|
195
174
|
# Returns the object in the form of hash
|
|
196
175
|
# @return [Hash] Returns the object in the form of hash
|
|
197
|
-
def to_hash(attribute_map = self.class.attribute_map, openapi_nullable =
|
|
198
|
-
hash = super(self.class.superclass.attribute_map,
|
|
176
|
+
def to_hash(attribute_map = self.class.attribute_map, openapi_nullable = Set.new([]))
|
|
177
|
+
hash = super(self.class.superclass.attribute_map, openapi_nullable)
|
|
199
178
|
attribute_map.each_pair do |attr, param|
|
|
200
179
|
value = self.send(attr)
|
|
201
180
|
if value.nil?
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.13.0.20200810.001
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 4.1.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -15,33 +15,22 @@ require 'date'
|
|
|
15
15
|
module OpenapiClient
|
|
16
16
|
# Request to perform void transaction.
|
|
17
17
|
class VoidTransaction < SecondaryTransaction
|
|
18
|
-
attr_accessor :request_type
|
|
19
|
-
|
|
20
18
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
21
19
|
def self.attribute_map
|
|
22
20
|
{
|
|
23
|
-
:'request_type' => :'requestType'
|
|
24
21
|
}
|
|
25
22
|
end
|
|
26
23
|
|
|
27
24
|
# Attribute type mapping.
|
|
28
25
|
def self.openapi_types
|
|
29
26
|
{
|
|
30
|
-
:'request_type' => :'String'
|
|
31
27
|
}
|
|
32
28
|
end
|
|
33
29
|
|
|
34
|
-
# List of attributes with nullable: true
|
|
35
|
-
def self.openapi_nullable
|
|
36
|
-
Set.new([
|
|
37
|
-
])
|
|
38
|
-
end
|
|
39
|
-
|
|
40
30
|
# List of class defined in allOf (OpenAPI v3)
|
|
41
31
|
def self.openapi_all_of
|
|
42
32
|
[
|
|
43
|
-
:'SecondaryTransaction'
|
|
44
|
-
:'VoidTransactionAllOf'
|
|
33
|
+
:'SecondaryTransaction'
|
|
45
34
|
]
|
|
46
35
|
end
|
|
47
36
|
|
|
@@ -62,27 +51,18 @@ module OpenapiClient
|
|
|
62
51
|
|
|
63
52
|
# call parent's initialize
|
|
64
53
|
super(attributes)
|
|
65
|
-
|
|
66
|
-
if attributes.key?(:'request_type')
|
|
67
|
-
self.request_type = attributes[:'request_type']
|
|
68
|
-
end
|
|
69
54
|
end
|
|
70
55
|
|
|
71
56
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
72
57
|
# @return Array for valid properties with the reasons
|
|
73
58
|
def list_invalid_properties
|
|
74
59
|
invalid_properties = super
|
|
75
|
-
if @request_type.nil?
|
|
76
|
-
invalid_properties.push('invalid value for "request_type", request_type cannot be nil.')
|
|
77
|
-
end
|
|
78
|
-
|
|
79
60
|
invalid_properties
|
|
80
61
|
end
|
|
81
62
|
|
|
82
63
|
# Check to see if the all the properties in the model are valid
|
|
83
64
|
# @return true if the model is valid
|
|
84
65
|
def valid?
|
|
85
|
-
return false if @request_type.nil?
|
|
86
66
|
true && super
|
|
87
67
|
end
|
|
88
68
|
|
|
@@ -90,8 +70,7 @@ module OpenapiClient
|
|
|
90
70
|
# @param [Object] Object to be compared
|
|
91
71
|
def ==(o)
|
|
92
72
|
return true if self.equal?(o)
|
|
93
|
-
self.class == o.class &&
|
|
94
|
-
request_type == o.request_type && super(o)
|
|
73
|
+
self.class == o.class && super(o)
|
|
95
74
|
end
|
|
96
75
|
|
|
97
76
|
# @see the `==` method
|
|
@@ -103,7 +82,7 @@ module OpenapiClient
|
|
|
103
82
|
# Calculates hash code according to all attributes.
|
|
104
83
|
# @return [Integer] Hash code
|
|
105
84
|
def hash
|
|
106
|
-
[
|
|
85
|
+
[].hash
|
|
107
86
|
end
|
|
108
87
|
|
|
109
88
|
# Builds the object from hash
|
|
@@ -194,8 +173,8 @@ module OpenapiClient
|
|
|
194
173
|
|
|
195
174
|
# Returns the object in the form of hash
|
|
196
175
|
# @return [Hash] Returns the object in the form of hash
|
|
197
|
-
def to_hash(attribute_map = self.class.attribute_map, openapi_nullable =
|
|
198
|
-
hash = super(self.class.superclass.attribute_map,
|
|
176
|
+
def to_hash(attribute_map = self.class.attribute_map, openapi_nullable = Set.new([]))
|
|
177
|
+
hash = super(self.class.superclass.attribute_map, openapi_nullable)
|
|
199
178
|
attribute_map.each_pair do |attr, param|
|
|
200
179
|
value = self.send(attr)
|
|
201
180
|
if value.nil?
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.13.0.20200810.001
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 4.1.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -32,12 +32,6 @@ module OpenapiClient
|
|
|
32
32
|
}
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
# List of attributes with nullable: true
|
|
36
|
-
def self.openapi_nullable
|
|
37
|
-
Set.new([
|
|
38
|
-
])
|
|
39
|
-
end
|
|
40
|
-
|
|
41
35
|
# discriminator's property name in OpenAPI v3
|
|
42
36
|
def self.openapi_discriminator_name
|
|
43
37
|
:'wallet_type'
|
|
@@ -188,7 +182,7 @@ module OpenapiClient
|
|
|
188
182
|
|
|
189
183
|
# Returns the object in the form of hash
|
|
190
184
|
# @return [Hash] Returns the object in the form of hash
|
|
191
|
-
def to_hash(attribute_map = self.class.attribute_map, openapi_nullable =
|
|
185
|
+
def to_hash(attribute_map = self.class.attribute_map, openapi_nullable = Set.new([]))
|
|
192
186
|
hash = {}
|
|
193
187
|
attribute_map.each_pair do |attr, param|
|
|
194
188
|
value = self.send(attr)
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.13.0.20200810.001
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 4.1.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -44,12 +44,6 @@ module OpenapiClient
|
|
|
44
44
|
}
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
# List of attributes with nullable: true
|
|
48
|
-
def self.openapi_nullable
|
|
49
|
-
Set.new([
|
|
50
|
-
])
|
|
51
|
-
end
|
|
52
|
-
|
|
53
47
|
# List of class defined in allOf (OpenAPI v3)
|
|
54
48
|
def self.openapi_all_of
|
|
55
49
|
[
|
|
@@ -224,8 +218,8 @@ module OpenapiClient
|
|
|
224
218
|
|
|
225
219
|
# Returns the object in the form of hash
|
|
226
220
|
# @return [Hash] Returns the object in the form of hash
|
|
227
|
-
def to_hash(attribute_map = self.class.attribute_map, openapi_nullable =
|
|
228
|
-
hash = super(self.class.superclass.attribute_map,
|
|
221
|
+
def to_hash(attribute_map = self.class.attribute_map, openapi_nullable = Set.new([]))
|
|
222
|
+
hash = super(self.class.superclass.attribute_map, openapi_nullable)
|
|
229
223
|
attribute_map.each_pair do |attr, param|
|
|
230
224
|
value = self.send(attr)
|
|
231
225
|
if value.nil?
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.13.0.20200810.001
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 4.1.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -43,12 +43,6 @@ module OpenapiClient
|
|
|
43
43
|
}
|
|
44
44
|
end
|
|
45
45
|
|
|
46
|
-
# List of attributes with nullable: true
|
|
47
|
-
def self.openapi_nullable
|
|
48
|
-
Set.new([
|
|
49
|
-
])
|
|
50
|
-
end
|
|
51
|
-
|
|
52
46
|
# Initializes the object
|
|
53
47
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
54
48
|
def initialize(attributes = {})
|
|
@@ -211,7 +205,7 @@ module OpenapiClient
|
|
|
211
205
|
|
|
212
206
|
# Returns the object in the form of hash
|
|
213
207
|
# @return [Hash] Returns the object in the form of hash
|
|
214
|
-
def to_hash(attribute_map = self.class.attribute_map, openapi_nullable =
|
|
208
|
+
def to_hash(attribute_map = self.class.attribute_map, openapi_nullable = Set.new([]))
|
|
215
209
|
hash = {}
|
|
216
210
|
attribute_map.each_pair do |attr, param|
|
|
217
211
|
value = self.send(attr)
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.13.0.20200810.001
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 4.1.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -35,12 +35,6 @@ module OpenapiClient
|
|
|
35
35
|
}
|
|
36
36
|
end
|
|
37
37
|
|
|
38
|
-
# List of attributes with nullable: true
|
|
39
|
-
def self.openapi_nullable
|
|
40
|
-
Set.new([
|
|
41
|
-
])
|
|
42
|
-
end
|
|
43
|
-
|
|
44
38
|
# List of class defined in allOf (OpenAPI v3)
|
|
45
39
|
def self.openapi_all_of
|
|
46
40
|
[
|
|
@@ -203,8 +197,8 @@ module OpenapiClient
|
|
|
203
197
|
|
|
204
198
|
# Returns the object in the form of hash
|
|
205
199
|
# @return [Hash] Returns the object in the form of hash
|
|
206
|
-
def to_hash(attribute_map = self.class.attribute_map, openapi_nullable =
|
|
207
|
-
hash = super(self.class.superclass.attribute_map,
|
|
200
|
+
def to_hash(attribute_map = self.class.attribute_map, openapi_nullable = Set.new([]))
|
|
201
|
+
hash = super(self.class.superclass.attribute_map, openapi_nullable)
|
|
208
202
|
attribute_map.each_pair do |attr, param|
|
|
209
203
|
value = self.send(attr)
|
|
210
204
|
if value.nil?
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.13.0.20200810.001
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 4.1.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -34,12 +34,6 @@ module OpenapiClient
|
|
|
34
34
|
}
|
|
35
35
|
end
|
|
36
36
|
|
|
37
|
-
# List of attributes with nullable: true
|
|
38
|
-
def self.openapi_nullable
|
|
39
|
-
Set.new([
|
|
40
|
-
])
|
|
41
|
-
end
|
|
42
|
-
|
|
43
37
|
# Initializes the object
|
|
44
38
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
45
39
|
def initialize(attributes = {})
|
|
@@ -190,7 +184,7 @@ module OpenapiClient
|
|
|
190
184
|
|
|
191
185
|
# Returns the object in the form of hash
|
|
192
186
|
# @return [Hash] Returns the object in the form of hash
|
|
193
|
-
def to_hash(attribute_map = self.class.attribute_map, openapi_nullable =
|
|
187
|
+
def to_hash(attribute_map = self.class.attribute_map, openapi_nullable = Set.new([]))
|
|
194
188
|
hash = {}
|
|
195
189
|
attribute_map.each_pair do |attr, param|
|
|
196
190
|
value = self.send(attr)
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.13.0.20200810.001
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.1.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
module OpenapiClient
|
|
14
|
-
VERSION = '1.
|
|
14
|
+
VERSION = '1.8.0'
|
|
15
15
|
end
|
data/lib/simple/gateway.rb
CHANGED
|
@@ -12,7 +12,8 @@ module SimpleClient
|
|
|
12
12
|
def initialize(context)
|
|
13
13
|
@context = context
|
|
14
14
|
@authentication_api = OpenapiClient::AuthenticationApi.new(@context.client)
|
|
15
|
-
|
|
15
|
+
#error: /first_data_sdk/SDKTestServer/sdk/ruby/lib/simple/gateway.rb:16:in `initialize': uninitialized constant
|
|
16
|
+
#@information_lookup_api = OpenapiClient::InformationLookupApi.new(@context.client)
|
|
16
17
|
@verification_api = OpenapiClient::VerificationApi.new(@context.client)
|
|
17
18
|
@currency_conversion_api = OpenapiClient::CurrencyConversionApi.new(@context.client)
|
|
18
19
|
@fraud_detect_api = OpenapiClient::FraudDetectApi.new(@context.client)
|
|
@@ -304,7 +305,7 @@ module SimpleClient
|
|
|
304
305
|
opts[:authorization] = authorization if authorization
|
|
305
306
|
signature_service = get_signature_service
|
|
306
307
|
message_signature = signature_service.sign(payload)
|
|
307
|
-
opts
|
|
308
|
+
opts[:message_signature] = message_signature
|
|
308
309
|
return @payment_token_api.create_payment_token(
|
|
309
310
|
CONTENT_TYPE,
|
|
310
311
|
signature_service.client_request_id,
|
|
@@ -322,7 +323,7 @@ module SimpleClient
|
|
|
322
323
|
opts[:authorization] = authorization if authorization
|
|
323
324
|
signature_service = get_signature_service
|
|
324
325
|
message_signature = signature_service.sign(payload)
|
|
325
|
-
opts
|
|
326
|
+
opts[:message_signature] = message_signature
|
|
326
327
|
return @payment_token_api.update_payment_token(
|
|
327
328
|
CONTENT_TYPE,
|
|
328
329
|
signature_service.client_request_id,
|
|
@@ -357,7 +358,7 @@ module SimpleClient
|
|
|
357
358
|
opts[:authorization] = authorization if authorization
|
|
358
359
|
signature_service = get_signature_service
|
|
359
360
|
message_signature = signature_service.sign
|
|
360
|
-
opts
|
|
361
|
+
opts[:message_signature] = message_signature
|
|
361
362
|
return @payment_token_api.delete_payment_token(
|
|
362
363
|
CONTENT_TYPE,
|
|
363
364
|
signature_service.client_request_id,
|
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: first_data_gateway
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Margules
|
|
8
|
+
- Patrick Grenning
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
12
|
+
date: 2020-09-10 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: typhoeus
|
|
@@ -36,20 +37,20 @@ dependencies:
|
|
|
36
37
|
requirements:
|
|
37
38
|
- - "~>"
|
|
38
39
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '2.
|
|
40
|
+
version: '2.3'
|
|
40
41
|
- - ">="
|
|
41
42
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 2.
|
|
43
|
+
version: 2.3.0
|
|
43
44
|
type: :runtime
|
|
44
45
|
prerelease: false
|
|
45
46
|
version_requirements: !ruby/object:Gem::Requirement
|
|
46
47
|
requirements:
|
|
47
48
|
- - "~>"
|
|
48
49
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: '2.
|
|
50
|
+
version: '2.3'
|
|
50
51
|
- - ">="
|
|
51
52
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: 2.
|
|
53
|
+
version: 2.3.0
|
|
53
54
|
- !ruby/object:Gem::Dependency
|
|
54
55
|
name: rspec
|
|
55
56
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -197,6 +198,7 @@ description: Ruby SDK to be used with First Data's IPG API (version 6.12). This
|
|
|
197
198
|
transaction inquiries; setting up scheduled payments and much more.
|
|
198
199
|
email:
|
|
199
200
|
- eric.margules@firstdata.com
|
|
201
|
+
- patrick.grenning@fiserv.com
|
|
200
202
|
executables: []
|
|
201
203
|
extensions: []
|
|
202
204
|
extra_rdoc_files: []
|
|
@@ -255,7 +257,6 @@ files:
|
|
|
255
257
|
- docs/Borders.md
|
|
256
258
|
- docs/BrandingStyleConfigurationRequest.md
|
|
257
259
|
- docs/BrandingStyleConfigurationResponse.md
|
|
258
|
-
- docs/BrandingStyleConfigurationResponseAllOf.md
|
|
259
260
|
- docs/BrandingStyleConfigurationResult.md
|
|
260
261
|
- docs/Button.md
|
|
261
262
|
- docs/CarRental.md
|
|
@@ -263,11 +264,8 @@ files:
|
|
|
263
264
|
- docs/Card.md
|
|
264
265
|
- docs/CardFunction.md
|
|
265
266
|
- docs/CardInfo.md
|
|
266
|
-
- docs/CardInfoLookupApi.md
|
|
267
267
|
- docs/CardInfoLookupRequest.md
|
|
268
268
|
- docs/CardInfoLookupResponse.md
|
|
269
|
-
- docs/CardInfoLookupResponseAllOf.md
|
|
270
|
-
- docs/CardVerificationApi.md
|
|
271
269
|
- docs/CardVerificationRequest.md
|
|
272
270
|
- docs/ChinaDomestic.md
|
|
273
271
|
- docs/ChinaDomesticPaymentMethod.md
|
|
@@ -279,7 +277,6 @@ files:
|
|
|
279
277
|
- docs/ClearingElement.md
|
|
280
278
|
- docs/ClientLocale.md
|
|
281
279
|
- docs/ClientRegistration.md
|
|
282
|
-
- docs/ClientRegistrationAllOf.md
|
|
283
280
|
- docs/CombinedMode.md
|
|
284
281
|
- docs/ConnectMode.md
|
|
285
282
|
- docs/Contact.md
|
|
@@ -288,9 +285,9 @@ files:
|
|
|
288
285
|
- docs/CreatePaymentToken.md
|
|
289
286
|
- docs/CurrencyConversion.md
|
|
290
287
|
- docs/CurrencyConversionApi.md
|
|
288
|
+
- docs/CurrencyConversionResponse.md
|
|
291
289
|
- docs/Customer.md
|
|
292
290
|
- docs/CustomerAddress.md
|
|
293
|
-
- docs/CustomerAddressAllOf.md
|
|
294
291
|
- docs/DCCExchangeRateRequest.md
|
|
295
292
|
- docs/DCCExchangeRateRequestAllOf.md
|
|
296
293
|
- docs/Dcc.md
|
|
@@ -305,11 +302,9 @@ files:
|
|
|
305
302
|
- docs/DecryptedSamsungPayWalletPaymentMethod.md
|
|
306
303
|
- docs/DecryptedSamsungPayWalletPaymentMethodAllOf.md
|
|
307
304
|
- docs/DeleteBrandingStyleConfigurationResponse.md
|
|
308
|
-
- docs/DeleteBrandingStyleConfigurationResponseAllOf.md
|
|
309
305
|
- docs/Device.md
|
|
310
306
|
- docs/Disbursement.md
|
|
311
307
|
- docs/DisbursementTransactionType.md
|
|
312
|
-
- docs/DisbursementTransactionTypeAllOf.md
|
|
313
308
|
- docs/Document.md
|
|
314
309
|
- docs/DynamicPricing.md
|
|
315
310
|
- docs/DynamicPricingAllOf.md
|
|
@@ -332,10 +327,9 @@ files:
|
|
|
332
327
|
- docs/ErrorDetails.md
|
|
333
328
|
- docs/ErrorMessage.md
|
|
334
329
|
- docs/ErrorResponse.md
|
|
335
|
-
- docs/
|
|
330
|
+
- docs/ExchangeRateDetails.md
|
|
336
331
|
- docs/ExchangeRateRequest.md
|
|
337
332
|
- docs/ExchangeRateResponse.md
|
|
338
|
-
- docs/ExchangeRateResponseAllOf.md
|
|
339
333
|
- docs/Expiration.md
|
|
340
334
|
- docs/FontFace.md
|
|
341
335
|
- docs/FontProperties.md
|
|
@@ -354,10 +348,8 @@ files:
|
|
|
354
348
|
- docs/FraudScore.md
|
|
355
349
|
- docs/FraudSettings.md
|
|
356
350
|
- docs/FraudSettingsResponse.md
|
|
357
|
-
- docs/FraudSettingsResponseAllOf.md
|
|
358
351
|
- docs/Frequency.md
|
|
359
352
|
- docs/FundingTransactionType.md
|
|
360
|
-
- docs/FundingTransactionTypeAllOf.md
|
|
361
353
|
- docs/Header.md
|
|
362
354
|
- docs/Hover.md
|
|
363
355
|
- docs/IdInfo.md
|
|
@@ -386,7 +378,6 @@ files:
|
|
|
386
378
|
- docs/OrderApi.md
|
|
387
379
|
- docs/OrderErrorResponse.md
|
|
388
380
|
- docs/OrderResponse.md
|
|
389
|
-
- docs/OrderResponseAllOf.md
|
|
390
381
|
- docs/PayPal.md
|
|
391
382
|
- docs/PayPalPaymentMethod.md
|
|
392
383
|
- docs/PayPalPaymentMethodAllOf.md
|
|
@@ -432,12 +423,10 @@ files:
|
|
|
432
423
|
- docs/PaymentMethodPaymentSchedulesRequestAllOf.md
|
|
433
424
|
- docs/PaymentMethodType.md
|
|
434
425
|
- docs/PaymentRegistration.md
|
|
435
|
-
- docs/PaymentRegistrationAllOf.md
|
|
436
426
|
- docs/PaymentSchedulesApi.md
|
|
437
427
|
- docs/PaymentSchedulesErrorResponse.md
|
|
438
428
|
- docs/PaymentSchedulesRequest.md
|
|
439
429
|
- docs/PaymentSchedulesResponse.md
|
|
440
|
-
- docs/PaymentSchedulesResponseAllOf.md
|
|
441
430
|
- docs/PaymentTokenApi.md
|
|
442
431
|
- docs/PaymentTokenCreditTransaction.md
|
|
443
432
|
- docs/PaymentTokenCreditTransactionAllOf.md
|
|
@@ -454,21 +443,17 @@ files:
|
|
|
454
443
|
- docs/PaymentTokenSaleTransaction.md
|
|
455
444
|
- docs/PaymentTokenSaleTransactionAllOf.md
|
|
456
445
|
- docs/PaymentTokenUpdateResponse.md
|
|
457
|
-
- docs/PaymentTokenUpdateResponseAllOf.md
|
|
458
446
|
- docs/PaymentTokenVerificationRequest.md
|
|
459
447
|
- docs/PaymentTokenVerificationRequestAllOf.md
|
|
460
448
|
- docs/PaymentTokenizationErrorResponse.md
|
|
461
449
|
- docs/PaymentTokenizationRequest.md
|
|
462
450
|
- docs/PaymentTokenizationResponse.md
|
|
463
|
-
- docs/PaymentTokenizationResponseAllOf.md
|
|
464
451
|
- docs/PaymentURLApi.md
|
|
465
452
|
- docs/PaymentUrlDetail.md
|
|
466
453
|
- docs/PaymentUrlDetailResponse.md
|
|
467
|
-
- docs/PaymentUrlDetailResponseAllOf.md
|
|
468
454
|
- docs/PaymentUrlErrorResponse.md
|
|
469
455
|
- docs/PaymentUrlRequest.md
|
|
470
456
|
- docs/PaymentUrlResponse.md
|
|
471
|
-
- docs/PaymentUrlResponseAllOf.md
|
|
472
457
|
- docs/PaymentUrlStatus.md
|
|
473
458
|
- docs/PaypalCreditTransaction.md
|
|
474
459
|
- docs/PaypalCreditTransactionAllOf.md
|
|
@@ -483,17 +468,17 @@ files:
|
|
|
483
468
|
- docs/PurchaseCardsLevel2.md
|
|
484
469
|
- docs/PurchaseCardsLevel3.md
|
|
485
470
|
- docs/PurchaseCardsLevel3LineItems.md
|
|
471
|
+
- docs/Receipt.md
|
|
472
|
+
- docs/ReceiptRequestInfo.md
|
|
486
473
|
- docs/ReceiverInfo.md
|
|
487
474
|
- docs/RecurringPaymentDetails.md
|
|
488
475
|
- docs/RecurringPaymentDetailsResponse.md
|
|
489
|
-
- docs/RecurringPaymentDetailsResponseAllOf.md
|
|
490
476
|
- docs/ReferencedOrderPaymentSchedulesRequest.md
|
|
491
477
|
- docs/ReferencedOrderPaymentSchedulesRequestAllOf.md
|
|
492
478
|
- docs/ReferencedOrderPaymentTokenizationRequest.md
|
|
493
479
|
- docs/ReferencedOrderPaymentTokenizationRequestAllOf.md
|
|
494
480
|
- docs/RegistrationMethod.md
|
|
495
481
|
- docs/RemoveFraudBlockedItemsResponse.md
|
|
496
|
-
- docs/RemoveFraudBlockedItemsResponseAllOf.md
|
|
497
482
|
- docs/ResponseAmountComponents.md
|
|
498
483
|
- docs/ResponseAmountComponentsAllOf.md
|
|
499
484
|
- docs/ResponseType.md
|
|
@@ -505,7 +490,6 @@ files:
|
|
|
505
490
|
- docs/ScoreOnlyResponseFraudScoreExplanations.md
|
|
506
491
|
- docs/SecondaryTransaction.md
|
|
507
492
|
- docs/Secure3D10AuthenticationRequest.md
|
|
508
|
-
- docs/Secure3D10AuthenticationRequestAllOf.md
|
|
509
493
|
- docs/Secure3D10AuthenticationResult.md
|
|
510
494
|
- docs/Secure3D10AuthenticationResultAllOf.md
|
|
511
495
|
- docs/Secure3D10AuthenticationUpdateRequest.md
|
|
@@ -529,7 +513,6 @@ files:
|
|
|
529
513
|
- docs/SepaSaleTransactionAllOf.md
|
|
530
514
|
- docs/SharedSecretConfigurationRequest.md
|
|
531
515
|
- docs/SharedSecretConfigurationResponse.md
|
|
532
|
-
- docs/SharedSecretConfigurationResponseAllOf.md
|
|
533
516
|
- docs/ShipToAddress.md
|
|
534
517
|
- docs/Shipping.md
|
|
535
518
|
- docs/SoftDescriptor.md
|
|
@@ -542,7 +525,6 @@ files:
|
|
|
542
525
|
- docs/StoreUrlConfiguration.md
|
|
543
526
|
- docs/StoreUrlConfigurationRequest.md
|
|
544
527
|
- docs/StoreUrlConfigurationResponse.md
|
|
545
|
-
- docs/StoreUrlConfigurationResponseAllOf.md
|
|
546
528
|
- docs/StoreUrlConfigurationResult.md
|
|
547
529
|
- docs/StoredCredential.md
|
|
548
530
|
- docs/SubMerchantData.md
|
|
@@ -550,7 +532,6 @@ files:
|
|
|
550
532
|
- docs/TeleCheckAchPaymentMethod.md
|
|
551
533
|
- docs/TeleCheckAchPaymentMethodAchBillTo.md
|
|
552
534
|
- docs/TeleCheckCBPPaymentMethod.md
|
|
553
|
-
- docs/TeleCheckCBPPaymentMethodAllOf.md
|
|
554
535
|
- docs/TeleCheckICAPaymentMethod.md
|
|
555
536
|
- docs/TeleCheckICAPaymentMethodAllOf.md
|
|
556
537
|
- docs/Text.md
|
|
@@ -560,7 +541,6 @@ files:
|
|
|
560
541
|
- docs/TransactionErrorResponse.md
|
|
561
542
|
- docs/TransactionOrigin.md
|
|
562
543
|
- docs/TransactionResponse.md
|
|
563
|
-
- docs/TransactionResponseAllOf.md
|
|
564
544
|
- docs/TransactionType.md
|
|
565
545
|
- docs/UnionPayAuthenticationRequest.md
|
|
566
546
|
- docs/UnionPayAuthenticationRequestAllOf.md
|
|
@@ -568,10 +548,8 @@ files:
|
|
|
568
548
|
- docs/UnionPayAuthenticationUpdateRequestAllOf.md
|
|
569
549
|
- docs/UpdateEmailSettingsRequest.md
|
|
570
550
|
- docs/UpdateEmailSettingsResponse.md
|
|
571
|
-
- docs/UpdateEmailSettingsResponseAllOf.md
|
|
572
551
|
- docs/UpdateFraudSettingsRequest.md
|
|
573
552
|
- docs/UpdateFraudSettingsResponse.md
|
|
574
|
-
- docs/UpdateFraudSettingsResponseAllOf.md
|
|
575
553
|
- docs/UpdatePaymentToken.md
|
|
576
554
|
- docs/UsePaymentToken.md
|
|
577
555
|
- docs/Verification3ds.md
|
|
@@ -580,20 +558,16 @@ files:
|
|
|
580
558
|
- docs/VerificationCvv.md
|
|
581
559
|
- docs/VoidPreAuthTransactions.md
|
|
582
560
|
- docs/VoidTransaction.md
|
|
583
|
-
- docs/VoidTransactionAllOf.md
|
|
584
561
|
- docs/WalletPaymentMethod.md
|
|
585
562
|
- docs/WalletPreAuthTransaction.md
|
|
586
563
|
- docs/WalletPreAuthTransactionAllOf.md
|
|
587
564
|
- docs/WalletSaleTransaction.md
|
|
588
565
|
- docs/WalletSaleTransactionAllOf.md
|
|
589
|
-
- first_data_gateway-1.7.0.gem
|
|
590
566
|
- first_data_gateway.gemspec
|
|
591
567
|
- git_push.sh
|
|
592
568
|
- lib/openapi_client.rb
|
|
593
569
|
- lib/openapi_client/.DS_Store
|
|
594
570
|
- lib/openapi_client/api/authentication_api.rb
|
|
595
|
-
- lib/openapi_client/api/card_info_lookup_api.rb
|
|
596
|
-
- lib/openapi_client/api/card_verification_api.rb
|
|
597
571
|
- lib/openapi_client/api/currency_conversion_api.rb
|
|
598
572
|
- lib/openapi_client/api/fraud_detect_api.rb
|
|
599
573
|
- lib/openapi_client/api/information_lookup_api.rb
|
|
@@ -656,7 +630,6 @@ files:
|
|
|
656
630
|
- lib/openapi_client/models/borders.rb
|
|
657
631
|
- lib/openapi_client/models/branding_style_configuration_request.rb
|
|
658
632
|
- lib/openapi_client/models/branding_style_configuration_response.rb
|
|
659
|
-
- lib/openapi_client/models/branding_style_configuration_response_all_of.rb
|
|
660
633
|
- lib/openapi_client/models/branding_style_configuration_result.rb
|
|
661
634
|
- lib/openapi_client/models/button.rb
|
|
662
635
|
- lib/openapi_client/models/car_rental.rb
|
|
@@ -666,7 +639,6 @@ files:
|
|
|
666
639
|
- lib/openapi_client/models/card_info.rb
|
|
667
640
|
- lib/openapi_client/models/card_info_lookup_request.rb
|
|
668
641
|
- lib/openapi_client/models/card_info_lookup_response.rb
|
|
669
|
-
- lib/openapi_client/models/card_info_lookup_response_all_of.rb
|
|
670
642
|
- lib/openapi_client/models/card_verification_request.rb
|
|
671
643
|
- lib/openapi_client/models/china_domestic.rb
|
|
672
644
|
- lib/openapi_client/models/china_domestic_payment_method.rb
|
|
@@ -678,7 +650,6 @@ files:
|
|
|
678
650
|
- lib/openapi_client/models/clearing_element.rb
|
|
679
651
|
- lib/openapi_client/models/client_locale.rb
|
|
680
652
|
- lib/openapi_client/models/client_registration.rb
|
|
681
|
-
- lib/openapi_client/models/client_registration_all_of.rb
|
|
682
653
|
- lib/openapi_client/models/combined_mode.rb
|
|
683
654
|
- lib/openapi_client/models/connect_mode.rb
|
|
684
655
|
- lib/openapi_client/models/contact.rb
|
|
@@ -686,9 +657,9 @@ files:
|
|
|
686
657
|
- lib/openapi_client/models/country_profile.rb
|
|
687
658
|
- lib/openapi_client/models/create_payment_token.rb
|
|
688
659
|
- lib/openapi_client/models/currency_conversion.rb
|
|
660
|
+
- lib/openapi_client/models/currency_conversion_response.rb
|
|
689
661
|
- lib/openapi_client/models/customer.rb
|
|
690
662
|
- lib/openapi_client/models/customer_address.rb
|
|
691
|
-
- lib/openapi_client/models/customer_address_all_of.rb
|
|
692
663
|
- lib/openapi_client/models/dcc.rb
|
|
693
664
|
- lib/openapi_client/models/dcc_all_of.rb
|
|
694
665
|
- lib/openapi_client/models/dcc_exchange_rate_request.rb
|
|
@@ -703,11 +674,9 @@ files:
|
|
|
703
674
|
- lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method.rb
|
|
704
675
|
- lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method_all_of.rb
|
|
705
676
|
- lib/openapi_client/models/delete_branding_style_configuration_response.rb
|
|
706
|
-
- lib/openapi_client/models/delete_branding_style_configuration_response_all_of.rb
|
|
707
677
|
- lib/openapi_client/models/device.rb
|
|
708
678
|
- lib/openapi_client/models/disbursement.rb
|
|
709
679
|
- lib/openapi_client/models/disbursement_transaction_type.rb
|
|
710
|
-
- lib/openapi_client/models/disbursement_transaction_type_all_of.rb
|
|
711
680
|
- lib/openapi_client/models/document.rb
|
|
712
681
|
- lib/openapi_client/models/dynamic_pricing.rb
|
|
713
682
|
- lib/openapi_client/models/dynamic_pricing_all_of.rb
|
|
@@ -730,10 +699,9 @@ files:
|
|
|
730
699
|
- lib/openapi_client/models/error_details.rb
|
|
731
700
|
- lib/openapi_client/models/error_message.rb
|
|
732
701
|
- lib/openapi_client/models/error_response.rb
|
|
733
|
-
- lib/openapi_client/models/
|
|
702
|
+
- lib/openapi_client/models/exchange_rate_details.rb
|
|
734
703
|
- lib/openapi_client/models/exchange_rate_request.rb
|
|
735
704
|
- lib/openapi_client/models/exchange_rate_response.rb
|
|
736
|
-
- lib/openapi_client/models/exchange_rate_response_all_of.rb
|
|
737
705
|
- lib/openapi_client/models/expiration.rb
|
|
738
706
|
- lib/openapi_client/models/font_face.rb
|
|
739
707
|
- lib/openapi_client/models/font_properties.rb
|
|
@@ -751,10 +719,8 @@ files:
|
|
|
751
719
|
- lib/openapi_client/models/fraud_score.rb
|
|
752
720
|
- lib/openapi_client/models/fraud_settings.rb
|
|
753
721
|
- lib/openapi_client/models/fraud_settings_response.rb
|
|
754
|
-
- lib/openapi_client/models/fraud_settings_response_all_of.rb
|
|
755
722
|
- lib/openapi_client/models/frequency.rb
|
|
756
723
|
- lib/openapi_client/models/funding_transaction_type.rb
|
|
757
|
-
- lib/openapi_client/models/funding_transaction_type_all_of.rb
|
|
758
724
|
- lib/openapi_client/models/header.rb
|
|
759
725
|
- lib/openapi_client/models/hover.rb
|
|
760
726
|
- lib/openapi_client/models/id_info.rb
|
|
@@ -781,7 +747,6 @@ files:
|
|
|
781
747
|
- lib/openapi_client/models/order.rb
|
|
782
748
|
- lib/openapi_client/models/order_error_response.rb
|
|
783
749
|
- lib/openapi_client/models/order_response.rb
|
|
784
|
-
- lib/openapi_client/models/order_response_all_of.rb
|
|
785
750
|
- lib/openapi_client/models/pay_pal.rb
|
|
786
751
|
- lib/openapi_client/models/pay_pal_payment_method.rb
|
|
787
752
|
- lib/openapi_client/models/pay_pal_payment_method_all_of.rb
|
|
@@ -826,11 +791,9 @@ files:
|
|
|
826
791
|
- lib/openapi_client/models/payment_method_payment_schedules_request_all_of.rb
|
|
827
792
|
- lib/openapi_client/models/payment_method_type.rb
|
|
828
793
|
- lib/openapi_client/models/payment_registration.rb
|
|
829
|
-
- lib/openapi_client/models/payment_registration_all_of.rb
|
|
830
794
|
- lib/openapi_client/models/payment_schedules_error_response.rb
|
|
831
795
|
- lib/openapi_client/models/payment_schedules_request.rb
|
|
832
796
|
- lib/openapi_client/models/payment_schedules_response.rb
|
|
833
|
-
- lib/openapi_client/models/payment_schedules_response_all_of.rb
|
|
834
797
|
- lib/openapi_client/models/payment_token_credit_transaction.rb
|
|
835
798
|
- lib/openapi_client/models/payment_token_credit_transaction_all_of.rb
|
|
836
799
|
- lib/openapi_client/models/payment_token_details.rb
|
|
@@ -846,20 +809,16 @@ files:
|
|
|
846
809
|
- lib/openapi_client/models/payment_token_sale_transaction.rb
|
|
847
810
|
- lib/openapi_client/models/payment_token_sale_transaction_all_of.rb
|
|
848
811
|
- lib/openapi_client/models/payment_token_update_response.rb
|
|
849
|
-
- lib/openapi_client/models/payment_token_update_response_all_of.rb
|
|
850
812
|
- lib/openapi_client/models/payment_token_verification_request.rb
|
|
851
813
|
- lib/openapi_client/models/payment_token_verification_request_all_of.rb
|
|
852
814
|
- lib/openapi_client/models/payment_tokenization_error_response.rb
|
|
853
815
|
- lib/openapi_client/models/payment_tokenization_request.rb
|
|
854
816
|
- lib/openapi_client/models/payment_tokenization_response.rb
|
|
855
|
-
- lib/openapi_client/models/payment_tokenization_response_all_of.rb
|
|
856
817
|
- lib/openapi_client/models/payment_url_detail.rb
|
|
857
818
|
- lib/openapi_client/models/payment_url_detail_response.rb
|
|
858
|
-
- lib/openapi_client/models/payment_url_detail_response_all_of.rb
|
|
859
819
|
- lib/openapi_client/models/payment_url_error_response.rb
|
|
860
820
|
- lib/openapi_client/models/payment_url_request.rb
|
|
861
821
|
- lib/openapi_client/models/payment_url_response.rb
|
|
862
|
-
- lib/openapi_client/models/payment_url_response_all_of.rb
|
|
863
822
|
- lib/openapi_client/models/payment_url_status.rb
|
|
864
823
|
- lib/openapi_client/models/paypal_credit_transaction.rb
|
|
865
824
|
- lib/openapi_client/models/paypal_credit_transaction_all_of.rb
|
|
@@ -874,17 +833,17 @@ files:
|
|
|
874
833
|
- lib/openapi_client/models/purchase_cards_level2.rb
|
|
875
834
|
- lib/openapi_client/models/purchase_cards_level3.rb
|
|
876
835
|
- lib/openapi_client/models/purchase_cards_level3_line_items.rb
|
|
836
|
+
- lib/openapi_client/models/receipt.rb
|
|
837
|
+
- lib/openapi_client/models/receipt_request_info.rb
|
|
877
838
|
- lib/openapi_client/models/receiver_info.rb
|
|
878
839
|
- lib/openapi_client/models/recurring_payment_details.rb
|
|
879
840
|
- lib/openapi_client/models/recurring_payment_details_response.rb
|
|
880
|
-
- lib/openapi_client/models/recurring_payment_details_response_all_of.rb
|
|
881
841
|
- lib/openapi_client/models/referenced_order_payment_schedules_request.rb
|
|
882
842
|
- lib/openapi_client/models/referenced_order_payment_schedules_request_all_of.rb
|
|
883
843
|
- lib/openapi_client/models/referenced_order_payment_tokenization_request.rb
|
|
884
844
|
- lib/openapi_client/models/referenced_order_payment_tokenization_request_all_of.rb
|
|
885
845
|
- lib/openapi_client/models/registration_method.rb
|
|
886
846
|
- lib/openapi_client/models/remove_fraud_blocked_items_response.rb
|
|
887
|
-
- lib/openapi_client/models/remove_fraud_blocked_items_response_all_of.rb
|
|
888
847
|
- lib/openapi_client/models/response_amount_components.rb
|
|
889
848
|
- lib/openapi_client/models/response_amount_components_all_of.rb
|
|
890
849
|
- lib/openapi_client/models/response_type.rb
|
|
@@ -896,7 +855,6 @@ files:
|
|
|
896
855
|
- lib/openapi_client/models/score_only_response_fraud_score_explanations.rb
|
|
897
856
|
- lib/openapi_client/models/secondary_transaction.rb
|
|
898
857
|
- lib/openapi_client/models/secure3_d10_authentication_request.rb
|
|
899
|
-
- lib/openapi_client/models/secure3_d10_authentication_request_all_of.rb
|
|
900
858
|
- lib/openapi_client/models/secure3_d10_authentication_result.rb
|
|
901
859
|
- lib/openapi_client/models/secure3_d10_authentication_result_all_of.rb
|
|
902
860
|
- lib/openapi_client/models/secure3_d10_authentication_update_request.rb
|
|
@@ -920,7 +878,6 @@ files:
|
|
|
920
878
|
- lib/openapi_client/models/sepa_sale_transaction_all_of.rb
|
|
921
879
|
- lib/openapi_client/models/shared_secret_configuration_request.rb
|
|
922
880
|
- lib/openapi_client/models/shared_secret_configuration_response.rb
|
|
923
|
-
- lib/openapi_client/models/shared_secret_configuration_response_all_of.rb
|
|
924
881
|
- lib/openapi_client/models/ship_to_address.rb
|
|
925
882
|
- lib/openapi_client/models/shipping.rb
|
|
926
883
|
- lib/openapi_client/models/soft_descriptor.rb
|
|
@@ -933,7 +890,6 @@ files:
|
|
|
933
890
|
- lib/openapi_client/models/store_url_configuration.rb
|
|
934
891
|
- lib/openapi_client/models/store_url_configuration_request.rb
|
|
935
892
|
- lib/openapi_client/models/store_url_configuration_response.rb
|
|
936
|
-
- lib/openapi_client/models/store_url_configuration_response_all_of.rb
|
|
937
893
|
- lib/openapi_client/models/store_url_configuration_result.rb
|
|
938
894
|
- lib/openapi_client/models/stored_credential.rb
|
|
939
895
|
- lib/openapi_client/models/sub_merchant_data.rb
|
|
@@ -941,7 +897,6 @@ files:
|
|
|
941
897
|
- lib/openapi_client/models/tele_check_ach_payment_method.rb
|
|
942
898
|
- lib/openapi_client/models/tele_check_ach_payment_method_ach_bill_to.rb
|
|
943
899
|
- lib/openapi_client/models/tele_check_cbp_payment_method.rb
|
|
944
|
-
- lib/openapi_client/models/tele_check_cbp_payment_method_all_of.rb
|
|
945
900
|
- lib/openapi_client/models/tele_check_ica_payment_method.rb
|
|
946
901
|
- lib/openapi_client/models/tele_check_ica_payment_method_all_of.rb
|
|
947
902
|
- lib/openapi_client/models/text.rb
|
|
@@ -951,7 +906,6 @@ files:
|
|
|
951
906
|
- lib/openapi_client/models/transaction_error_response.rb
|
|
952
907
|
- lib/openapi_client/models/transaction_origin.rb
|
|
953
908
|
- lib/openapi_client/models/transaction_response.rb
|
|
954
|
-
- lib/openapi_client/models/transaction_response_all_of.rb
|
|
955
909
|
- lib/openapi_client/models/transaction_type.rb
|
|
956
910
|
- lib/openapi_client/models/union_pay_authentication_request.rb
|
|
957
911
|
- lib/openapi_client/models/union_pay_authentication_request_all_of.rb
|
|
@@ -959,10 +913,8 @@ files:
|
|
|
959
913
|
- lib/openapi_client/models/union_pay_authentication_update_request_all_of.rb
|
|
960
914
|
- lib/openapi_client/models/update_email_settings_request.rb
|
|
961
915
|
- lib/openapi_client/models/update_email_settings_response.rb
|
|
962
|
-
- lib/openapi_client/models/update_email_settings_response_all_of.rb
|
|
963
916
|
- lib/openapi_client/models/update_fraud_settings_request.rb
|
|
964
917
|
- lib/openapi_client/models/update_fraud_settings_response.rb
|
|
965
|
-
- lib/openapi_client/models/update_fraud_settings_response_all_of.rb
|
|
966
918
|
- lib/openapi_client/models/update_payment_token.rb
|
|
967
919
|
- lib/openapi_client/models/use_payment_token.rb
|
|
968
920
|
- lib/openapi_client/models/verification3ds.rb
|
|
@@ -970,7 +922,6 @@ files:
|
|
|
970
922
|
- lib/openapi_client/models/verification_cvv.rb
|
|
971
923
|
- lib/openapi_client/models/void_pre_auth_transactions.rb
|
|
972
924
|
- lib/openapi_client/models/void_transaction.rb
|
|
973
|
-
- lib/openapi_client/models/void_transaction_all_of.rb
|
|
974
925
|
- lib/openapi_client/models/wallet_payment_method.rb
|
|
975
926
|
- lib/openapi_client/models/wallet_pre_auth_transaction.rb
|
|
976
927
|
- lib/openapi_client/models/wallet_pre_auth_transaction_all_of.rb
|