Package com.stripe.events
Class V1BillingMeterErrorReportTriggeredEvent
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.Event
com.stripe.events.V1BillingMeterErrorReportTriggeredEvent
- All Implemented Interfaces:
HasId
,StripeActiveObject
,StripeObjectInterface
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Nested classes/interfaces inherited from class com.stripe.model.v2.Event
Event.Reason, Event.RelatedObject
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the related object from the API.getData()
Data for the v1.billing.meter.error_report_triggered event.Object containing the reference to API resource relevant to the event.Methods inherited from class com.stripe.model.v2.Event
canEqual, equals, fetchRelatedObject, getContext, getCreated, getId, getLivemode, getObject, getReason, getResponseGetter, getType, hashCode, parse, setContext, setCreated, setId, setLivemode, setObject, setReason, setResponseGetter, setType
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.stripe.model.StripeActiveObject
trySetResponseGetter
-
Constructor Details
-
V1BillingMeterErrorReportTriggeredEvent
public V1BillingMeterErrorReportTriggeredEvent()
-
-
Method Details
-
fetchRelatedObject
Retrieves the related object from the API. Make an API request on every call.- Throws:
StripeException
-
getData
Data for the v1.billing.meter.error_report_triggered event. -
getRelatedObject
Object containing the reference to API resource relevant to the event.
-