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
|
|
@@ -132,8 +132,8 @@ module OpenapiClient
|
|
|
132
132
|
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
133
133
|
end
|
|
134
134
|
|
|
135
|
-
if @name.to_s.length >
|
|
136
|
-
invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to
|
|
135
|
+
if @name.to_s.length > 70
|
|
136
|
+
invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 70.')
|
|
137
137
|
end
|
|
138
138
|
|
|
139
139
|
pattern = Regexp.new(/^(?!\s*$).+/)
|
|
@@ -145,8 +145,8 @@ module OpenapiClient
|
|
|
145
145
|
invalid_properties.push('invalid value for "street_address", street_address cannot be nil.')
|
|
146
146
|
end
|
|
147
147
|
|
|
148
|
-
if @street_address.to_s.length >
|
|
149
|
-
invalid_properties.push('invalid value for "street_address", the character length must be smaller than or equal to
|
|
148
|
+
if @street_address.to_s.length > 50
|
|
149
|
+
invalid_properties.push('invalid value for "street_address", the character length must be smaller than or equal to 50.')
|
|
150
150
|
end
|
|
151
151
|
|
|
152
152
|
pattern = Regexp.new(/^(?!\s*$).+/)
|
|
@@ -158,8 +158,8 @@ module OpenapiClient
|
|
|
158
158
|
invalid_properties.push('invalid value for "city", city cannot be nil.')
|
|
159
159
|
end
|
|
160
160
|
|
|
161
|
-
if @city.to_s.length >
|
|
162
|
-
invalid_properties.push('invalid value for "city", the character length must be smaller than or equal to
|
|
161
|
+
if @city.to_s.length > 25
|
|
162
|
+
invalid_properties.push('invalid value for "city", the character length must be smaller than or equal to 25.')
|
|
163
163
|
end
|
|
164
164
|
|
|
165
165
|
pattern = Regexp.new(/^(?!\s*$).+/)
|
|
@@ -171,10 +171,6 @@ module OpenapiClient
|
|
|
171
171
|
invalid_properties.push('invalid value for "state_code", state_code cannot be nil.')
|
|
172
172
|
end
|
|
173
173
|
|
|
174
|
-
if @state_code.to_s.length > 50
|
|
175
|
-
invalid_properties.push('invalid value for "state_code", the character length must be smaller than or equal to 50.')
|
|
176
|
-
end
|
|
177
|
-
|
|
178
174
|
pattern = Regexp.new(/[A-Z]{2}/)
|
|
179
175
|
if @state_code !~ pattern
|
|
180
176
|
invalid_properties.push("invalid value for \"state_code\", must conform to the pattern #{pattern}.")
|
|
@@ -193,8 +189,8 @@ module OpenapiClient
|
|
|
193
189
|
invalid_properties.push('invalid value for "postal_code", postal_code cannot be nil.')
|
|
194
190
|
end
|
|
195
191
|
|
|
196
|
-
if @postal_code.to_s.length >
|
|
197
|
-
invalid_properties.push('invalid value for "postal_code", the character length must be smaller than or equal to
|
|
192
|
+
if @postal_code.to_s.length > 5
|
|
193
|
+
invalid_properties.push('invalid value for "postal_code", the character length must be smaller than or equal to 5.')
|
|
198
194
|
end
|
|
199
195
|
|
|
200
196
|
pattern = Regexp.new(/^(?!\s*$).+/)
|
|
@@ -215,11 +211,19 @@ module OpenapiClient
|
|
|
215
211
|
invalid_properties.push('invalid value for "reference_number", reference_number cannot be nil.')
|
|
216
212
|
end
|
|
217
213
|
|
|
214
|
+
if @reference_number.to_s.length > 19
|
|
215
|
+
invalid_properties.push('invalid value for "reference_number", the character length must be smaller than or equal to 19.')
|
|
216
|
+
end
|
|
217
|
+
|
|
218
218
|
pattern = Regexp.new(/^(?!\s*$).+/)
|
|
219
219
|
if @reference_number !~ pattern
|
|
220
220
|
invalid_properties.push("invalid value for \"reference_number\", must conform to the pattern #{pattern}.")
|
|
221
221
|
end
|
|
222
222
|
|
|
223
|
+
if !@account_number.nil? && @account_number.to_s.length > 19
|
|
224
|
+
invalid_properties.push('invalid value for "account_number", the character length must be smaller than or equal to 19.')
|
|
225
|
+
end
|
|
226
|
+
|
|
223
227
|
pattern = Regexp.new(/^(?!\s*$).+/)
|
|
224
228
|
if !@account_number.nil? && @account_number !~ pattern
|
|
225
229
|
invalid_properties.push("invalid value for \"account_number\", must conform to the pattern #{pattern}.")
|
|
@@ -232,26 +236,27 @@ module OpenapiClient
|
|
|
232
236
|
# @return true if the model is valid
|
|
233
237
|
def valid?
|
|
234
238
|
return false if @name.nil?
|
|
235
|
-
return false if @name.to_s.length >
|
|
239
|
+
return false if @name.to_s.length > 70
|
|
236
240
|
return false if @name !~ Regexp.new(/^(?!\s*$).+/)
|
|
237
241
|
return false if @street_address.nil?
|
|
238
|
-
return false if @street_address.to_s.length >
|
|
242
|
+
return false if @street_address.to_s.length > 50
|
|
239
243
|
return false if @street_address !~ Regexp.new(/^(?!\s*$).+/)
|
|
240
244
|
return false if @city.nil?
|
|
241
|
-
return false if @city.to_s.length >
|
|
245
|
+
return false if @city.to_s.length > 25
|
|
242
246
|
return false if @city !~ Regexp.new(/^(?!\s*$).+/)
|
|
243
247
|
return false if @state_code.nil?
|
|
244
|
-
return false if @state_code.to_s.length > 50
|
|
245
248
|
return false if @state_code !~ Regexp.new(/[A-Z]{2}/)
|
|
246
249
|
return false if @country_code.nil?
|
|
247
250
|
return false if @country_code !~ Regexp.new(/[A-Z]{2}/)
|
|
248
251
|
return false if @postal_code.nil?
|
|
249
|
-
return false if @postal_code.to_s.length >
|
|
252
|
+
return false if @postal_code.to_s.length > 5
|
|
250
253
|
return false if @postal_code !~ Regexp.new(/^(?!\s*$).+/)
|
|
251
254
|
return false if @phone_number.nil?
|
|
252
255
|
return false if @phone_number !~ Regexp.new(/[0-9]{10}/)
|
|
253
256
|
return false if @reference_number.nil?
|
|
257
|
+
return false if @reference_number.to_s.length > 19
|
|
254
258
|
return false if @reference_number !~ Regexp.new(/^(?!\s*$).+/)
|
|
259
|
+
return false if !@account_number.nil? && @account_number.to_s.length > 19
|
|
255
260
|
return false if !@account_number.nil? && @account_number !~ Regexp.new(/^(?!\s*$).+/)
|
|
256
261
|
true
|
|
257
262
|
end
|
|
@@ -263,8 +268,8 @@ module OpenapiClient
|
|
|
263
268
|
fail ArgumentError, 'name cannot be nil'
|
|
264
269
|
end
|
|
265
270
|
|
|
266
|
-
if name.to_s.length >
|
|
267
|
-
fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to
|
|
271
|
+
if name.to_s.length > 70
|
|
272
|
+
fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to 70.'
|
|
268
273
|
end
|
|
269
274
|
|
|
270
275
|
pattern = Regexp.new(/^(?!\s*$).+/)
|
|
@@ -282,8 +287,8 @@ module OpenapiClient
|
|
|
282
287
|
fail ArgumentError, 'street_address cannot be nil'
|
|
283
288
|
end
|
|
284
289
|
|
|
285
|
-
if street_address.to_s.length >
|
|
286
|
-
fail ArgumentError, 'invalid value for "street_address", the character length must be smaller than or equal to
|
|
290
|
+
if street_address.to_s.length > 50
|
|
291
|
+
fail ArgumentError, 'invalid value for "street_address", the character length must be smaller than or equal to 50.'
|
|
287
292
|
end
|
|
288
293
|
|
|
289
294
|
pattern = Regexp.new(/^(?!\s*$).+/)
|
|
@@ -301,8 +306,8 @@ module OpenapiClient
|
|
|
301
306
|
fail ArgumentError, 'city cannot be nil'
|
|
302
307
|
end
|
|
303
308
|
|
|
304
|
-
if city.to_s.length >
|
|
305
|
-
fail ArgumentError, 'invalid value for "city", the character length must be smaller than or equal to
|
|
309
|
+
if city.to_s.length > 25
|
|
310
|
+
fail ArgumentError, 'invalid value for "city", the character length must be smaller than or equal to 25.'
|
|
306
311
|
end
|
|
307
312
|
|
|
308
313
|
pattern = Regexp.new(/^(?!\s*$).+/)
|
|
@@ -320,10 +325,6 @@ module OpenapiClient
|
|
|
320
325
|
fail ArgumentError, 'state_code cannot be nil'
|
|
321
326
|
end
|
|
322
327
|
|
|
323
|
-
if state_code.to_s.length > 50
|
|
324
|
-
fail ArgumentError, 'invalid value for "state_code", the character length must be smaller than or equal to 50.'
|
|
325
|
-
end
|
|
326
|
-
|
|
327
328
|
pattern = Regexp.new(/[A-Z]{2}/)
|
|
328
329
|
if state_code !~ pattern
|
|
329
330
|
fail ArgumentError, "invalid value for \"state_code\", must conform to the pattern #{pattern}."
|
|
@@ -354,8 +355,8 @@ module OpenapiClient
|
|
|
354
355
|
fail ArgumentError, 'postal_code cannot be nil'
|
|
355
356
|
end
|
|
356
357
|
|
|
357
|
-
if postal_code.to_s.length >
|
|
358
|
-
fail ArgumentError, 'invalid value for "postal_code", the character length must be smaller than or equal to
|
|
358
|
+
if postal_code.to_s.length > 5
|
|
359
|
+
fail ArgumentError, 'invalid value for "postal_code", the character length must be smaller than or equal to 5.'
|
|
359
360
|
end
|
|
360
361
|
|
|
361
362
|
pattern = Regexp.new(/^(?!\s*$).+/)
|
|
@@ -388,6 +389,10 @@ module OpenapiClient
|
|
|
388
389
|
fail ArgumentError, 'reference_number cannot be nil'
|
|
389
390
|
end
|
|
390
391
|
|
|
392
|
+
if reference_number.to_s.length > 19
|
|
393
|
+
fail ArgumentError, 'invalid value for "reference_number", the character length must be smaller than or equal to 19.'
|
|
394
|
+
end
|
|
395
|
+
|
|
391
396
|
pattern = Regexp.new(/^(?!\s*$).+/)
|
|
392
397
|
if reference_number !~ pattern
|
|
393
398
|
fail ArgumentError, "invalid value for \"reference_number\", must conform to the pattern #{pattern}."
|
|
@@ -399,6 +404,10 @@ module OpenapiClient
|
|
|
399
404
|
# Custom attribute writer method with validation
|
|
400
405
|
# @param [Object] account_number Value to be assigned
|
|
401
406
|
def account_number=(account_number)
|
|
407
|
+
if !account_number.nil? && account_number.to_s.length > 19
|
|
408
|
+
fail ArgumentError, 'invalid value for "account_number", the character length must be smaller than or equal to 19.'
|
|
409
|
+
end
|
|
410
|
+
|
|
402
411
|
pattern = Regexp.new(/^(?!\s*$).+/)
|
|
403
412
|
if !account_number.nil? && account_number !~ pattern
|
|
404
413
|
fail ArgumentError, "invalid value for \"account_number\", must conform to the pattern #{pattern}."
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -24,6 +24,8 @@ module OpenapiClient
|
|
|
24
24
|
# Comment for the secondary transaction.
|
|
25
25
|
attr_accessor :comments
|
|
26
26
|
|
|
27
|
+
attr_accessor :order
|
|
28
|
+
|
|
27
29
|
attr_accessor :transaction_amount
|
|
28
30
|
|
|
29
31
|
attr_accessor :soft_descriptor
|
|
@@ -36,6 +38,7 @@ module OpenapiClient
|
|
|
36
38
|
:'request_type' => :'requestType',
|
|
37
39
|
:'store_id' => :'storeId',
|
|
38
40
|
:'comments' => :'comments',
|
|
41
|
+
:'order' => :'order',
|
|
39
42
|
:'transaction_amount' => :'transactionAmount',
|
|
40
43
|
:'soft_descriptor' => :'softDescriptor',
|
|
41
44
|
:'currency_conversion' => :'currencyConversion'
|
|
@@ -48,6 +51,7 @@ module OpenapiClient
|
|
|
48
51
|
:'request_type' => :'String',
|
|
49
52
|
:'store_id' => :'String',
|
|
50
53
|
:'comments' => :'String',
|
|
54
|
+
:'order' => :'Order',
|
|
51
55
|
:'transaction_amount' => :'Amount',
|
|
52
56
|
:'soft_descriptor' => :'SoftDescriptor',
|
|
53
57
|
:'currency_conversion' => :'CurrencyConversion'
|
|
@@ -92,6 +96,10 @@ module OpenapiClient
|
|
|
92
96
|
self.comments = attributes[:'comments']
|
|
93
97
|
end
|
|
94
98
|
|
|
99
|
+
if attributes.key?(:'order')
|
|
100
|
+
self.order = attributes[:'order']
|
|
101
|
+
end
|
|
102
|
+
|
|
95
103
|
if attributes.key?(:'transaction_amount')
|
|
96
104
|
self.transaction_amount = attributes[:'transaction_amount']
|
|
97
105
|
end
|
|
@@ -146,6 +154,7 @@ module OpenapiClient
|
|
|
146
154
|
request_type == o.request_type &&
|
|
147
155
|
store_id == o.store_id &&
|
|
148
156
|
comments == o.comments &&
|
|
157
|
+
order == o.order &&
|
|
149
158
|
transaction_amount == o.transaction_amount &&
|
|
150
159
|
soft_descriptor == o.soft_descriptor &&
|
|
151
160
|
currency_conversion == o.currency_conversion && super(o)
|
|
@@ -160,7 +169,7 @@ module OpenapiClient
|
|
|
160
169
|
# Calculates hash code according to all attributes.
|
|
161
170
|
# @return [Integer] Hash code
|
|
162
171
|
def hash
|
|
163
|
-
[request_type, store_id, comments, transaction_amount, soft_descriptor, currency_conversion].hash
|
|
172
|
+
[request_type, store_id, comments, order, transaction_amount, soft_descriptor, currency_conversion].hash
|
|
164
173
|
end
|
|
165
174
|
|
|
166
175
|
# 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
|
|
@@ -23,6 +23,8 @@ module OpenapiClient
|
|
|
23
23
|
# Comment for the secondary transaction.
|
|
24
24
|
attr_accessor :comments
|
|
25
25
|
|
|
26
|
+
attr_accessor :order
|
|
27
|
+
|
|
26
28
|
attr_accessor :transaction_amount
|
|
27
29
|
|
|
28
30
|
attr_accessor :soft_descriptor
|
|
@@ -35,6 +37,7 @@ module OpenapiClient
|
|
|
35
37
|
:'request_type' => :'requestType',
|
|
36
38
|
:'store_id' => :'storeId',
|
|
37
39
|
:'comments' => :'comments',
|
|
40
|
+
:'order' => :'order',
|
|
38
41
|
:'transaction_amount' => :'transactionAmount',
|
|
39
42
|
:'soft_descriptor' => :'softDescriptor',
|
|
40
43
|
:'currency_conversion' => :'currencyConversion'
|
|
@@ -47,6 +50,7 @@ module OpenapiClient
|
|
|
47
50
|
:'request_type' => :'String',
|
|
48
51
|
:'store_id' => :'String',
|
|
49
52
|
:'comments' => :'String',
|
|
53
|
+
:'order' => :'Order',
|
|
50
54
|
:'transaction_amount' => :'Amount',
|
|
51
55
|
:'soft_descriptor' => :'SoftDescriptor',
|
|
52
56
|
:'currency_conversion' => :'CurrencyConversion'
|
|
@@ -80,6 +84,10 @@ module OpenapiClient
|
|
|
80
84
|
self.comments = attributes[:'comments']
|
|
81
85
|
end
|
|
82
86
|
|
|
87
|
+
if attributes.key?(:'order')
|
|
88
|
+
self.order = attributes[:'order']
|
|
89
|
+
end
|
|
90
|
+
|
|
83
91
|
if attributes.key?(:'transaction_amount')
|
|
84
92
|
self.transaction_amount = attributes[:'transaction_amount']
|
|
85
93
|
end
|
|
@@ -134,6 +142,7 @@ module OpenapiClient
|
|
|
134
142
|
request_type == o.request_type &&
|
|
135
143
|
store_id == o.store_id &&
|
|
136
144
|
comments == o.comments &&
|
|
145
|
+
order == o.order &&
|
|
137
146
|
transaction_amount == o.transaction_amount &&
|
|
138
147
|
soft_descriptor == o.soft_descriptor &&
|
|
139
148
|
currency_conversion == o.currency_conversion
|
|
@@ -148,7 +157,7 @@ module OpenapiClient
|
|
|
148
157
|
# Calculates hash code according to all attributes.
|
|
149
158
|
# @return [Integer] Hash code
|
|
150
159
|
def hash
|
|
151
|
-
[request_type, store_id, comments, transaction_amount, soft_descriptor, currency_conversion].hash
|
|
160
|
+
[request_type, store_id, comments, order, transaction_amount, soft_descriptor, currency_conversion].hash
|
|
152
161
|
end
|
|
153
162
|
|
|
154
163
|
# 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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -24,17 +24,12 @@ module OpenapiClient
|
|
|
24
24
|
# Explanation of the fraud score applied consisting of a description, type of the explanation, and rule (if applicable).
|
|
25
25
|
attr_accessor :explanations
|
|
26
26
|
|
|
27
|
-
# The action that should be taken for the request that was sent.
|
|
28
|
-
attr_accessor :recommended_decision
|
|
29
|
-
|
|
30
27
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
31
28
|
def self.attribute_map
|
|
32
29
|
{
|
|
33
30
|
:'score' => :'score',
|
|
34
31
|
:'warnings' => :'warnings',
|
|
35
|
-
:'explanations' => :'explanations'
|
|
36
|
-
:'recommended_decision' => :'recommendedDecision'
|
|
37
|
-
|
|
32
|
+
:'explanations' => :'explanations'
|
|
38
33
|
}
|
|
39
34
|
end
|
|
40
35
|
|
|
@@ -43,8 +38,7 @@ module OpenapiClient
|
|
|
43
38
|
{
|
|
44
39
|
:'score' => :'String',
|
|
45
40
|
:'warnings' => :'Array<String>',
|
|
46
|
-
:'explanations' => :'Array<ScoreOnlyResponseFraudScoreExplanations>'
|
|
47
|
-
:'recommended_decision' => :'String'
|
|
41
|
+
:'explanations' => :'Array<ScoreOnlyResponseFraudScoreExplanations>'
|
|
48
42
|
}
|
|
49
43
|
end
|
|
50
44
|
|
|
@@ -67,10 +61,6 @@ module OpenapiClient
|
|
|
67
61
|
self.score = attributes[:'score']
|
|
68
62
|
end
|
|
69
63
|
|
|
70
|
-
if attributes.key?(:'recommended_decision')
|
|
71
|
-
self.recommended_decision = attributes[:'recommended_decision']
|
|
72
|
-
end
|
|
73
|
-
|
|
74
64
|
if attributes.key?(:'warnings')
|
|
75
65
|
if (value = attributes[:'warnings']).is_a?(Array)
|
|
76
66
|
self.warnings = value
|
|
@@ -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
|
|
@@ -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
|
|
@@ -24,12 +24,15 @@ module OpenapiClient
|
|
|
24
24
|
# Comment for the secondary transaction.
|
|
25
25
|
attr_accessor :comments
|
|
26
26
|
|
|
27
|
+
attr_accessor :order
|
|
28
|
+
|
|
27
29
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
28
30
|
def self.attribute_map
|
|
29
31
|
{
|
|
30
32
|
:'request_type' => :'requestType',
|
|
31
33
|
:'store_id' => :'storeId',
|
|
32
|
-
:'comments' => :'comments'
|
|
34
|
+
:'comments' => :'comments',
|
|
35
|
+
:'order' => :'order'
|
|
33
36
|
}
|
|
34
37
|
end
|
|
35
38
|
|
|
@@ -38,7 +41,8 @@ module OpenapiClient
|
|
|
38
41
|
{
|
|
39
42
|
:'request_type' => :'String',
|
|
40
43
|
:'store_id' => :'String',
|
|
41
|
-
:'comments' => :'String'
|
|
44
|
+
:'comments' => :'String',
|
|
45
|
+
:'order' => :'Order'
|
|
42
46
|
}
|
|
43
47
|
end
|
|
44
48
|
|
|
@@ -73,6 +77,10 @@ module OpenapiClient
|
|
|
73
77
|
if attributes.key?(:'comments')
|
|
74
78
|
self.comments = attributes[:'comments']
|
|
75
79
|
end
|
|
80
|
+
|
|
81
|
+
if attributes.key?(:'order')
|
|
82
|
+
self.order = attributes[:'order']
|
|
83
|
+
end
|
|
76
84
|
end
|
|
77
85
|
|
|
78
86
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -115,7 +123,8 @@ module OpenapiClient
|
|
|
115
123
|
self.class == o.class &&
|
|
116
124
|
request_type == o.request_type &&
|
|
117
125
|
store_id == o.store_id &&
|
|
118
|
-
comments == o.comments
|
|
126
|
+
comments == o.comments &&
|
|
127
|
+
order == o.order
|
|
119
128
|
end
|
|
120
129
|
|
|
121
130
|
# @see the `==` method
|
|
@@ -127,7 +136,7 @@ module OpenapiClient
|
|
|
127
136
|
# Calculates hash code according to all attributes.
|
|
128
137
|
# @return [Integer] Hash code
|
|
129
138
|
def hash
|
|
130
|
-
[request_type, store_id, comments].hash
|
|
139
|
+
[request_type, store_id, comments, order].hash
|
|
131
140
|
end
|
|
132
141
|
|
|
133
142
|
# 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,30 +13,30 @@ OpenAPI Generator version: unset
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module OpenapiClient
|
|
16
|
-
# Request authentication of the payment card using the 3DS URL redirect scheme.
|
|
17
|
-
class
|
|
16
|
+
# Request authentication of the payment card using the 3DS 1.0 URL redirect scheme.
|
|
17
|
+
class Secure3D10AuthenticationRequest < AuthenticationRequest
|
|
18
18
|
# Indicates what kind of authentication scheme the merchant wants to use on the card.
|
|
19
|
-
attr_accessor :
|
|
19
|
+
attr_accessor :authentication_type
|
|
20
20
|
|
|
21
21
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
22
22
|
def self.attribute_map
|
|
23
23
|
{
|
|
24
|
-
:'
|
|
24
|
+
:'authentication_type' => :'authenticationType'
|
|
25
25
|
}
|
|
26
26
|
end
|
|
27
27
|
|
|
28
28
|
# Attribute type mapping.
|
|
29
29
|
def self.openapi_types
|
|
30
30
|
{
|
|
31
|
-
:'
|
|
31
|
+
:'authentication_type' => :'String'
|
|
32
32
|
}
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
# List of class defined in allOf (OpenAPI v3)
|
|
36
36
|
def self.openapi_all_of
|
|
37
37
|
[
|
|
38
|
-
:'
|
|
39
|
-
:'
|
|
38
|
+
:'AuthenticationRequest',
|
|
39
|
+
:'Secure3D10AuthenticationRequestAllOf'
|
|
40
40
|
]
|
|
41
41
|
end
|
|
42
42
|
|
|
@@ -44,13 +44,13 @@ module OpenapiClient
|
|
|
44
44
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
45
45
|
def initialize(attributes = {})
|
|
46
46
|
if (!attributes.is_a?(Hash))
|
|
47
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::
|
|
47
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::Secure3D10AuthenticationRequest` initialize method"
|
|
48
48
|
end
|
|
49
49
|
|
|
50
50
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
51
51
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
52
52
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
53
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::
|
|
53
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::Secure3D10AuthenticationRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
54
54
|
end
|
|
55
55
|
h[k.to_sym] = v
|
|
56
56
|
}
|
|
@@ -58,8 +58,8 @@ module OpenapiClient
|
|
|
58
58
|
# call parent's initialize
|
|
59
59
|
super(attributes)
|
|
60
60
|
|
|
61
|
-
if attributes.key?(:'
|
|
62
|
-
self.
|
|
61
|
+
if attributes.key?(:'authentication_type')
|
|
62
|
+
self.authentication_type = attributes[:'authentication_type']
|
|
63
63
|
end
|
|
64
64
|
end
|
|
65
65
|
|
|
@@ -81,7 +81,7 @@ module OpenapiClient
|
|
|
81
81
|
def ==(o)
|
|
82
82
|
return true if self.equal?(o)
|
|
83
83
|
self.class == o.class &&
|
|
84
|
-
|
|
84
|
+
authentication_type == o.authentication_type && super(o)
|
|
85
85
|
end
|
|
86
86
|
|
|
87
87
|
# @see the `==` method
|
|
@@ -93,7 +93,7 @@ module OpenapiClient
|
|
|
93
93
|
# Calculates hash code according to all attributes.
|
|
94
94
|
# @return [Integer] Hash code
|
|
95
95
|
def hash
|
|
96
|
-
[
|
|
96
|
+
[authentication_type].hash
|
|
97
97
|
end
|
|
98
98
|
|
|
99
99
|
# Builds the object from hash
|