Package com.stripe.events
Class V1BillingMeterErrorReportTriggeredEvent.EventData
java.lang.Object
com.stripe.events.V1BillingMeterErrorReportTriggeredEvent.EventData
- Enclosing class:
- V1BillingMeterErrorReportTriggeredEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtra field included in the event'sdatawhen fetched from /v2/events.This contains information about why meter error happens.The end of the window that is encapsulated by this summary.The start of the window that is encapsulated by this summary.voidsetDeveloperMessageSummary(String developerMessageSummary) Extra field included in the event'sdatawhen fetched from /v2/events.voidThis contains information about why meter error happens.voidsetValidationEnd(Instant validationEnd) The end of the window that is encapsulated by this summary.voidsetValidationStart(Instant validationStart) The start of the window that is encapsulated by this summary.
-
Constructor Details
-
EventData
public EventData()
-
-
Method Details
-
getDeveloperMessageSummary
Extra field included in the event'sdatawhen fetched from /v2/events. -
getReason
This contains information about why meter error happens. -
getValidationEnd
The end of the window that is encapsulated by this summary. -
getValidationStart
The start of the window that is encapsulated by this summary. -
setDeveloperMessageSummary
Extra field included in the event'sdatawhen fetched from /v2/events. -
setReason
This contains information about why meter error happens. -
setValidationEnd
The end of the window that is encapsulated by this summary. -
setValidationStart
The start of the window that is encapsulated by this summary.
-