Class: Stripe::Events::V1BillingMeterErrorReportTriggeredEvent::V1BillingMeterErrorReportTriggeredEventData

Inherits:
StripeObject
  • Object
show all
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

Attributes inherited from StripeObject

#last_response

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_summaryObject (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
  @developer_message_summary
end

#reasonObject (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_endObject (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_startObject (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_remappingsObject



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_typesObject



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