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

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

Overview

See Also:

  • Lithic::Models::ThreeDSAuthentication#browser

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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

#initialize ⇒ Object



694
# File 'sig/lithic/models/three_ds_authentication.rbs', line 694

def initialize: (

Instance Attribute Details

#accept_header ⇒ String?

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

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


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

optional :accept_header, String, nil?: true

#ip ⇒ String?

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.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


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

optional :ip, String, nil?: true

#java_enabled ⇒ Boolean?

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

Parameters:

  • value (Boolean, nil)

Returns:

  • (Boolean, nil)


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

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

#javascript_enabled ⇒ Boolean?

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

Parameters:

  • value (Boolean, nil)

Returns:

  • (Boolean, nil)


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

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

#language ⇒ String?

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

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


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

optional :language, String, nil?: true

#time_zone ⇒ String?

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

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


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

optional :time_zone, String, nil?: true

#user_agent ⇒ String?

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

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


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

optional :user_agent, String, nil?: true

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


704
# File 'sig/lithic/models/three_ds_authentication.rbs', line 704

def to_hash: -> {