first_data_gateway 1.5.0 → 1.6.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/README.md +2 -1
- data/docs/ACSResponse.md +17 -0
- data/docs/AccessTokenRequest.md +21 -0
- data/docs/AccessTokenResponse.md +13 -5
- data/docs/AdditionalDetails.md +7 -1
- data/docs/AuthenticationApi.md +5 -3
- data/docs/AuthenticationRequest.md +17 -0
- data/docs/AuthenticationResult.md +17 -0
- data/docs/AuthenticationUpdateRequest.md +21 -0
- data/docs/Background.md +23 -0
- data/docs/BackgroundColor.md +21 -0
- data/docs/Body.md +17 -0
- data/docs/Borders.md +17 -0
- data/docs/BrandingStyleConfigurationRequest.md +17 -0
- data/docs/BrandingStyleConfigurationResponse.md +23 -0
- data/docs/BrandingStyleConfigurationResult.md +19 -0
- data/docs/Button.md +19 -0
- data/docs/ClassicMode.md +35 -0
- data/docs/ClearingDetails.md +25 -0
- data/docs/ClearingElement.md +21 -0
- data/docs/CombinedMode.md +23 -0
- data/docs/{Secure3dAuthenticationRequest.md → ConnectMode.md} +2 -2
- data/docs/Content.md +17 -0
- data/docs/DeleteBrandingStyleConfigurationResponse.md +25 -0
- data/docs/EndpointResponse.md +21 -0
- data/docs/Expiration.md +1 -1
- data/docs/FontFace.md +16 -0
- data/docs/FontProperties.md +23 -0
- data/docs/FontWeight.md +16 -0
- data/docs/Footer.md +17 -0
- data/docs/Header.md +17 -0
- data/docs/Hover.md +17 -0
- data/docs/IndustrySpecificExtensions.md +3 -1
- data/docs/InitiateClearingResponse.md +27 -0
- data/docs/InitiateClearingResponseAllOf.md +21 -0
- data/docs/Logo.md +21 -0
- data/docs/Mcc6012.md +27 -0
- data/docs/Mobile.md +19 -0
- data/docs/MobileHeaderArea.md +17 -0
- data/docs/PaymentApi.md +4 -4
- data/docs/PaymentCard.md +0 -2
- data/docs/PaymentCardPreAuthTransaction.md +5 -1
- data/docs/PaymentCardPreAuthTransactionAllOf.md +5 -1
- data/docs/PaymentCardSaleTransaction.md +5 -1
- data/docs/PaymentCardSaleTransactionAllOf.md +5 -1
- data/docs/PaymentTokenApi.md +66 -0
- data/docs/PaymentTokenPreAuthTransaction.md +5 -1
- data/docs/PaymentTokenPreAuthTransactionAllOf.md +5 -1
- data/docs/PaymentTokenSaleTransaction.md +5 -1
- data/docs/PaymentTokenSaleTransactionAllOf.md +5 -1
- data/docs/PaymentUrlRequest.md +1 -1
- data/docs/Primary.md +17 -0
- data/docs/Properties.md +25 -0
- data/docs/SecondaryTransaction.md +3 -1
- data/docs/Secure3D10AuthenticationRequest.md +16 -0
- data/docs/{Secure3dAuthenticationVerificationRequest.md → Secure3D10AuthenticationUpdateRequest.md} +5 -3
- data/docs/{Secure3dAuthenticationVerificationRequestAllOf.md → Secure3D10AuthenticationUpdateRequestAllOf.md} +5 -3
- data/docs/Secure3D21AuthenticationRequest.md +23 -0
- data/docs/Secure3D21AuthenticationRequestAllOf.md +23 -0
- data/docs/Secure3D21AuthenticationResult.md +1 -1
- data/docs/Secure3D21AuthenticationResultAllOf.md +1 -1
- data/docs/Secure3D21AuthenticationUpdateRequest.md +19 -0
- data/docs/Secure3D21AuthenticationUpdateRequestAllOf.md +19 -0
- data/docs/Secure3DAuthenticationResponse.md +23 -0
- data/docs/Secure3DAuthenticationResponseParams.md +27 -0
- data/docs/Secure3DAuthenticationResponseSecure3dMethod.md +35 -0
- data/docs/StoreBrandingStyleConfiguration.md +21 -0
- data/docs/StoredCredential.md +1 -1
- data/docs/Text.md +19 -0
- data/docs/Title.md +17 -0
- data/docs/TopBar.md +17 -0
- data/docs/TransactionErrorResponse.md +2 -2
- data/docs/TransactionResponse.md +2 -2
- data/docs/UnionPayAuthenticationUpdateRequest.md +19 -0
- data/docs/UnionPayAuthenticationUpdateRequestAllOf.md +19 -0
- data/first_data_gateway.gemspec +1 -2
- data/lib/openapi_client/api/authentication_api.rb +13 -5
- data/lib/openapi_client/api/card_info_lookup_api.rb +1 -1
- data/lib/openapi_client/api/card_verification_api.rb +1 -1
- data/lib/openapi_client/api/currency_conversion_api.rb +1 -1
- data/lib/openapi_client/api/fraud_detect_api.rb +1 -1
- data/lib/openapi_client/api/order_api.rb +1 -1
- data/lib/openapi_client/api/payment_api.rb +10 -10
- data/lib/openapi_client/api/payment_schedules_api.rb +1 -1
- data/lib/openapi_client/api/payment_token_api.rb +108 -1
- data/lib/openapi_client/api/payment_url_api.rb +1 -1
- data/lib/openapi_client/api_client.rb +1 -1
- data/lib/openapi_client/api_error.rb +1 -1
- data/lib/openapi_client/configuration.rb +1 -2
- data/lib/openapi_client/models/access_token_request.rb +233 -0
- data/lib/openapi_client/models/access_token_response.rb +61 -55
- data/lib/openapi_client/models/account_updater_response.rb +1 -1
- data/lib/openapi_client/models/acs_response.rb +198 -0
- data/lib/openapi_client/models/additional_amount_rate.rb +1 -1
- data/lib/openapi_client/models/additional_details.rb +87 -5
- data/lib/openapi_client/models/additional_transaction_details.rb +1 -1
- data/lib/openapi_client/models/address.rb +1 -1
- data/lib/openapi_client/models/airline.rb +1 -1
- data/lib/openapi_client/models/airline_ancillary_service_category.rb +1 -1
- data/lib/openapi_client/models/airline_travel_route.rb +1 -1
- data/lib/openapi_client/models/ali_pay.rb +1 -1
- data/lib/openapi_client/models/ali_pay_payment_method.rb +1 -1
- data/lib/openapi_client/models/ali_pay_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/ali_pay_sale_transaction.rb +1 -1
- data/lib/openapi_client/models/ali_pay_sale_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/amount.rb +1 -1
- data/lib/openapi_client/models/amount_components.rb +1 -1
- data/lib/openapi_client/models/{authentication.rb → authentication_request.rb} +16 -16
- data/lib/openapi_client/models/authentication_result.rb +208 -0
- data/lib/openapi_client/models/{authentication_verification_request.rb → authentication_update_request.rb} +17 -27
- data/lib/openapi_client/models/avs_response.rb +1 -1
- data/lib/openapi_client/models/{authentication_redirect_params.rb → background.rb} +33 -27
- data/lib/openapi_client/models/background_color.rb +215 -0
- data/lib/openapi_client/models/bancontact_qr.rb +1 -1
- data/lib/openapi_client/models/basic_response.rb +1 -1
- data/lib/openapi_client/models/billing.rb +1 -1
- data/lib/openapi_client/models/billing_address.rb +1 -1
- data/lib/openapi_client/models/block_card.rb +1 -1
- data/lib/openapi_client/models/block_domain.rb +1 -1
- data/lib/openapi_client/models/block_ip_address.rb +1 -1
- data/lib/openapi_client/models/block_name.rb +1 -1
- data/lib/openapi_client/models/blocked_card_number.rb +1 -1
- data/lib/openapi_client/models/blocked_items.rb +1 -1
- data/lib/openapi_client/models/body.rb +214 -0
- data/lib/openapi_client/models/borders.rb +214 -0
- data/lib/openapi_client/models/{secure3d_authentication_request_all_of.rb → branding_style_configuration_request.rb} +14 -12
- data/lib/openapi_client/models/branding_style_configuration_response.rb +234 -0
- data/lib/openapi_client/models/branding_style_configuration_result.rb +207 -0
- data/lib/openapi_client/models/button.rb +206 -0
- data/lib/openapi_client/models/car_rental.rb +1 -1
- data/lib/openapi_client/models/car_rental_extra_charges.rb +1 -1
- data/lib/openapi_client/models/card.rb +1 -1
- data/lib/openapi_client/models/card_function.rb +1 -1
- data/lib/openapi_client/models/card_info.rb +1 -1
- data/lib/openapi_client/models/card_info_lookup_request.rb +1 -1
- data/lib/openapi_client/models/card_info_lookup_response.rb +1 -1
- data/lib/openapi_client/models/card_verification_request.rb +1 -1
- data/lib/openapi_client/models/china_domestic.rb +1 -1
- data/lib/openapi_client/models/china_domestic_payment_method.rb +1 -1
- data/lib/openapi_client/models/china_domestic_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/china_pn_r_sale_transaction.rb +1 -1
- data/lib/openapi_client/models/china_pn_r_sale_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/classic_mode.rb +278 -0
- data/lib/openapi_client/models/clearing_details.rb +329 -0
- data/lib/openapi_client/models/clearing_element.rb +218 -0
- data/lib/openapi_client/models/client_locale.rb +1 -1
- data/lib/openapi_client/models/client_registration.rb +1 -1
- data/lib/openapi_client/models/combined_mode.rb +224 -0
- data/lib/openapi_client/models/connect_mode.rb +36 -0
- data/lib/openapi_client/models/contact.rb +1 -1
- data/lib/openapi_client/models/content.rb +214 -0
- data/lib/openapi_client/models/country_profile.rb +1 -1
- data/lib/openapi_client/models/create_payment_token.rb +1 -1
- data/lib/openapi_client/models/currency_conversion.rb +1 -1
- data/lib/openapi_client/models/customer.rb +1 -1
- data/lib/openapi_client/models/customer_address.rb +1 -1
- data/lib/openapi_client/models/dcc.rb +1 -1
- data/lib/openapi_client/models/dcc_all_of.rb +1 -1
- data/lib/openapi_client/models/dcc_exchange_rate_request.rb +1 -1
- data/lib/openapi_client/models/dcc_exchange_rate_request_all_of.rb +1 -1
- data/lib/openapi_client/models/decrypted_apple_pay.rb +1 -1
- data/lib/openapi_client/models/decrypted_apple_pay_wallet_payment_method.rb +1 -1
- data/lib/openapi_client/models/decrypted_apple_pay_wallet_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/decrypted_google_pay.rb +1 -1
- data/lib/openapi_client/models/decrypted_google_pay_wallet_payment_method.rb +1 -1
- data/lib/openapi_client/models/decrypted_google_pay_wallet_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/decrypted_samsung_pay.rb +1 -1
- data/lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method.rb +1 -1
- data/lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/{void_transaction_all_of.rb → delete_branding_style_configuration_response.rb} +46 -35
- data/lib/openapi_client/models/device.rb +1 -1
- data/lib/openapi_client/models/disbursement.rb +1 -1
- data/lib/openapi_client/models/disbursement_transaction_type.rb +1 -1
- data/lib/openapi_client/models/disbursement_transaction_type_all_of.rb +1 -1
- data/lib/openapi_client/models/document.rb +1 -1
- data/lib/openapi_client/models/dynamic_pricing.rb +1 -1
- data/lib/openapi_client/models/dynamic_pricing_all_of.rb +1 -1
- data/lib/openapi_client/models/dynamic_pricing_exchange_rate_request.rb +1 -1
- data/lib/openapi_client/models/dynamic_pricing_exchange_rate_request_all_of.rb +1 -1
- data/lib/openapi_client/models/encrypted_apple_pay.rb +1 -1
- data/lib/openapi_client/models/encrypted_apple_pay_header.rb +1 -1
- data/lib/openapi_client/models/encrypted_apple_pay_wallet_payment_method.rb +14 -14
- data/lib/openapi_client/models/encrypted_apple_pay_wallet_payment_method_all_of.rb +14 -14
- data/lib/openapi_client/models/encrypted_google_pay.rb +1 -1
- data/lib/openapi_client/models/encrypted_google_pay_data.rb +1 -1
- data/lib/openapi_client/models/encrypted_google_pay_wallet_payment_method.rb +1 -1
- data/lib/openapi_client/models/encrypted_google_pay_wallet_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/encrypted_samsung_pay.rb +1 -1
- data/lib/openapi_client/models/encrypted_samsung_pay_wallet_payment_method.rb +1 -1
- data/lib/openapi_client/models/encrypted_samsung_pay_wallet_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/endpoint_response.rb +252 -0
- data/lib/openapi_client/models/error.rb +1 -1
- data/lib/openapi_client/models/error_details.rb +1 -1
- data/lib/openapi_client/models/error_message.rb +1 -1
- data/lib/openapi_client/models/error_response.rb +1 -1
- data/lib/openapi_client/models/exchange_rate_request.rb +1 -1
- data/lib/openapi_client/models/exchange_rate_response.rb +1 -1
- data/lib/openapi_client/models/expiration.rb +11 -11
- data/lib/openapi_client/models/font_face.rb +39 -0
- data/lib/openapi_client/models/font_properties.rb +243 -0
- data/lib/openapi_client/models/font_weight.rb +36 -0
- data/lib/openapi_client/models/footer.rb +214 -0
- data/lib/openapi_client/models/fraud_address.rb +1 -1
- data/lib/openapi_client/models/fraud_order.rb +1 -1
- data/lib/openapi_client/models/fraud_order_items.rb +1 -1
- data/lib/openapi_client/models/fraud_registration.rb +1 -1
- data/lib/openapi_client/models/fraud_registration_card.rb +1 -1
- data/lib/openapi_client/models/fraud_registration_device.rb +1 -1
- data/lib/openapi_client/models/fraud_registration_device_items.rb +1 -1
- data/lib/openapi_client/models/fraud_registration_error.rb +1 -1
- data/lib/openapi_client/models/fraud_registration_response.rb +1 -1
- data/lib/openapi_client/models/fraud_score.rb +1 -1
- data/lib/openapi_client/models/fraud_settings.rb +1 -1
- data/lib/openapi_client/models/fraud_settings_response.rb +1 -1
- data/lib/openapi_client/models/frequency.rb +1 -1
- data/lib/openapi_client/models/funding_transaction_type.rb +1 -1
- data/lib/openapi_client/models/funding_transaction_type_all_of.rb +1 -1
- data/lib/openapi_client/models/header.rb +214 -0
- data/lib/openapi_client/models/hover.rb +214 -0
- data/lib/openapi_client/models/industry_specific_extensions.rb +14 -5
- data/lib/openapi_client/models/initiate_clearing_response.rb +289 -0
- data/lib/openapi_client/models/initiate_clearing_response_all_of.rb +281 -0
- data/lib/openapi_client/models/installment_options.rb +1 -1
- data/lib/openapi_client/models/issuer_response.rb +1 -1
- data/lib/openapi_client/models/items.rb +1 -1
- data/lib/openapi_client/models/location.rb +1 -1
- data/lib/openapi_client/models/lockout_time.rb +1 -1
- data/lib/openapi_client/models/lodging.rb +1 -1
- data/lib/openapi_client/models/lodging_extra_charges.rb +1 -1
- data/lib/openapi_client/models/logo.rb +267 -0
- data/lib/openapi_client/models/loyalty.rb +1 -1
- data/lib/openapi_client/models/maximum_purchase_amount.rb +1 -1
- data/lib/openapi_client/models/mcc6012.rb +338 -0
- data/lib/openapi_client/models/merchant.rb +1 -1
- data/lib/openapi_client/models/method.rb +1 -1
- data/lib/openapi_client/models/mobile.rb +207 -0
- data/lib/openapi_client/models/mobile_header_area.rb +214 -0
- data/lib/openapi_client/models/order.rb +1 -1
- data/lib/openapi_client/models/order_error_response.rb +1 -1
- data/lib/openapi_client/models/order_response.rb +1 -1
- data/lib/openapi_client/models/pay_pal.rb +1 -1
- data/lib/openapi_client/models/pay_pal_payment_method.rb +1 -1
- data/lib/openapi_client/models/pay_pal_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/payment.rb +1 -1
- data/lib/openapi_client/models/payment_card.rb +2 -11
- data/lib/openapi_client/models/payment_card_credit_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_card_disbursement_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_card_disbursement_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_card_forced_ticket_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_card_forced_ticket_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_card_payer_auth_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_card_payer_auth_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_card_payment_method.rb +1 -1
- data/lib/openapi_client/models/payment_card_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_card_payment_tokenization_request.rb +1 -1
- data/lib/openapi_client/models/payment_card_payment_tokenization_request_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_card_pre_auth_transaction.rb +23 -5
- data/lib/openapi_client/models/payment_card_pre_auth_transaction_all_of.rb +23 -5
- data/lib/openapi_client/models/payment_card_sale_transaction.rb +23 -5
- data/lib/openapi_client/models/payment_card_sale_transaction_all_of.rb +23 -5
- data/lib/openapi_client/models/payment_device.rb +1 -1
- data/lib/openapi_client/models/payment_device_credit_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_device_credit_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_device_disbursement_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_device_disbursement_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_device_payment_method.rb +1 -1
- data/lib/openapi_client/models/payment_device_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_device_payment_tokenization_request.rb +1 -1
- data/lib/openapi_client/models/payment_device_payment_tokenization_request_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_device_pre_auth_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_device_pre_auth_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_device_sale_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_device_sale_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_facilitator.rb +1 -1
- data/lib/openapi_client/models/payment_method_details.rb +1 -1
- data/lib/openapi_client/models/payment_method_payment_schedules_request.rb +1 -1
- data/lib/openapi_client/models/payment_method_payment_schedules_request_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_method_type.rb +1 -1
- data/lib/openapi_client/models/payment_registration.rb +1 -1
- data/lib/openapi_client/models/payment_schedules_error_response.rb +1 -1
- data/lib/openapi_client/models/payment_schedules_request.rb +1 -1
- data/lib/openapi_client/models/payment_schedules_response.rb +1 -1
- data/lib/openapi_client/models/payment_token_credit_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_token_credit_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_token_details.rb +1 -1
- data/lib/openapi_client/models/payment_token_details_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_token_disbursement_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_token_disbursement_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_token_payment_method.rb +1 -1
- data/lib/openapi_client/models/payment_token_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_token_pre_auth_transaction.rb +23 -5
- data/lib/openapi_client/models/payment_token_pre_auth_transaction_all_of.rb +23 -5
- data/lib/openapi_client/models/payment_token_sale_transaction.rb +23 -5
- data/lib/openapi_client/models/payment_token_sale_transaction_all_of.rb +23 -5
- data/lib/openapi_client/models/payment_tokenization_error_response.rb +1 -1
- data/lib/openapi_client/models/payment_tokenization_request.rb +1 -1
- data/lib/openapi_client/models/payment_tokenization_response.rb +1 -1
- data/lib/openapi_client/models/payment_url_detail.rb +1 -1
- data/lib/openapi_client/models/payment_url_detail_response.rb +1 -1
- data/lib/openapi_client/models/payment_url_error_response.rb +1 -1
- data/lib/openapi_client/models/payment_url_request.rb +1 -1
- data/lib/openapi_client/models/payment_url_response.rb +1 -1
- data/lib/openapi_client/models/payment_url_status.rb +1 -1
- data/lib/openapi_client/models/paypal_credit_transaction.rb +1 -1
- data/lib/openapi_client/models/paypal_credit_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/phone.rb +1 -1
- data/lib/openapi_client/models/post_auth_transaction.rb +11 -2
- data/lib/openapi_client/models/post_auth_transaction_all_of.rb +11 -2
- data/lib/openapi_client/models/primary.rb +214 -0
- data/lib/openapi_client/models/primary_transaction.rb +1 -1
- data/lib/openapi_client/models/processor_data.rb +1 -1
- data/lib/openapi_client/models/properties.rb +270 -0
- data/lib/openapi_client/models/purchase_cards.rb +1 -1
- data/lib/openapi_client/models/purchase_cards_level2.rb +1 -1
- data/lib/openapi_client/models/purchase_cards_level3.rb +1 -1
- data/lib/openapi_client/models/purchase_cards_level3_line_items.rb +1 -1
- data/lib/openapi_client/models/receiver_info.rb +39 -30
- data/lib/openapi_client/models/recurring_payment_details.rb +1 -1
- data/lib/openapi_client/models/recurring_payment_details_response.rb +1 -1
- data/lib/openapi_client/models/referenced_order_payment_schedules_request.rb +1 -1
- data/lib/openapi_client/models/referenced_order_payment_schedules_request_all_of.rb +1 -1
- data/lib/openapi_client/models/referenced_order_payment_tokenization_request.rb +1 -1
- data/lib/openapi_client/models/referenced_order_payment_tokenization_request_all_of.rb +1 -1
- data/lib/openapi_client/models/registration_method.rb +1 -1
- data/lib/openapi_client/models/remove_fraud_blocked_items_response.rb +1 -1
- data/lib/openapi_client/models/response_amount_components.rb +1 -1
- data/lib/openapi_client/models/response_amount_components_all_of.rb +1 -1
- data/lib/openapi_client/models/response_type.rb +1 -1
- data/lib/openapi_client/models/return_transaction.rb +11 -2
- data/lib/openapi_client/models/return_transaction_all_of.rb +11 -2
- data/lib/openapi_client/models/score_only_request.rb +1 -1
- data/lib/openapi_client/models/score_only_response.rb +1 -1
- data/lib/openapi_client/models/score_only_response_fraud_score.rb +3 -13
- data/lib/openapi_client/models/score_only_response_fraud_score_explanations.rb +1 -1
- data/lib/openapi_client/models/secondary_transaction.rb +14 -5
- data/lib/openapi_client/models/{secure3d_authentication_request.rb → secure3_d10_authentication_request.rb} +14 -14
- data/lib/openapi_client/models/secure3_d10_authentication_result.rb +11 -11
- data/lib/openapi_client/models/secure3_d10_authentication_result_all_of.rb +9 -9
- data/lib/openapi_client/models/{secure3d_authentication_verification_request.rb → secure3_d10_authentication_update_request.rb} +28 -28
- data/lib/openapi_client/models/{secure3d_authentication_verification_request_all_of.rb → secure3_d10_authentication_update_request_all_of.rb} +25 -25
- data/lib/openapi_client/models/secure3_d21_authentication_request.rb +298 -0
- data/lib/openapi_client/models/secure3_d21_authentication_request_all_of.rb +285 -0
- data/lib/openapi_client/models/secure3_d21_authentication_result.rb +12 -12
- data/lib/openapi_client/models/secure3_d21_authentication_result_all_of.rb +10 -10
- data/lib/openapi_client/models/secure3_d21_authentication_update_request.rb +297 -0
- data/lib/openapi_client/models/secure3_d21_authentication_update_request_all_of.rb +284 -0
- data/lib/openapi_client/models/{authentication_redirect.rb → secure3_d_authentication_response.rb} +39 -18
- data/lib/openapi_client/models/secure3_d_authentication_response_params.rb +248 -0
- data/lib/openapi_client/models/secure3_d_authentication_response_secure3d_method.rb +208 -0
- data/lib/openapi_client/models/secure3d_response.rb +1 -1
- data/lib/openapi_client/models/sender_info.rb +39 -30
- data/lib/openapi_client/models/sepa.rb +1 -1
- data/lib/openapi_client/models/sepa_mandate.rb +1 -1
- data/lib/openapi_client/models/sepa_payment_method.rb +1 -1
- data/lib/openapi_client/models/sepa_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/sepa_sale_transaction.rb +1 -1
- data/lib/openapi_client/models/sepa_sale_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/shared_secret_configuration_request.rb +1 -1
- data/lib/openapi_client/models/shared_secret_configuration_response.rb +1 -1
- data/lib/openapi_client/models/ship_to_address.rb +1 -1
- data/lib/openapi_client/models/shipping.rb +1 -1
- data/lib/openapi_client/models/soft_descriptor.rb +1 -1
- data/lib/openapi_client/models/split_shipment.rb +1 -1
- data/lib/openapi_client/models/store_branding_style_configuration.rb +220 -0
- data/lib/openapi_client/models/store_fraud_settings.rb +1 -1
- data/lib/openapi_client/models/store_fraud_settings_result.rb +1 -1
- data/lib/openapi_client/models/store_url_configuration.rb +1 -1
- data/lib/openapi_client/models/store_url_configuration_request.rb +1 -1
- data/lib/openapi_client/models/store_url_configuration_response.rb +1 -1
- data/lib/openapi_client/models/store_url_configuration_result.rb +1 -1
- data/lib/openapi_client/models/stored_credential.rb +7 -7
- data/lib/openapi_client/models/sub_merchant_data.rb +1 -1
- data/lib/openapi_client/models/sub_merchant_split.rb +1 -1
- data/lib/openapi_client/models/text.rb +206 -0
- data/lib/openapi_client/models/title.rb +214 -0
- data/lib/openapi_client/models/token_identifier.rb +1 -1
- data/lib/openapi_client/models/top_bar.rb +214 -0
- data/lib/openapi_client/models/transaction_error_response.rb +8 -8
- data/lib/openapi_client/models/transaction_origin.rb +1 -1
- data/lib/openapi_client/models/transaction_response.rb +8 -8
- data/lib/openapi_client/models/transaction_type.rb +1 -1
- data/lib/openapi_client/models/union_pay_authentication_request.rb +10 -10
- data/lib/openapi_client/models/union_pay_authentication_request_all_of.rb +8 -8
- data/lib/openapi_client/models/{union_pay_authentication_verification_request.rb → union_pay_authentication_update_request.rb} +28 -28
- data/lib/openapi_client/models/{union_pay_authentication_verification_request_all_of.rb → union_pay_authentication_update_request_all_of.rb} +25 -25
- data/lib/openapi_client/models/update_fraud_settings_request.rb +1 -1
- data/lib/openapi_client/models/update_fraud_settings_response.rb +1 -1
- data/lib/openapi_client/models/use_payment_token.rb +1 -1
- data/lib/openapi_client/models/verification3ds.rb +1 -1
- data/lib/openapi_client/models/verification_avs.rb +1 -1
- data/lib/openapi_client/models/verification_cvv.rb +1 -1
- data/lib/openapi_client/models/void_transaction.rb +4 -50
- data/lib/openapi_client/models/wallet_payment_method.rb +1 -1
- data/lib/openapi_client/models/wallet_pre_auth_transaction.rb +1 -1
- data/lib/openapi_client/models/wallet_pre_auth_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/wallet_sale_transaction.rb +1 -1
- data/lib/openapi_client/models/wallet_sale_transaction_all_of.rb +1 -1
- data/lib/openapi_client/version.rb +2 -2
- data/lib/openapi_client.rb +52 -10
- data/lib/simple/gateway.rb +20 -2
- data/spec/api/authentication_api_spec.rb +2 -1
- data/spec/api/card_info_lookup_api_spec.rb +1 -1
- data/spec/api/card_verification_api_spec.rb +1 -1
- data/spec/api/currency_conversion_api_spec.rb +1 -1
- data/spec/api/fraud_detect_api_spec.rb +1 -1
- data/spec/api/order_api_spec.rb +1 -1
- data/spec/api/payment_api_spec.rb +2 -2
- data/spec/api/payment_schedules_api_spec.rb +1 -1
- data/spec/api/payment_token_api_spec.rb +21 -1
- data/spec/api/payment_url_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/access_token_request_spec.rb +53 -0
- data/spec/models/access_token_response_spec.rb +28 -8
- data/spec/models/account_updater_response_spec.rb +1 -1
- data/spec/models/acs_response_spec.rb +41 -0
- data/spec/models/additional_amount_rate_spec.rb +1 -1
- data/spec/models/additional_details_spec.rb +19 -1
- data/spec/models/additional_transaction_details_spec.rb +1 -1
- data/spec/models/address_spec.rb +1 -1
- data/spec/models/airline_ancillary_service_category_spec.rb +1 -1
- data/spec/models/airline_spec.rb +1 -1
- data/spec/models/airline_travel_route_spec.rb +1 -1
- data/spec/models/ali_pay_payment_method_all_of_spec.rb +1 -1
- data/spec/models/ali_pay_payment_method_spec.rb +1 -1
- data/spec/models/ali_pay_sale_transaction_all_of_spec.rb +1 -1
- data/spec/models/ali_pay_sale_transaction_spec.rb +1 -1
- data/spec/models/ali_pay_spec.rb +1 -1
- data/spec/models/amount_components_spec.rb +1 -1
- data/spec/models/amount_spec.rb +1 -1
- data/spec/models/authentication_request_spec.rb +41 -0
- data/spec/models/{authentication_spec.rb → authentication_result_spec.rb} +8 -8
- data/spec/models/{authentication_redirect_params_spec.rb → authentication_update_request_spec.rb} +10 -10
- data/spec/models/avs_response_spec.rb +1 -1
- data/spec/models/background_color_spec.rb +53 -0
- data/spec/models/{authentication_verification_request_spec.rb → background_spec.rb} +11 -11
- data/spec/models/bancontact_qr_spec.rb +1 -1
- data/spec/models/basic_response_spec.rb +1 -1
- data/spec/models/billing_address_spec.rb +1 -1
- data/spec/models/billing_spec.rb +1 -1
- data/spec/models/block_card_spec.rb +1 -1
- data/spec/models/block_domain_spec.rb +1 -1
- data/spec/models/block_ip_address_spec.rb +1 -1
- data/spec/models/block_name_spec.rb +1 -1
- data/spec/models/blocked_card_number_spec.rb +1 -1
- data/spec/models/blocked_items_spec.rb +1 -1
- data/spec/models/body_spec.rb +41 -0
- data/spec/models/borders_spec.rb +41 -0
- data/spec/models/branding_style_configuration_request_spec.rb +41 -0
- data/spec/models/branding_style_configuration_response_spec.rb +59 -0
- data/spec/models/branding_style_configuration_result_spec.rb +47 -0
- data/spec/models/button_spec.rb +47 -0
- data/spec/models/car_rental_extra_charges_spec.rb +1 -1
- data/spec/models/car_rental_spec.rb +1 -1
- data/spec/models/card_function_spec.rb +1 -1
- data/spec/models/card_info_lookup_request_spec.rb +1 -1
- data/spec/models/card_info_lookup_response_spec.rb +1 -1
- data/spec/models/card_info_spec.rb +1 -1
- data/spec/models/card_spec.rb +1 -1
- data/spec/models/card_verification_request_spec.rb +1 -1
- data/spec/models/china_domestic_payment_method_all_of_spec.rb +1 -1
- data/spec/models/china_domestic_payment_method_spec.rb +1 -1
- data/spec/models/china_domestic_spec.rb +1 -1
- data/spec/models/china_pn_r_sale_transaction_all_of_spec.rb +1 -1
- data/spec/models/china_pn_r_sale_transaction_spec.rb +1 -1
- data/spec/models/classic_mode_spec.rb +95 -0
- data/spec/models/clearing_details_spec.rb +65 -0
- data/spec/models/clearing_element_spec.rb +53 -0
- data/spec/models/client_locale_spec.rb +1 -1
- data/spec/models/client_registration_spec.rb +1 -1
- data/spec/models/combined_mode_spec.rb +59 -0
- data/spec/models/connect_mode_spec.rb +35 -0
- data/spec/models/contact_spec.rb +1 -1
- data/spec/models/content_spec.rb +41 -0
- data/spec/models/country_profile_spec.rb +1 -1
- data/spec/models/create_payment_token_spec.rb +1 -1
- data/spec/models/currency_conversion_spec.rb +1 -1
- data/spec/models/customer_address_spec.rb +1 -1
- data/spec/models/customer_spec.rb +1 -1
- data/spec/models/dcc_all_of_spec.rb +1 -1
- data/spec/models/dcc_exchange_rate_request_all_of_spec.rb +1 -1
- data/spec/models/dcc_exchange_rate_request_spec.rb +1 -1
- data/spec/models/dcc_spec.rb +1 -1
- data/spec/models/decrypted_apple_pay_spec.rb +1 -1
- data/spec/models/decrypted_apple_pay_wallet_payment_method_all_of_spec.rb +1 -1
- data/spec/models/decrypted_apple_pay_wallet_payment_method_spec.rb +1 -1
- data/spec/models/decrypted_google_pay_spec.rb +1 -1
- data/spec/models/decrypted_google_pay_wallet_payment_method_all_of_spec.rb +1 -1
- data/spec/models/decrypted_google_pay_wallet_payment_method_spec.rb +1 -1
- data/spec/models/decrypted_samsung_pay_spec.rb +1 -1
- data/spec/models/decrypted_samsung_pay_wallet_payment_method_all_of_spec.rb +1 -1
- data/spec/models/decrypted_samsung_pay_wallet_payment_method_spec.rb +1 -1
- data/spec/models/delete_branding_style_configuration_response_spec.rb +65 -0
- data/spec/models/device_spec.rb +1 -1
- data/spec/models/disbursement_spec.rb +1 -1
- data/spec/models/disbursement_transaction_type_spec.rb +1 -1
- data/spec/models/document_spec.rb +1 -1
- data/spec/models/dynamic_pricing_all_of_spec.rb +1 -1
- data/spec/models/dynamic_pricing_exchange_rate_request_all_of_spec.rb +1 -1
- data/spec/models/dynamic_pricing_exchange_rate_request_spec.rb +1 -1
- data/spec/models/dynamic_pricing_spec.rb +1 -1
- data/spec/models/encrypted_apple_pay_header_spec.rb +1 -1
- data/spec/models/encrypted_apple_pay_spec.rb +1 -1
- data/spec/models/encrypted_apple_pay_wallet_payment_method_all_of_spec.rb +1 -1
- data/spec/models/encrypted_apple_pay_wallet_payment_method_spec.rb +1 -1
- data/spec/models/encrypted_google_pay_data_spec.rb +1 -1
- data/spec/models/encrypted_google_pay_spec.rb +1 -1
- data/spec/models/encrypted_google_pay_wallet_payment_method_all_of_spec.rb +1 -1
- data/spec/models/encrypted_google_pay_wallet_payment_method_spec.rb +1 -1
- data/spec/models/encrypted_samsung_pay_spec.rb +1 -1
- data/spec/models/encrypted_samsung_pay_wallet_payment_method_all_of_spec.rb +1 -1
- data/spec/models/encrypted_samsung_pay_wallet_payment_method_spec.rb +1 -1
- data/spec/models/{authentication_redirect_spec.rb → endpoint_response_spec.rb} +14 -14
- data/spec/models/error_details_spec.rb +1 -1
- data/spec/models/error_message_spec.rb +1 -1
- data/spec/models/error_response_spec.rb +1 -1
- data/spec/models/error_spec.rb +1 -1
- data/spec/models/exchange_rate_request_spec.rb +1 -1
- data/spec/models/exchange_rate_response_spec.rb +1 -1
- data/spec/models/expiration_spec.rb +1 -1
- data/spec/models/font_face_spec.rb +35 -0
- data/spec/models/font_properties_spec.rb +59 -0
- data/spec/models/font_weight_spec.rb +35 -0
- data/spec/models/footer_spec.rb +41 -0
- data/spec/models/fraud_address_spec.rb +1 -1
- data/spec/models/fraud_order_items_spec.rb +1 -1
- data/spec/models/fraud_order_spec.rb +1 -1
- data/spec/models/fraud_registration_card_spec.rb +1 -1
- data/spec/models/fraud_registration_device_items_spec.rb +1 -1
- data/spec/models/fraud_registration_device_spec.rb +1 -1
- data/spec/models/fraud_registration_error_spec.rb +1 -1
- data/spec/models/fraud_registration_response_spec.rb +1 -1
- data/spec/models/fraud_registration_spec.rb +1 -1
- data/spec/models/fraud_score_spec.rb +1 -1
- data/spec/models/fraud_settings_response_spec.rb +1 -1
- data/spec/models/fraud_settings_spec.rb +1 -1
- data/spec/models/frequency_spec.rb +1 -1
- data/spec/models/funding_transaction_type_spec.rb +1 -1
- data/spec/models/header_spec.rb +41 -0
- data/spec/models/hover_spec.rb +41 -0
- data/spec/models/industry_specific_extensions_spec.rb +7 -1
- data/spec/models/initiate_clearing_response_all_of_spec.rb +57 -0
- data/spec/models/initiate_clearing_response_spec.rb +75 -0
- data/spec/models/installment_options_spec.rb +1 -1
- data/spec/models/issuer_response_spec.rb +1 -1
- data/spec/models/items_spec.rb +1 -1
- data/spec/models/location_spec.rb +1 -1
- data/spec/models/lockout_time_spec.rb +1 -1
- data/spec/models/lodging_extra_charges_spec.rb +1 -1
- data/spec/models/lodging_spec.rb +1 -1
- data/spec/models/logo_spec.rb +57 -0
- data/spec/models/loyalty_spec.rb +1 -1
- data/spec/models/maximum_purchase_amount_spec.rb +1 -1
- data/spec/models/mcc6012_spec.rb +71 -0
- data/spec/models/merchant_spec.rb +1 -1
- data/spec/models/method_spec.rb +1 -1
- data/spec/models/mobile_header_area_spec.rb +41 -0
- data/spec/models/mobile_spec.rb +47 -0
- data/spec/models/order_error_response_spec.rb +1 -1
- data/spec/models/order_response_spec.rb +1 -1
- data/spec/models/order_spec.rb +1 -1
- data/spec/models/pay_pal_payment_method_all_of_spec.rb +1 -1
- data/spec/models/pay_pal_payment_method_spec.rb +1 -1
- data/spec/models/pay_pal_spec.rb +1 -1
- data/spec/models/payment_card_credit_transaction_spec.rb +1 -1
- data/spec/models/payment_card_disbursement_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_card_disbursement_transaction_spec.rb +1 -1
- data/spec/models/payment_card_forced_ticket_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_card_forced_ticket_transaction_spec.rb +1 -1
- data/spec/models/payment_card_payer_auth_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_card_payer_auth_transaction_spec.rb +1 -1
- data/spec/models/payment_card_payment_method_all_of_spec.rb +1 -1
- data/spec/models/payment_card_payment_method_spec.rb +1 -1
- data/spec/models/payment_card_payment_tokenization_request_all_of_spec.rb +1 -1
- data/spec/models/payment_card_payment_tokenization_request_spec.rb +1 -1
- data/spec/models/payment_card_pre_auth_transaction_all_of_spec.rb +13 -1
- data/spec/models/payment_card_pre_auth_transaction_spec.rb +13 -1
- data/spec/models/payment_card_sale_transaction_all_of_spec.rb +13 -1
- data/spec/models/payment_card_sale_transaction_spec.rb +13 -1
- data/spec/models/payment_card_spec.rb +1 -7
- data/spec/models/payment_device_credit_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_device_credit_transaction_spec.rb +1 -1
- data/spec/models/payment_device_disbursement_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_device_disbursement_transaction_spec.rb +1 -1
- data/spec/models/payment_device_payment_method_all_of_spec.rb +1 -1
- data/spec/models/payment_device_payment_method_spec.rb +1 -1
- data/spec/models/payment_device_payment_tokenization_request_all_of_spec.rb +1 -1
- data/spec/models/payment_device_payment_tokenization_request_spec.rb +1 -1
- data/spec/models/payment_device_pre_auth_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_device_pre_auth_transaction_spec.rb +1 -1
- data/spec/models/payment_device_sale_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_device_sale_transaction_spec.rb +1 -1
- data/spec/models/payment_device_spec.rb +1 -1
- data/spec/models/payment_facilitator_spec.rb +1 -1
- data/spec/models/payment_method_details_spec.rb +1 -1
- data/spec/models/payment_method_payment_schedules_request_all_of_spec.rb +1 -1
- data/spec/models/payment_method_payment_schedules_request_spec.rb +1 -1
- data/spec/models/payment_method_type_spec.rb +1 -1
- data/spec/models/payment_registration_spec.rb +1 -1
- data/spec/models/payment_schedules_error_response_spec.rb +1 -1
- data/spec/models/payment_schedules_request_spec.rb +1 -1
- data/spec/models/payment_schedules_response_spec.rb +1 -1
- data/spec/models/payment_spec.rb +1 -1
- data/spec/models/payment_token_credit_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_token_credit_transaction_spec.rb +1 -1
- data/spec/models/payment_token_details_all_of_spec.rb +1 -1
- data/spec/models/payment_token_details_spec.rb +1 -1
- data/spec/models/payment_token_disbursement_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_token_disbursement_transaction_spec.rb +1 -1
- data/spec/models/payment_token_payment_method_all_of_spec.rb +1 -1
- data/spec/models/payment_token_payment_method_spec.rb +1 -1
- data/spec/models/payment_token_pre_auth_transaction_all_of_spec.rb +13 -1
- data/spec/models/payment_token_pre_auth_transaction_spec.rb +13 -1
- data/spec/models/payment_token_sale_transaction_all_of_spec.rb +13 -1
- data/spec/models/payment_token_sale_transaction_spec.rb +13 -1
- data/spec/models/payment_tokenization_error_response_spec.rb +1 -1
- data/spec/models/payment_tokenization_request_spec.rb +1 -1
- data/spec/models/payment_tokenization_response_spec.rb +1 -1
- data/spec/models/payment_url_detail_response_spec.rb +1 -1
- data/spec/models/payment_url_detail_spec.rb +1 -1
- data/spec/models/payment_url_error_response_spec.rb +1 -1
- data/spec/models/payment_url_request_spec.rb +1 -1
- data/spec/models/payment_url_response_spec.rb +1 -1
- data/spec/models/payment_url_status_spec.rb +1 -1
- data/spec/models/paypal_credit_transaction_all_of_spec.rb +1 -1
- data/spec/models/paypal_credit_transaction_spec.rb +1 -1
- data/spec/models/phone_spec.rb +1 -1
- data/spec/models/post_auth_transaction_all_of_spec.rb +1 -1
- data/spec/models/post_auth_transaction_spec.rb +1 -1
- data/spec/models/primary_spec.rb +41 -0
- data/spec/models/primary_transaction_spec.rb +1 -1
- data/spec/models/processor_data_spec.rb +1 -1
- data/spec/models/properties_spec.rb +65 -0
- data/spec/models/purchase_cards_level2_spec.rb +1 -1
- data/spec/models/purchase_cards_level3_line_items_spec.rb +1 -1
- data/spec/models/purchase_cards_level3_spec.rb +1 -1
- data/spec/models/purchase_cards_spec.rb +1 -1
- data/spec/models/receiver_info_spec.rb +1 -1
- data/spec/models/recurring_payment_details_response_spec.rb +1 -1
- data/spec/models/recurring_payment_details_spec.rb +1 -1
- data/spec/models/referenced_order_payment_schedules_request_all_of_spec.rb +1 -1
- data/spec/models/referenced_order_payment_schedules_request_spec.rb +1 -1
- data/spec/models/referenced_order_payment_tokenization_request_all_of_spec.rb +1 -1
- data/spec/models/referenced_order_payment_tokenization_request_spec.rb +1 -1
- data/spec/models/registration_method_spec.rb +1 -1
- data/spec/models/remove_fraud_blocked_items_response_spec.rb +1 -1
- data/spec/models/response_amount_components_all_of_spec.rb +1 -1
- data/spec/models/response_amount_components_spec.rb +1 -1
- data/spec/models/response_type_spec.rb +1 -1
- data/spec/models/return_transaction_all_of_spec.rb +1 -1
- data/spec/models/return_transaction_spec.rb +1 -1
- data/spec/models/score_only_request_spec.rb +1 -1
- data/spec/models/score_only_response_fraud_score_explanations_spec.rb +1 -1
- data/spec/models/score_only_response_fraud_score_spec.rb +1 -1
- data/spec/models/score_only_response_spec.rb +1 -1
- data/spec/models/secondary_transaction_spec.rb +7 -1
- data/spec/models/{secure3d_authentication_request_spec.rb → secure3_d10_authentication_request_spec.rb} +7 -7
- data/spec/models/secure3_d10_authentication_result_all_of_spec.rb +1 -1
- data/spec/models/secure3_d10_authentication_result_spec.rb +1 -1
- data/spec/models/{secure3d_authentication_verification_request_all_of_spec.rb → secure3_d10_authentication_update_request_all_of_spec.rb} +13 -7
- data/spec/models/{secure3d_authentication_verification_request_spec.rb → secure3_d10_authentication_update_request_spec.rb} +13 -7
- data/spec/models/secure3_d21_authentication_request_all_of_spec.rb +67 -0
- data/spec/models/secure3_d21_authentication_request_spec.rb +67 -0
- data/spec/models/secure3_d21_authentication_result_all_of_spec.rb +1 -1
- data/spec/models/secure3_d21_authentication_result_spec.rb +1 -1
- data/spec/models/secure3_d21_authentication_update_request_all_of_spec.rb +51 -0
- data/spec/models/secure3_d21_authentication_update_request_spec.rb +51 -0
- data/spec/models/secure3_d_authentication_response_params_spec.rb +71 -0
- data/spec/models/secure3_d_authentication_response_secure3d_method_spec.rb +47 -0
- data/spec/models/secure3_d_authentication_response_spec.rb +67 -0
- data/spec/models/secure3d_response_spec.rb +1 -1
- data/spec/models/sender_info_spec.rb +1 -1
- data/spec/models/sepa_mandate_spec.rb +1 -1
- data/spec/models/sepa_payment_method_all_of_spec.rb +1 -1
- data/spec/models/sepa_payment_method_spec.rb +1 -1
- data/spec/models/sepa_sale_transaction_all_of_spec.rb +1 -1
- data/spec/models/sepa_sale_transaction_spec.rb +1 -1
- data/spec/models/sepa_spec.rb +1 -1
- data/spec/models/shared_secret_configuration_request_spec.rb +1 -1
- data/spec/models/shared_secret_configuration_response_spec.rb +1 -1
- data/spec/models/ship_to_address_spec.rb +1 -1
- data/spec/models/shipping_spec.rb +1 -1
- data/spec/models/soft_descriptor_spec.rb +1 -1
- data/spec/models/split_shipment_spec.rb +1 -1
- data/spec/models/store_branding_style_configuration_spec.rb +53 -0
- data/spec/models/store_fraud_settings_result_spec.rb +1 -1
- data/spec/models/store_fraud_settings_spec.rb +1 -1
- data/spec/models/store_url_configuration_request_spec.rb +1 -1
- data/spec/models/store_url_configuration_response_spec.rb +1 -1
- data/spec/models/store_url_configuration_result_spec.rb +1 -1
- data/spec/models/store_url_configuration_spec.rb +1 -1
- data/spec/models/stored_credential_spec.rb +1 -1
- data/spec/models/sub_merchant_data_spec.rb +1 -1
- data/spec/models/sub_merchant_split_spec.rb +1 -1
- data/spec/models/text_spec.rb +47 -0
- data/spec/models/title_spec.rb +41 -0
- data/spec/models/token_identifier_spec.rb +1 -1
- data/spec/models/top_bar_spec.rb +41 -0
- data/spec/models/transaction_error_response_spec.rb +2 -2
- data/spec/models/transaction_origin_spec.rb +1 -1
- data/spec/models/transaction_response_spec.rb +2 -2
- data/spec/models/transaction_type_spec.rb +1 -1
- data/spec/models/union_pay_authentication_request_all_of_spec.rb +1 -1
- data/spec/models/union_pay_authentication_request_spec.rb +1 -1
- data/spec/models/{union_pay_authentication_verification_request_all_of_spec.rb → union_pay_authentication_update_request_all_of_spec.rb} +13 -7
- data/spec/models/{union_pay_authentication_verification_request_spec.rb → union_pay_authentication_update_request_spec.rb} +13 -7
- data/spec/models/update_fraud_settings_request_spec.rb +1 -1
- data/spec/models/update_fraud_settings_response_spec.rb +1 -1
- data/spec/models/use_payment_token_spec.rb +1 -1
- data/spec/models/verification3ds_spec.rb +1 -1
- data/spec/models/verification_avs_spec.rb +1 -1
- data/spec/models/verification_cvv_spec.rb +1 -1
- data/spec/models/void_transaction_spec.rb +1 -1
- data/spec/models/wallet_payment_method_spec.rb +1 -1
- data/spec/models/wallet_pre_auth_transaction_all_of_spec.rb +1 -1
- data/spec/models/wallet_pre_auth_transaction_spec.rb +1 -1
- data/spec/models/wallet_sale_transaction_all_of_spec.rb +1 -1
- data/spec/models/wallet_sale_transaction_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +206 -40
- data/docs/Authentication.md +0 -17
- data/docs/AuthenticationRedirect.md +0 -21
- data/docs/AuthenticationRedirectParams.md +0 -21
- data/docs/AuthenticationVerificationRequest.md +0 -23
- data/docs/UnionPayAuthenticationVerificationRequest.md +0 -17
- data/docs/UnionPayAuthenticationVerificationRequestAllOf.md +0 -17
|
@@ -3,7 +3,7 @@
|
|
|
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.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -14,9 +14,9 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module OpenapiClient
|
|
16
16
|
# Submit the result of the authentication managed outside of the gateway for a 3-D Secure 1.0 scheme. For more convenient usage without implementing 3-D Secure yourself see \"authenticationRequest\" section.
|
|
17
|
-
class Secure3D10AuthenticationResult <
|
|
18
|
-
#
|
|
19
|
-
attr_accessor :
|
|
17
|
+
class Secure3D10AuthenticationResult < AuthenticationResult
|
|
18
|
+
# Specifies the version of 3DS to be used where authentication was managed outside of the gateway.
|
|
19
|
+
attr_accessor :authentication_type
|
|
20
20
|
|
|
21
21
|
# Card enrollment result from the Verification Response (VeRes).
|
|
22
22
|
attr_accessor :verification_response
|
|
@@ -55,7 +55,7 @@ module OpenapiClient
|
|
|
55
55
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
56
56
|
def self.attribute_map
|
|
57
57
|
{
|
|
58
|
-
:'
|
|
58
|
+
:'authentication_type' => :'authenticationType',
|
|
59
59
|
:'verification_response' => :'verificationResponse',
|
|
60
60
|
:'authentication_attempt_result' => :'authenticationAttemptResult',
|
|
61
61
|
:'cavv' => :'cavv',
|
|
@@ -66,7 +66,7 @@ module OpenapiClient
|
|
|
66
66
|
# Attribute type mapping.
|
|
67
67
|
def self.openapi_types
|
|
68
68
|
{
|
|
69
|
-
:'
|
|
69
|
+
:'authentication_type' => :'String',
|
|
70
70
|
:'verification_response' => :'String',
|
|
71
71
|
:'authentication_attempt_result' => :'String',
|
|
72
72
|
:'cavv' => :'String',
|
|
@@ -77,7 +77,7 @@ module OpenapiClient
|
|
|
77
77
|
# List of class defined in allOf (OpenAPI v3)
|
|
78
78
|
def self.openapi_all_of
|
|
79
79
|
[
|
|
80
|
-
:'
|
|
80
|
+
:'AuthenticationResult',
|
|
81
81
|
:'Secure3D10AuthenticationResultAllOf'
|
|
82
82
|
]
|
|
83
83
|
end
|
|
@@ -100,8 +100,8 @@ module OpenapiClient
|
|
|
100
100
|
# call parent's initialize
|
|
101
101
|
super(attributes)
|
|
102
102
|
|
|
103
|
-
if attributes.key?(:'
|
|
104
|
-
self.
|
|
103
|
+
if attributes.key?(:'authentication_type')
|
|
104
|
+
self.authentication_type = attributes[:'authentication_type']
|
|
105
105
|
end
|
|
106
106
|
|
|
107
107
|
if attributes.key?(:'verification_response')
|
|
@@ -211,7 +211,7 @@ module OpenapiClient
|
|
|
211
211
|
def ==(o)
|
|
212
212
|
return true if self.equal?(o)
|
|
213
213
|
self.class == o.class &&
|
|
214
|
-
|
|
214
|
+
authentication_type == o.authentication_type &&
|
|
215
215
|
verification_response == o.verification_response &&
|
|
216
216
|
authentication_attempt_result == o.authentication_attempt_result &&
|
|
217
217
|
cavv == o.cavv &&
|
|
@@ -227,7 +227,7 @@ module OpenapiClient
|
|
|
227
227
|
# Calculates hash code according to all attributes.
|
|
228
228
|
# @return [Integer] Hash code
|
|
229
229
|
def hash
|
|
230
|
-
[
|
|
230
|
+
[authentication_type, verification_response, authentication_attempt_result, cavv, xid].hash
|
|
231
231
|
end
|
|
232
232
|
|
|
233
233
|
# Builds the object from hash
|
|
@@ -3,7 +3,7 @@
|
|
|
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.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -14,8 +14,8 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module OpenapiClient
|
|
16
16
|
class Secure3D10AuthenticationResultAllOf
|
|
17
|
-
#
|
|
18
|
-
attr_accessor :
|
|
17
|
+
# Specifies the version of 3DS to be used where authentication was managed outside of the gateway.
|
|
18
|
+
attr_accessor :authentication_type
|
|
19
19
|
|
|
20
20
|
# Card enrollment result from the Verification Response (VeRes).
|
|
21
21
|
attr_accessor :verification_response
|
|
@@ -54,7 +54,7 @@ module OpenapiClient
|
|
|
54
54
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
55
55
|
def self.attribute_map
|
|
56
56
|
{
|
|
57
|
-
:'
|
|
57
|
+
:'authentication_type' => :'authenticationType',
|
|
58
58
|
:'verification_response' => :'verificationResponse',
|
|
59
59
|
:'authentication_attempt_result' => :'authenticationAttemptResult',
|
|
60
60
|
:'cavv' => :'cavv',
|
|
@@ -65,7 +65,7 @@ module OpenapiClient
|
|
|
65
65
|
# Attribute type mapping.
|
|
66
66
|
def self.openapi_types
|
|
67
67
|
{
|
|
68
|
-
:'
|
|
68
|
+
:'authentication_type' => :'String',
|
|
69
69
|
:'verification_response' => :'String',
|
|
70
70
|
:'authentication_attempt_result' => :'String',
|
|
71
71
|
:'cavv' => :'String',
|
|
@@ -88,8 +88,8 @@ module OpenapiClient
|
|
|
88
88
|
h[k.to_sym] = v
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
if attributes.key?(:'
|
|
92
|
-
self.
|
|
91
|
+
if attributes.key?(:'authentication_type')
|
|
92
|
+
self.authentication_type = attributes[:'authentication_type']
|
|
93
93
|
end
|
|
94
94
|
|
|
95
95
|
if attributes.key?(:'verification_response')
|
|
@@ -199,7 +199,7 @@ module OpenapiClient
|
|
|
199
199
|
def ==(o)
|
|
200
200
|
return true if self.equal?(o)
|
|
201
201
|
self.class == o.class &&
|
|
202
|
-
|
|
202
|
+
authentication_type == o.authentication_type &&
|
|
203
203
|
verification_response == o.verification_response &&
|
|
204
204
|
authentication_attempt_result == o.authentication_attempt_result &&
|
|
205
205
|
cavv == o.cavv &&
|
|
@@ -215,7 +215,7 @@ module OpenapiClient
|
|
|
215
215
|
# Calculates hash code according to all attributes.
|
|
216
216
|
# @return [Integer] Hash code
|
|
217
217
|
def hash
|
|
218
|
-
[
|
|
218
|
+
[authentication_type, verification_response, authentication_attempt_result, cavv, xid].hash
|
|
219
219
|
end
|
|
220
220
|
|
|
221
221
|
# Builds the object from hash
|
|
@@ -3,7 +3,7 @@
|
|
|
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.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -13,16 +13,13 @@ OpenAPI Generator version: unset
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module OpenapiClient
|
|
16
|
-
# Authentication
|
|
17
|
-
class
|
|
16
|
+
# Authentication update request specific to 3DSecure 1.0 transactions.
|
|
17
|
+
class Secure3D10AuthenticationUpdateRequest < AuthenticationUpdateRequest
|
|
18
18
|
# An optional Outlet ID for clients that support multiple stores in the same developer app.
|
|
19
19
|
attr_accessor :store_id
|
|
20
20
|
|
|
21
|
-
# Object name of the authentication
|
|
22
|
-
attr_accessor :
|
|
23
|
-
|
|
24
|
-
# Card security code if required by merchant.
|
|
25
|
-
attr_accessor :security_code
|
|
21
|
+
# Object name of the authentication update request.
|
|
22
|
+
attr_accessor :authentication_type
|
|
26
23
|
|
|
27
24
|
attr_accessor :billing_address
|
|
28
25
|
|
|
@@ -32,15 +29,18 @@ module OpenapiClient
|
|
|
32
29
|
# Formatted string encoding transaction time, order ID, and return URL data.
|
|
33
30
|
attr_accessor :merchant_data
|
|
34
31
|
|
|
32
|
+
# Card security code if required by merchant.
|
|
33
|
+
attr_accessor :security_code
|
|
34
|
+
|
|
35
35
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
36
36
|
def self.attribute_map
|
|
37
37
|
{
|
|
38
38
|
:'store_id' => :'storeId',
|
|
39
|
-
:'
|
|
40
|
-
:'security_code' => :'securityCode',
|
|
39
|
+
:'authentication_type' => :'authenticationType',
|
|
41
40
|
:'billing_address' => :'billingAddress',
|
|
42
41
|
:'payer_authentication_response' => :'payerAuthenticationResponse',
|
|
43
|
-
:'merchant_data' => :'merchantData'
|
|
42
|
+
:'merchant_data' => :'merchantData',
|
|
43
|
+
:'security_code' => :'securityCode'
|
|
44
44
|
}
|
|
45
45
|
end
|
|
46
46
|
|
|
@@ -48,19 +48,19 @@ module OpenapiClient
|
|
|
48
48
|
def self.openapi_types
|
|
49
49
|
{
|
|
50
50
|
:'store_id' => :'String',
|
|
51
|
-
:'
|
|
52
|
-
:'security_code' => :'String',
|
|
51
|
+
:'authentication_type' => :'String',
|
|
53
52
|
:'billing_address' => :'Address',
|
|
54
53
|
:'payer_authentication_response' => :'String',
|
|
55
|
-
:'merchant_data' => :'String'
|
|
54
|
+
:'merchant_data' => :'String',
|
|
55
|
+
:'security_code' => :'String'
|
|
56
56
|
}
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
# List of class defined in allOf (OpenAPI v3)
|
|
60
60
|
def self.openapi_all_of
|
|
61
61
|
[
|
|
62
|
-
:'
|
|
63
|
-
:'
|
|
62
|
+
:'AuthenticationUpdateRequest',
|
|
63
|
+
:'Secure3D10AuthenticationUpdateRequestAllOf'
|
|
64
64
|
]
|
|
65
65
|
end
|
|
66
66
|
|
|
@@ -68,13 +68,13 @@ module OpenapiClient
|
|
|
68
68
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
69
69
|
def initialize(attributes = {})
|
|
70
70
|
if (!attributes.is_a?(Hash))
|
|
71
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::
|
|
71
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::Secure3D10AuthenticationUpdateRequest` initialize method"
|
|
72
72
|
end
|
|
73
73
|
|
|
74
74
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
75
75
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
76
76
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
77
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::
|
|
77
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::Secure3D10AuthenticationUpdateRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
78
78
|
end
|
|
79
79
|
h[k.to_sym] = v
|
|
80
80
|
}
|
|
@@ -86,12 +86,8 @@ module OpenapiClient
|
|
|
86
86
|
self.store_id = attributes[:'store_id']
|
|
87
87
|
end
|
|
88
88
|
|
|
89
|
-
if attributes.key?(:'
|
|
90
|
-
self.
|
|
91
|
-
end
|
|
92
|
-
|
|
93
|
-
if attributes.key?(:'security_code')
|
|
94
|
-
self.security_code = attributes[:'security_code']
|
|
89
|
+
if attributes.key?(:'authentication_type')
|
|
90
|
+
self.authentication_type = attributes[:'authentication_type']
|
|
95
91
|
end
|
|
96
92
|
|
|
97
93
|
if attributes.key?(:'billing_address')
|
|
@@ -105,6 +101,10 @@ module OpenapiClient
|
|
|
105
101
|
if attributes.key?(:'merchant_data')
|
|
106
102
|
self.merchant_data = attributes[:'merchant_data']
|
|
107
103
|
end
|
|
104
|
+
|
|
105
|
+
if attributes.key?(:'security_code')
|
|
106
|
+
self.security_code = attributes[:'security_code']
|
|
107
|
+
end
|
|
108
108
|
end
|
|
109
109
|
|
|
110
110
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -193,11 +193,11 @@ module OpenapiClient
|
|
|
193
193
|
return true if self.equal?(o)
|
|
194
194
|
self.class == o.class &&
|
|
195
195
|
store_id == o.store_id &&
|
|
196
|
-
|
|
197
|
-
security_code == o.security_code &&
|
|
196
|
+
authentication_type == o.authentication_type &&
|
|
198
197
|
billing_address == o.billing_address &&
|
|
199
198
|
payer_authentication_response == o.payer_authentication_response &&
|
|
200
|
-
merchant_data == o.merchant_data &&
|
|
199
|
+
merchant_data == o.merchant_data &&
|
|
200
|
+
security_code == o.security_code && super(o)
|
|
201
201
|
end
|
|
202
202
|
|
|
203
203
|
# @see the `==` method
|
|
@@ -209,7 +209,7 @@ module OpenapiClient
|
|
|
209
209
|
# Calculates hash code according to all attributes.
|
|
210
210
|
# @return [Integer] Hash code
|
|
211
211
|
def hash
|
|
212
|
-
[store_id,
|
|
212
|
+
[store_id, authentication_type, billing_address, payer_authentication_response, merchant_data, security_code].hash
|
|
213
213
|
end
|
|
214
214
|
|
|
215
215
|
# Builds the object from hash
|
|
@@ -3,7 +3,7 @@
|
|
|
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.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -13,15 +13,12 @@ OpenAPI Generator version: unset
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module OpenapiClient
|
|
16
|
-
class
|
|
16
|
+
class Secure3D10AuthenticationUpdateRequestAllOf
|
|
17
17
|
# An optional Outlet ID for clients that support multiple stores in the same developer app.
|
|
18
18
|
attr_accessor :store_id
|
|
19
19
|
|
|
20
|
-
# Object name of the authentication
|
|
21
|
-
attr_accessor :
|
|
22
|
-
|
|
23
|
-
# Card security code if required by merchant.
|
|
24
|
-
attr_accessor :security_code
|
|
20
|
+
# Object name of the authentication update request.
|
|
21
|
+
attr_accessor :authentication_type
|
|
25
22
|
|
|
26
23
|
attr_accessor :billing_address
|
|
27
24
|
|
|
@@ -31,15 +28,18 @@ module OpenapiClient
|
|
|
31
28
|
# Formatted string encoding transaction time, order ID, and return URL data.
|
|
32
29
|
attr_accessor :merchant_data
|
|
33
30
|
|
|
31
|
+
# Card security code if required by merchant.
|
|
32
|
+
attr_accessor :security_code
|
|
33
|
+
|
|
34
34
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
35
35
|
def self.attribute_map
|
|
36
36
|
{
|
|
37
37
|
:'store_id' => :'storeId',
|
|
38
|
-
:'
|
|
39
|
-
:'security_code' => :'securityCode',
|
|
38
|
+
:'authentication_type' => :'authenticationType',
|
|
40
39
|
:'billing_address' => :'billingAddress',
|
|
41
40
|
:'payer_authentication_response' => :'payerAuthenticationResponse',
|
|
42
|
-
:'merchant_data' => :'merchantData'
|
|
41
|
+
:'merchant_data' => :'merchantData',
|
|
42
|
+
:'security_code' => :'securityCode'
|
|
43
43
|
}
|
|
44
44
|
end
|
|
45
45
|
|
|
@@ -47,11 +47,11 @@ module OpenapiClient
|
|
|
47
47
|
def self.openapi_types
|
|
48
48
|
{
|
|
49
49
|
:'store_id' => :'String',
|
|
50
|
-
:'
|
|
51
|
-
:'security_code' => :'String',
|
|
50
|
+
:'authentication_type' => :'String',
|
|
52
51
|
:'billing_address' => :'Address',
|
|
53
52
|
:'payer_authentication_response' => :'String',
|
|
54
|
-
:'merchant_data' => :'String'
|
|
53
|
+
:'merchant_data' => :'String',
|
|
54
|
+
:'security_code' => :'String'
|
|
55
55
|
}
|
|
56
56
|
end
|
|
57
57
|
|
|
@@ -59,13 +59,13 @@ module OpenapiClient
|
|
|
59
59
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
60
60
|
def initialize(attributes = {})
|
|
61
61
|
if (!attributes.is_a?(Hash))
|
|
62
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::
|
|
62
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::Secure3D10AuthenticationUpdateRequestAllOf` initialize method"
|
|
63
63
|
end
|
|
64
64
|
|
|
65
65
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
66
66
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
67
67
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
68
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::
|
|
68
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::Secure3D10AuthenticationUpdateRequestAllOf`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
69
69
|
end
|
|
70
70
|
h[k.to_sym] = v
|
|
71
71
|
}
|
|
@@ -74,12 +74,8 @@ module OpenapiClient
|
|
|
74
74
|
self.store_id = attributes[:'store_id']
|
|
75
75
|
end
|
|
76
76
|
|
|
77
|
-
if attributes.key?(:'
|
|
78
|
-
self.
|
|
79
|
-
end
|
|
80
|
-
|
|
81
|
-
if attributes.key?(:'security_code')
|
|
82
|
-
self.security_code = attributes[:'security_code']
|
|
77
|
+
if attributes.key?(:'authentication_type')
|
|
78
|
+
self.authentication_type = attributes[:'authentication_type']
|
|
83
79
|
end
|
|
84
80
|
|
|
85
81
|
if attributes.key?(:'billing_address')
|
|
@@ -93,6 +89,10 @@ module OpenapiClient
|
|
|
93
89
|
if attributes.key?(:'merchant_data')
|
|
94
90
|
self.merchant_data = attributes[:'merchant_data']
|
|
95
91
|
end
|
|
92
|
+
|
|
93
|
+
if attributes.key?(:'security_code')
|
|
94
|
+
self.security_code = attributes[:'security_code']
|
|
95
|
+
end
|
|
96
96
|
end
|
|
97
97
|
|
|
98
98
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -181,11 +181,11 @@ module OpenapiClient
|
|
|
181
181
|
return true if self.equal?(o)
|
|
182
182
|
self.class == o.class &&
|
|
183
183
|
store_id == o.store_id &&
|
|
184
|
-
|
|
185
|
-
security_code == o.security_code &&
|
|
184
|
+
authentication_type == o.authentication_type &&
|
|
186
185
|
billing_address == o.billing_address &&
|
|
187
186
|
payer_authentication_response == o.payer_authentication_response &&
|
|
188
|
-
merchant_data == o.merchant_data
|
|
187
|
+
merchant_data == o.merchant_data &&
|
|
188
|
+
security_code == o.security_code
|
|
189
189
|
end
|
|
190
190
|
|
|
191
191
|
# @see the `==` method
|
|
@@ -197,7 +197,7 @@ module OpenapiClient
|
|
|
197
197
|
# Calculates hash code according to all attributes.
|
|
198
198
|
# @return [Integer] Hash code
|
|
199
199
|
def hash
|
|
200
|
-
[store_id,
|
|
200
|
+
[store_id, authentication_type, billing_address, payer_authentication_response, merchant_data, security_code].hash
|
|
201
201
|
end
|
|
202
202
|
|
|
203
203
|
# Builds the object from hash
|