Class: Stripe::Radar::PaymentEvaluation::ClientDeviceMetadataDetails::Data
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Radar::PaymentEvaluation::ClientDeviceMetadataDetails::Data
- Defined in:
- lib/stripe/resources/radar/payment_evaluation.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#ip ⇒ Object
readonly
The IP address of the client device.
-
#pasted_fields ⇒ Object
readonly
Pasted fields from the checkout flow.
-
#referrer ⇒ Object
readonly
The referrer of the client device.
-
#time_on_page_ms ⇒ Object
readonly
The time on page in milliseconds.
-
#user_agent ⇒ Object
readonly
The user agent of the client device.
Attributes inherited from StripeObject
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
#ip ⇒ Object (readonly)
The IP address of the client device.
18 19 20 |
# File 'lib/stripe/resources/radar/payment_evaluation.rb', line 18 def ip @ip end |
#pasted_fields ⇒ Object (readonly)
Pasted fields from the checkout flow.
20 21 22 |
# File 'lib/stripe/resources/radar/payment_evaluation.rb', line 20 def pasted_fields @pasted_fields end |
#referrer ⇒ Object (readonly)
The referrer of the client device.
22 23 24 |
# File 'lib/stripe/resources/radar/payment_evaluation.rb', line 22 def referrer @referrer end |
#time_on_page_ms ⇒ Object (readonly)
The time on page in milliseconds.
24 25 26 |
# File 'lib/stripe/resources/radar/payment_evaluation.rb', line 24 def time_on_page_ms @time_on_page_ms end |
#user_agent ⇒ Object (readonly)
The user agent of the client device.
26 27 28 |
# File 'lib/stripe/resources/radar/payment_evaluation.rb', line 26 def user_agent @user_agent end |
Class Method Details
.field_remappings ⇒ Object
32 33 34 |
# File 'lib/stripe/resources/radar/payment_evaluation.rb', line 32 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
28 29 30 |
# File 'lib/stripe/resources/radar/payment_evaluation.rb', line 28 def self.inner_class_types @inner_class_types = {} end |