Class: Stripe::SharedPayment::GrantedToken::RiskDetails::Insights::StolenCard
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::SharedPayment::GrantedToken::RiskDetails::Insights::StolenCard
- Defined in:
- lib/stripe/resources/shared_payment/granted_token.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#recommended_action ⇒ Object
readonly
Recommended action for this insight.
-
#score ⇒ Object
readonly
Risk score for this insight.
Attributes inherited from Stripe::StripeObject
Class Method Summary collapse
Methods inherited from Stripe::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
#recommended_action ⇒ Object (readonly)
Recommended action for this insight.
1593 1594 1595 |
# File 'lib/stripe/resources/shared_payment/granted_token.rb', line 1593 def recommended_action @recommended_action end |
#score ⇒ Object (readonly)
Risk score for this insight.
1595 1596 1597 |
# File 'lib/stripe/resources/shared_payment/granted_token.rb', line 1595 def score @score end |
Class Method Details
.field_remappings ⇒ Object
1601 1602 1603 |
# File 'lib/stripe/resources/shared_payment/granted_token.rb', line 1601 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
1597 1598 1599 |
# File 'lib/stripe/resources/shared_payment/granted_token.rb', line 1597 def self.inner_class_types @inner_class_types = {} end |