Class: Stripe::Events::V1BillingMeterErrorReportTriggeredEvent::V1BillingMeterErrorReportTriggeredEventData
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Events::V1BillingMeterErrorReportTriggeredEvent::V1BillingMeterErrorReportTriggeredEventData
- Defined in:
- lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb
Defined Under Namespace
Classes: Reason
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#developer_message_summary ⇒ Object
readonly
Extra field included in the event’s ‘data` when fetched from /v2/events.
-
#reason ⇒ Object
readonly
This contains information about why meter error happens.
-
#validation_end ⇒ Object
readonly
The end of the window that is encapsulated by this summary.
-
#validation_start ⇒ Object
readonly
The start of the window that is encapsulated by this summary.
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?, #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
#developer_message_summary ⇒ Object (readonly)
Extra field included in the event’s ‘data` when fetched from /v2/events.
72 73 74 |
# File 'lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb', line 72 def @developer_message_summary end |
#reason ⇒ Object (readonly)
This contains information about why meter error happens.
70 71 72 |
# File 'lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb', line 70 def reason @reason end |
#validation_end ⇒ Object (readonly)
The end of the window that is encapsulated by this summary.
76 77 78 |
# File 'lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb', line 76 def validation_end @validation_end end |
#validation_start ⇒ Object (readonly)
The start of the window that is encapsulated by this summary.
74 75 76 |
# File 'lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb', line 74 def validation_start @validation_start end |
Class Method Details
.field_remappings ⇒ Object
82 83 84 |
# File 'lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb', line 82 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
78 79 80 |
# File 'lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb', line 78 def self.inner_class_types @inner_class_types = { reason: Reason } end |