Class: Stripe::Events::V2CoreHealthFraudRateIncreasedEvent::V2CoreHealthFraudRateIncreasedEventData::Impact
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Events::V2CoreHealthFraudRateIncreasedEvent::V2CoreHealthFraudRateIncreasedEventData::Impact
- Defined in:
- lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#attack_type ⇒ Object
readonly
Fraud attack type.
-
#impacted_requests ⇒ Object
readonly
The number of impacted requests which are detected.
-
#realized_fraud_amount ⇒ Object
readonly
Estimated aggregated amount for the impacted requests.
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
#attack_type ⇒ Object (readonly)
Fraud attack type.
15 16 17 |
# File 'lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb', line 15 def attack_type @attack_type end |
#impacted_requests ⇒ Object (readonly)
The number of impacted requests which are detected.
17 18 19 |
# File 'lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb', line 17 def impacted_requests @impacted_requests end |
#realized_fraud_amount ⇒ Object (readonly)
Estimated aggregated amount for the impacted requests.
19 20 21 |
# File 'lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb', line 19 def realized_fraud_amount @realized_fraud_amount end |
Class Method Details
.field_remappings ⇒ Object
25 26 27 |
# File 'lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb', line 25 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
21 22 23 |
# File 'lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb', line 21 def self.inner_class_types @inner_class_types = {} end |