Class: Stripe::V2::Core::Health::Alert::IssuingAuthorizationRequestTimeout
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::Core::Health::Alert::IssuingAuthorizationRequestTimeout
- Defined in:
- lib/stripe/resources/v2/core/health/alert.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#approved_amount ⇒ Object
readonly
Estimated aggregated amount for the approved requests.
-
#approved_impacted_requests ⇒ Object
readonly
The number of approved requests which are impacted.
-
#declined_amount ⇒ Object
readonly
Estimated aggregated amount for the declined requests.
-
#declined_impacted_requests ⇒ Object
readonly
The number of declined requests which are impacted.
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
#approved_amount ⇒ Object (readonly)
Estimated aggregated amount for the approved requests.
289 290 291 |
# File 'lib/stripe/resources/v2/core/health/alert.rb', line 289 def approved_amount @approved_amount end |
#approved_impacted_requests ⇒ Object (readonly)
The number of approved requests which are impacted.
291 292 293 |
# File 'lib/stripe/resources/v2/core/health/alert.rb', line 291 def approved_impacted_requests @approved_impacted_requests end |
#declined_amount ⇒ Object (readonly)
Estimated aggregated amount for the declined requests.
293 294 295 |
# File 'lib/stripe/resources/v2/core/health/alert.rb', line 293 def declined_amount @declined_amount end |
#declined_impacted_requests ⇒ Object (readonly)
The number of declined requests which are impacted.
295 296 297 |
# File 'lib/stripe/resources/v2/core/health/alert.rb', line 295 def declined_impacted_requests @declined_impacted_requests end |
Class Method Details
.field_remappings ⇒ Object
301 302 303 |
# File 'lib/stripe/resources/v2/core/health/alert.rb', line 301 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
297 298 299 |
# File 'lib/stripe/resources/v2/core/health/alert.rb', line 297 def self.inner_class_types @inner_class_types = {} end |