Class: Lithic::Models::ThreeDSAuthentication::Browser

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/lithic/models/three_ds_authentication.rb

Overview

See Also:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

This class inherits a constructor from Lithic::Internal::Type::BaseModel

Instance Attribute Details

#accept_headerString?

Content of the HTTP accept headers as sent from the cardholder’s browser to the 3DS requestor (e.g., merchant or digital wallet).

Returns:

  • (String, nil)


948
# File 'lib/lithic/models/three_ds_authentication.rb', line 948

optional :accept_header, String, nil?: true

#ipString?

IP address of the browser as returned by the HTTP headers to the 3DS requestor (e.g., merchant or digital wallet). Maps to EMV 3DS field ‘browserIP`.

Returns:

  • (String, nil)


955
# File 'lib/lithic/models/three_ds_authentication.rb', line 955

optional :ip, String, nil?: true

#java_enabledBoolean?

Indicates whether the cardholder’s browser has the ability to execute Java. Maps to EMV 3DS field ‘browserJavaEnabled`.

Returns:

  • (Boolean, nil)


962
# File 'lib/lithic/models/three_ds_authentication.rb', line 962

optional :java_enabled, Lithic::Internal::Type::Boolean, nil?: true

#javascript_enabledBoolean?

Indicates whether the cardholder’s browser has the ability to execute JavaScript. Maps to EMV 3DS field ‘browserJavascriptEnabled`.

Returns:

  • (Boolean, nil)


969
# File 'lib/lithic/models/three_ds_authentication.rb', line 969

optional :javascript_enabled, Lithic::Internal::Type::Boolean, nil?: true

#languageString?

Language of the cardholder’s browser as defined in IETF BCP47. Maps to EMV 3DS field ‘browserLanguage`.

Returns:

  • (String, nil)


976
# File 'lib/lithic/models/three_ds_authentication.rb', line 976

optional :language, String, nil?: true

#time_zoneString?

Time zone offset in minutes between UTC and browser local time. Maps to EMV 3DS field ‘browserTz`.

Returns:

  • (String, nil)


983
# File 'lib/lithic/models/three_ds_authentication.rb', line 983

optional :time_zone, String, nil?: true

#user_agentString?

Content of the HTTP user-agent header. Maps to EMV 3DS field ‘browserUserAgent`.

Returns:

  • (String, nil)


989
# File 'lib/lithic/models/three_ds_authentication.rb', line 989

optional :user_agent, String, nil?: true