Class: Stripe::DelegatedCheckout::RequestedSession::RiskDetails::ClientDeviceMetadataDetails

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/delegated_checkout/requested_session.rb

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Class Method Summary collapse

Methods inherited from StripeObject

#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Instance Attribute Details

#radar_sessionObject (readonly)

The radar session for the client device.



604
605
606
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 604

def radar_session
  @radar_session
end

#referrerObject (readonly)

The referrer of the client device.



606
607
608
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 606

def referrer
  @referrer
end

#remote_ipObject (readonly)

The remote IP address of the client device.



608
609
610
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 608

def remote_ip
  @remote_ip
end

#time_on_page_msObject (readonly)

The time spent on the page by the client device.



610
611
612
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 610

def time_on_page_ms
  @time_on_page_ms
end

#user_agentObject (readonly)

The user agent of the client device.



612
613
614
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 612

def user_agent
  @user_agent
end

Class Method Details

.field_remappingsObject



618
619
620
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 618

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



614
615
616
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 614

def self.inner_class_types
  @inner_class_types = {}
end