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
|
|
@@ -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
|
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Payment Gateway API Specification.
|
|
3
|
+
|
|
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
|
+
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: unset
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'date'
|
|
14
|
+
|
|
15
|
+
module OpenapiClient
|
|
16
|
+
# Object contains classic mode branding style properties.
|
|
17
|
+
class ClassicMode
|
|
18
|
+
attr_accessor :background_color
|
|
19
|
+
|
|
20
|
+
attr_accessor :mobile
|
|
21
|
+
|
|
22
|
+
attr_accessor :amount_title
|
|
23
|
+
|
|
24
|
+
attr_accessor :superscription
|
|
25
|
+
|
|
26
|
+
attr_accessor :individual_text
|
|
27
|
+
|
|
28
|
+
attr_accessor :label
|
|
29
|
+
|
|
30
|
+
attr_accessor :normal_text
|
|
31
|
+
|
|
32
|
+
attr_accessor :buttons
|
|
33
|
+
|
|
34
|
+
attr_accessor :anchor
|
|
35
|
+
|
|
36
|
+
attr_accessor :system_messages
|
|
37
|
+
|
|
38
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
39
|
+
def self.attribute_map
|
|
40
|
+
{
|
|
41
|
+
:'background_color' => :'backgroundColor',
|
|
42
|
+
:'mobile' => :'mobile',
|
|
43
|
+
:'amount_title' => :'amountTitle',
|
|
44
|
+
:'superscription' => :'superscription',
|
|
45
|
+
:'individual_text' => :'individualText',
|
|
46
|
+
:'label' => :'label',
|
|
47
|
+
:'normal_text' => :'normalText',
|
|
48
|
+
:'buttons' => :'buttons',
|
|
49
|
+
:'anchor' => :'anchor',
|
|
50
|
+
:'system_messages' => :'systemMessages'
|
|
51
|
+
}
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
# Attribute type mapping.
|
|
55
|
+
def self.openapi_types
|
|
56
|
+
{
|
|
57
|
+
:'background_color' => :'BackgroundColor',
|
|
58
|
+
:'mobile' => :'Mobile',
|
|
59
|
+
:'amount_title' => :'FontProperties',
|
|
60
|
+
:'superscription' => :'FontProperties',
|
|
61
|
+
:'individual_text' => :'FontProperties',
|
|
62
|
+
:'label' => :'FontProperties',
|
|
63
|
+
:'normal_text' => :'FontProperties',
|
|
64
|
+
:'buttons' => :'Properties',
|
|
65
|
+
:'anchor' => :'Properties',
|
|
66
|
+
:'system_messages' => :'Properties'
|
|
67
|
+
}
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
# Initializes the object
|
|
71
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
72
|
+
def initialize(attributes = {})
|
|
73
|
+
if (!attributes.is_a?(Hash))
|
|
74
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::ClassicMode` initialize method"
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
78
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
79
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
80
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::ClassicMode`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
81
|
+
end
|
|
82
|
+
h[k.to_sym] = v
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
if attributes.key?(:'background_color')
|
|
86
|
+
self.background_color = attributes[:'background_color']
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
if attributes.key?(:'mobile')
|
|
90
|
+
self.mobile = attributes[:'mobile']
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
if attributes.key?(:'amount_title')
|
|
94
|
+
self.amount_title = attributes[:'amount_title']
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
if attributes.key?(:'superscription')
|
|
98
|
+
self.superscription = attributes[:'superscription']
|
|
99
|
+
end
|
|
100
|
+
|
|
101
|
+
if attributes.key?(:'individual_text')
|
|
102
|
+
self.individual_text = attributes[:'individual_text']
|
|
103
|
+
end
|
|
104
|
+
|
|
105
|
+
if attributes.key?(:'label')
|
|
106
|
+
self.label = attributes[:'label']
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
if attributes.key?(:'normal_text')
|
|
110
|
+
self.normal_text = attributes[:'normal_text']
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
if attributes.key?(:'buttons')
|
|
114
|
+
self.buttons = attributes[:'buttons']
|
|
115
|
+
end
|
|
116
|
+
|
|
117
|
+
if attributes.key?(:'anchor')
|
|
118
|
+
self.anchor = attributes[:'anchor']
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
if attributes.key?(:'system_messages')
|
|
122
|
+
self.system_messages = attributes[:'system_messages']
|
|
123
|
+
end
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
127
|
+
# @return Array for valid properties with the reasons
|
|
128
|
+
def list_invalid_properties
|
|
129
|
+
invalid_properties = Array.new
|
|
130
|
+
invalid_properties
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
# Check to see if the all the properties in the model are valid
|
|
134
|
+
# @return true if the model is valid
|
|
135
|
+
def valid?
|
|
136
|
+
true
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
# Checks equality by comparing each attribute.
|
|
140
|
+
# @param [Object] Object to be compared
|
|
141
|
+
def ==(o)
|
|
142
|
+
return true if self.equal?(o)
|
|
143
|
+
self.class == o.class &&
|
|
144
|
+
background_color == o.background_color &&
|
|
145
|
+
mobile == o.mobile &&
|
|
146
|
+
amount_title == o.amount_title &&
|
|
147
|
+
superscription == o.superscription &&
|
|
148
|
+
individual_text == o.individual_text &&
|
|
149
|
+
label == o.label &&
|
|
150
|
+
normal_text == o.normal_text &&
|
|
151
|
+
buttons == o.buttons &&
|
|
152
|
+
anchor == o.anchor &&
|
|
153
|
+
system_messages == o.system_messages
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
# @see the `==` method
|
|
157
|
+
# @param [Object] Object to be compared
|
|
158
|
+
def eql?(o)
|
|
159
|
+
self == o
|
|
160
|
+
end
|
|
161
|
+
|
|
162
|
+
# Calculates hash code according to all attributes.
|
|
163
|
+
# @return [Integer] Hash code
|
|
164
|
+
def hash
|
|
165
|
+
[background_color, mobile, amount_title, superscription, individual_text, label, normal_text, buttons, anchor, system_messages].hash
|
|
166
|
+
end
|
|
167
|
+
|
|
168
|
+
# Builds the object from hash
|
|
169
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
170
|
+
# @return [Object] Returns the model itself
|
|
171
|
+
def self.build_from_hash(attributes)
|
|
172
|
+
new.build_from_hash(attributes)
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
# Builds the object from hash
|
|
176
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
177
|
+
# @return [Object] Returns the model itself
|
|
178
|
+
def build_from_hash(attributes)
|
|
179
|
+
return nil unless attributes.is_a?(Hash)
|
|
180
|
+
self.class.openapi_types.each_pair do |key, type|
|
|
181
|
+
if type =~ /\AArray<(.*)>/i
|
|
182
|
+
# check to ensure the input is an array given that the attribute
|
|
183
|
+
# is documented as an array but the input is not
|
|
184
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
185
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
186
|
+
end
|
|
187
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
188
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
189
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
|
190
|
+
end
|
|
191
|
+
|
|
192
|
+
self
|
|
193
|
+
end
|
|
194
|
+
|
|
195
|
+
# Deserializes the data based on type
|
|
196
|
+
# @param string type Data type
|
|
197
|
+
# @param string value Value to be deserialized
|
|
198
|
+
# @return [Object] Deserialized data
|
|
199
|
+
def _deserialize(type, value)
|
|
200
|
+
case type.to_sym
|
|
201
|
+
when :DateTime
|
|
202
|
+
DateTime.parse(value)
|
|
203
|
+
when :Date
|
|
204
|
+
Date.parse(value)
|
|
205
|
+
when :String
|
|
206
|
+
value.to_s
|
|
207
|
+
when :Integer
|
|
208
|
+
value.to_i
|
|
209
|
+
when :Float
|
|
210
|
+
value.to_f
|
|
211
|
+
when :Boolean
|
|
212
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
213
|
+
true
|
|
214
|
+
else
|
|
215
|
+
false
|
|
216
|
+
end
|
|
217
|
+
when :Object
|
|
218
|
+
# generic object (usually a Hash), return directly
|
|
219
|
+
value
|
|
220
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
221
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
222
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
223
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
224
|
+
k_type = Regexp.last_match[:k_type]
|
|
225
|
+
v_type = Regexp.last_match[:v_type]
|
|
226
|
+
{}.tap do |hash|
|
|
227
|
+
value.each do |k, v|
|
|
228
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
229
|
+
end
|
|
230
|
+
end
|
|
231
|
+
else # model
|
|
232
|
+
OpenapiClient.const_get(type).build_from_hash(value)
|
|
233
|
+
end
|
|
234
|
+
end
|
|
235
|
+
|
|
236
|
+
# Returns the string representation of the object
|
|
237
|
+
# @return [String] String presentation of the object
|
|
238
|
+
def to_s
|
|
239
|
+
to_hash.to_s
|
|
240
|
+
end
|
|
241
|
+
|
|
242
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
243
|
+
# @return [Hash] Returns the object in the form of hash
|
|
244
|
+
def to_body
|
|
245
|
+
to_hash
|
|
246
|
+
end
|
|
247
|
+
|
|
248
|
+
# Returns the object in the form of hash
|
|
249
|
+
# @return [Hash] Returns the object in the form of hash
|
|
250
|
+
def to_hash
|
|
251
|
+
hash = {}
|
|
252
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
253
|
+
value = self.send(attr)
|
|
254
|
+
next if value.nil?
|
|
255
|
+
hash[param] = _to_hash(value)
|
|
256
|
+
end
|
|
257
|
+
hash
|
|
258
|
+
end
|
|
259
|
+
|
|
260
|
+
# Outputs non-array value in the form of hash
|
|
261
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
262
|
+
# @param [Object] value Any valid value
|
|
263
|
+
# @return [Hash] Returns the value in the form of hash
|
|
264
|
+
def _to_hash(value)
|
|
265
|
+
if value.is_a?(Array)
|
|
266
|
+
value.compact.map { |v| _to_hash(v) }
|
|
267
|
+
elsif value.is_a?(Hash)
|
|
268
|
+
{}.tap do |hash|
|
|
269
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
270
|
+
end
|
|
271
|
+
elsif value.respond_to? :to_hash
|
|
272
|
+
value.to_hash
|
|
273
|
+
else
|
|
274
|
+
value
|
|
275
|
+
end
|
|
276
|
+
end
|
|
277
|
+
end
|
|
278
|
+
end
|
|
@@ -0,0 +1,329 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Payment Gateway API Specification.
|
|
3
|
+
|
|
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
|
+
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: unset
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'date'
|
|
14
|
+
|
|
15
|
+
module OpenapiClient
|
|
16
|
+
# Contains clearing related response information.
|
|
17
|
+
class ClearingDetails
|
|
18
|
+
# The array contains information about the clearing elements.
|
|
19
|
+
attr_accessor :clearing_elements
|
|
20
|
+
|
|
21
|
+
# Timestamp when the clearing has been processed. The used format is \"YYYYMMDDhhmmss\".
|
|
22
|
+
attr_accessor :batch_time_stamp
|
|
23
|
+
|
|
24
|
+
# Start receipt number for the clearing process.
|
|
25
|
+
attr_accessor :receipt_number_from
|
|
26
|
+
|
|
27
|
+
# End receipt number for the clearing process.
|
|
28
|
+
attr_accessor :receipt_number_to
|
|
29
|
+
|
|
30
|
+
# Trace number for the clearing process.
|
|
31
|
+
attr_accessor :trace_number
|
|
32
|
+
|
|
33
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
34
|
+
def self.attribute_map
|
|
35
|
+
{
|
|
36
|
+
:'clearing_elements' => :'clearingElements',
|
|
37
|
+
:'batch_time_stamp' => :'batchTimeStamp',
|
|
38
|
+
:'receipt_number_from' => :'receiptNumberFrom',
|
|
39
|
+
:'receipt_number_to' => :'receiptNumberTo',
|
|
40
|
+
:'trace_number' => :'traceNumber'
|
|
41
|
+
}
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
# Attribute type mapping.
|
|
45
|
+
def self.openapi_types
|
|
46
|
+
{
|
|
47
|
+
:'clearing_elements' => :'Array<ClearingElement>',
|
|
48
|
+
:'batch_time_stamp' => :'String',
|
|
49
|
+
:'receipt_number_from' => :'Integer',
|
|
50
|
+
:'receipt_number_to' => :'Integer',
|
|
51
|
+
:'trace_number' => :'Integer'
|
|
52
|
+
}
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
# Initializes the object
|
|
56
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
57
|
+
def initialize(attributes = {})
|
|
58
|
+
if (!attributes.is_a?(Hash))
|
|
59
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::ClearingDetails` initialize method"
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
63
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
64
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
65
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::ClearingDetails`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
66
|
+
end
|
|
67
|
+
h[k.to_sym] = v
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
if attributes.key?(:'clearing_elements')
|
|
71
|
+
if (value = attributes[:'clearing_elements']).is_a?(Array)
|
|
72
|
+
self.clearing_elements = value
|
|
73
|
+
end
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
if attributes.key?(:'batch_time_stamp')
|
|
77
|
+
self.batch_time_stamp = attributes[:'batch_time_stamp']
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
if attributes.key?(:'receipt_number_from')
|
|
81
|
+
self.receipt_number_from = attributes[:'receipt_number_from']
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
if attributes.key?(:'receipt_number_to')
|
|
85
|
+
self.receipt_number_to = attributes[:'receipt_number_to']
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
if attributes.key?(:'trace_number')
|
|
89
|
+
self.trace_number = attributes[:'trace_number']
|
|
90
|
+
end
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
94
|
+
# @return Array for valid properties with the reasons
|
|
95
|
+
def list_invalid_properties
|
|
96
|
+
invalid_properties = Array.new
|
|
97
|
+
pattern = Regexp.new(/[0-9]{14}/)
|
|
98
|
+
if !@batch_time_stamp.nil? && @batch_time_stamp !~ pattern
|
|
99
|
+
invalid_properties.push("invalid value for \"batch_time_stamp\", must conform to the pattern #{pattern}.")
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
if !@receipt_number_from.nil? && @receipt_number_from > 9999
|
|
103
|
+
invalid_properties.push('invalid value for "receipt_number_from", must be smaller than or equal to 9999.')
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
if !@receipt_number_from.nil? && @receipt_number_from < 1
|
|
107
|
+
invalid_properties.push('invalid value for "receipt_number_from", must be greater than or equal to 1.')
|
|
108
|
+
end
|
|
109
|
+
|
|
110
|
+
if !@receipt_number_to.nil? && @receipt_number_to > 9999
|
|
111
|
+
invalid_properties.push('invalid value for "receipt_number_to", must be smaller than or equal to 9999.')
|
|
112
|
+
end
|
|
113
|
+
|
|
114
|
+
if !@receipt_number_to.nil? && @receipt_number_to < 1
|
|
115
|
+
invalid_properties.push('invalid value for "receipt_number_to", must be greater than or equal to 1.')
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
if !@trace_number.nil? && @trace_number > 999999
|
|
119
|
+
invalid_properties.push('invalid value for "trace_number", must be smaller than or equal to 999999.')
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
if !@trace_number.nil? && @trace_number < 0
|
|
123
|
+
invalid_properties.push('invalid value for "trace_number", must be greater than or equal to 0.')
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
invalid_properties
|
|
127
|
+
end
|
|
128
|
+
|
|
129
|
+
# Check to see if the all the properties in the model are valid
|
|
130
|
+
# @return true if the model is valid
|
|
131
|
+
def valid?
|
|
132
|
+
return false if !@batch_time_stamp.nil? && @batch_time_stamp !~ Regexp.new(/[0-9]{14}/)
|
|
133
|
+
return false if !@receipt_number_from.nil? && @receipt_number_from > 9999
|
|
134
|
+
return false if !@receipt_number_from.nil? && @receipt_number_from < 1
|
|
135
|
+
return false if !@receipt_number_to.nil? && @receipt_number_to > 9999
|
|
136
|
+
return false if !@receipt_number_to.nil? && @receipt_number_to < 1
|
|
137
|
+
return false if !@trace_number.nil? && @trace_number > 999999
|
|
138
|
+
return false if !@trace_number.nil? && @trace_number < 0
|
|
139
|
+
true
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
# Custom attribute writer method with validation
|
|
143
|
+
# @param [Object] batch_time_stamp Value to be assigned
|
|
144
|
+
def batch_time_stamp=(batch_time_stamp)
|
|
145
|
+
pattern = Regexp.new(/[0-9]{14}/)
|
|
146
|
+
if !batch_time_stamp.nil? && batch_time_stamp !~ pattern
|
|
147
|
+
fail ArgumentError, "invalid value for \"batch_time_stamp\", must conform to the pattern #{pattern}."
|
|
148
|
+
end
|
|
149
|
+
|
|
150
|
+
@batch_time_stamp = batch_time_stamp
|
|
151
|
+
end
|
|
152
|
+
|
|
153
|
+
# Custom attribute writer method with validation
|
|
154
|
+
# @param [Object] receipt_number_from Value to be assigned
|
|
155
|
+
def receipt_number_from=(receipt_number_from)
|
|
156
|
+
if !receipt_number_from.nil? && receipt_number_from > 9999
|
|
157
|
+
fail ArgumentError, 'invalid value for "receipt_number_from", must be smaller than or equal to 9999.'
|
|
158
|
+
end
|
|
159
|
+
|
|
160
|
+
if !receipt_number_from.nil? && receipt_number_from < 1
|
|
161
|
+
fail ArgumentError, 'invalid value for "receipt_number_from", must be greater than or equal to 1.'
|
|
162
|
+
end
|
|
163
|
+
|
|
164
|
+
@receipt_number_from = receipt_number_from
|
|
165
|
+
end
|
|
166
|
+
|
|
167
|
+
# Custom attribute writer method with validation
|
|
168
|
+
# @param [Object] receipt_number_to Value to be assigned
|
|
169
|
+
def receipt_number_to=(receipt_number_to)
|
|
170
|
+
if !receipt_number_to.nil? && receipt_number_to > 9999
|
|
171
|
+
fail ArgumentError, 'invalid value for "receipt_number_to", must be smaller than or equal to 9999.'
|
|
172
|
+
end
|
|
173
|
+
|
|
174
|
+
if !receipt_number_to.nil? && receipt_number_to < 1
|
|
175
|
+
fail ArgumentError, 'invalid value for "receipt_number_to", must be greater than or equal to 1.'
|
|
176
|
+
end
|
|
177
|
+
|
|
178
|
+
@receipt_number_to = receipt_number_to
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
# Custom attribute writer method with validation
|
|
182
|
+
# @param [Object] trace_number Value to be assigned
|
|
183
|
+
def trace_number=(trace_number)
|
|
184
|
+
if !trace_number.nil? && trace_number > 999999
|
|
185
|
+
fail ArgumentError, 'invalid value for "trace_number", must be smaller than or equal to 999999.'
|
|
186
|
+
end
|
|
187
|
+
|
|
188
|
+
if !trace_number.nil? && trace_number < 0
|
|
189
|
+
fail ArgumentError, 'invalid value for "trace_number", must be greater than or equal to 0.'
|
|
190
|
+
end
|
|
191
|
+
|
|
192
|
+
@trace_number = trace_number
|
|
193
|
+
end
|
|
194
|
+
|
|
195
|
+
# Checks equality by comparing each attribute.
|
|
196
|
+
# @param [Object] Object to be compared
|
|
197
|
+
def ==(o)
|
|
198
|
+
return true if self.equal?(o)
|
|
199
|
+
self.class == o.class &&
|
|
200
|
+
clearing_elements == o.clearing_elements &&
|
|
201
|
+
batch_time_stamp == o.batch_time_stamp &&
|
|
202
|
+
receipt_number_from == o.receipt_number_from &&
|
|
203
|
+
receipt_number_to == o.receipt_number_to &&
|
|
204
|
+
trace_number == o.trace_number
|
|
205
|
+
end
|
|
206
|
+
|
|
207
|
+
# @see the `==` method
|
|
208
|
+
# @param [Object] Object to be compared
|
|
209
|
+
def eql?(o)
|
|
210
|
+
self == o
|
|
211
|
+
end
|
|
212
|
+
|
|
213
|
+
# Calculates hash code according to all attributes.
|
|
214
|
+
# @return [Integer] Hash code
|
|
215
|
+
def hash
|
|
216
|
+
[clearing_elements, batch_time_stamp, receipt_number_from, receipt_number_to, trace_number].hash
|
|
217
|
+
end
|
|
218
|
+
|
|
219
|
+
# Builds the object from hash
|
|
220
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
221
|
+
# @return [Object] Returns the model itself
|
|
222
|
+
def self.build_from_hash(attributes)
|
|
223
|
+
new.build_from_hash(attributes)
|
|
224
|
+
end
|
|
225
|
+
|
|
226
|
+
# Builds the object from hash
|
|
227
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
228
|
+
# @return [Object] Returns the model itself
|
|
229
|
+
def build_from_hash(attributes)
|
|
230
|
+
return nil unless attributes.is_a?(Hash)
|
|
231
|
+
self.class.openapi_types.each_pair do |key, type|
|
|
232
|
+
if type =~ /\AArray<(.*)>/i
|
|
233
|
+
# check to ensure the input is an array given that the attribute
|
|
234
|
+
# is documented as an array but the input is not
|
|
235
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
236
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
237
|
+
end
|
|
238
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
239
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
240
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
|
241
|
+
end
|
|
242
|
+
|
|
243
|
+
self
|
|
244
|
+
end
|
|
245
|
+
|
|
246
|
+
# Deserializes the data based on type
|
|
247
|
+
# @param string type Data type
|
|
248
|
+
# @param string value Value to be deserialized
|
|
249
|
+
# @return [Object] Deserialized data
|
|
250
|
+
def _deserialize(type, value)
|
|
251
|
+
case type.to_sym
|
|
252
|
+
when :DateTime
|
|
253
|
+
DateTime.parse(value)
|
|
254
|
+
when :Date
|
|
255
|
+
Date.parse(value)
|
|
256
|
+
when :String
|
|
257
|
+
value.to_s
|
|
258
|
+
when :Integer
|
|
259
|
+
value.to_i
|
|
260
|
+
when :Float
|
|
261
|
+
value.to_f
|
|
262
|
+
when :Boolean
|
|
263
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
264
|
+
true
|
|
265
|
+
else
|
|
266
|
+
false
|
|
267
|
+
end
|
|
268
|
+
when :Object
|
|
269
|
+
# generic object (usually a Hash), return directly
|
|
270
|
+
value
|
|
271
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
272
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
273
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
274
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
275
|
+
k_type = Regexp.last_match[:k_type]
|
|
276
|
+
v_type = Regexp.last_match[:v_type]
|
|
277
|
+
{}.tap do |hash|
|
|
278
|
+
value.each do |k, v|
|
|
279
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
280
|
+
end
|
|
281
|
+
end
|
|
282
|
+
else # model
|
|
283
|
+
OpenapiClient.const_get(type).build_from_hash(value)
|
|
284
|
+
end
|
|
285
|
+
end
|
|
286
|
+
|
|
287
|
+
# Returns the string representation of the object
|
|
288
|
+
# @return [String] String presentation of the object
|
|
289
|
+
def to_s
|
|
290
|
+
to_hash.to_s
|
|
291
|
+
end
|
|
292
|
+
|
|
293
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
294
|
+
# @return [Hash] Returns the object in the form of hash
|
|
295
|
+
def to_body
|
|
296
|
+
to_hash
|
|
297
|
+
end
|
|
298
|
+
|
|
299
|
+
# Returns the object in the form of hash
|
|
300
|
+
# @return [Hash] Returns the object in the form of hash
|
|
301
|
+
def to_hash
|
|
302
|
+
hash = {}
|
|
303
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
304
|
+
value = self.send(attr)
|
|
305
|
+
next if value.nil?
|
|
306
|
+
hash[param] = _to_hash(value)
|
|
307
|
+
end
|
|
308
|
+
hash
|
|
309
|
+
end
|
|
310
|
+
|
|
311
|
+
# Outputs non-array value in the form of hash
|
|
312
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
313
|
+
# @param [Object] value Any valid value
|
|
314
|
+
# @return [Hash] Returns the value in the form of hash
|
|
315
|
+
def _to_hash(value)
|
|
316
|
+
if value.is_a?(Array)
|
|
317
|
+
value.compact.map { |v| _to_hash(v) }
|
|
318
|
+
elsif value.is_a?(Hash)
|
|
319
|
+
{}.tap do |hash|
|
|
320
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
321
|
+
end
|
|
322
|
+
elsif value.respond_to? :to_hash
|
|
323
|
+
value.to_hash
|
|
324
|
+
else
|
|
325
|
+
value
|
|
326
|
+
end
|
|
327
|
+
end
|
|
328
|
+
end
|
|
329
|
+
end
|