Class: Lithic::Models::ThreeDSAuthentication::App

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

#deviceString?

Device model: e.g. “Apple iPhone 16”.

Returns:

  • (String, nil)


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

optional :device, String, nil?: true

#device_infoString?

Raw device information - base64-encoded JSON object. Maps to EMV 3DS field ‘deviceInfo`.

Returns:

  • (String, nil)


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

optional :device_info, String, nil?: true

#ipString?

IP address of the device.

Returns:

  • (String, nil)


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

optional :ip, String

#latitudeFloat?

Latitude coordinate of current device location.

Returns:

  • (Float, nil)


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

optional :latitude, Float, nil?: true

#localeString?

Device locale: e.g. “en-US”.

Returns:

  • (String, nil)


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

optional :locale, String, nil?: true

#longitudeFloat?

Longitude coordinate of current device location.

Returns:

  • (Float, nil)


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

optional :longitude, Float, nil?: true

#osString?

Operating System: e.g. “Android 12”, “iOS 17.1”.

Returns:

  • (String, nil)


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

optional :os, String, nil?: true

#platformString?

Device platform: Android, iOS, Windows, etc.

Returns:

  • (String, nil)


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

optional :platform, String, nil?: true

#screen_heightInteger?

Screen height in pixels.

Returns:

  • (Integer, nil)


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

optional :screen_height, Integer, nil?: true

#screen_widthInteger?

Screen width in pixels.

Returns:

  • (Integer, nil)


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

optional :screen_width, Integer, nil?: true

#time_zoneString?

Time zone offset in minutes between UTC and device local time.

Returns:

  • (String, nil)


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

optional :time_zone, String, nil?: true