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'sdata
when 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.void
setDeveloperMessageSummary
(String developerMessageSummary) Extra field included in the event'sdata
when fetched from /v2/events.void
This contains information about why meter error happens.void
setValidationEnd
(Instant validationEnd) The end of the window that is encapsulated by this summary.void
setValidationStart
(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'sdata
when 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'sdata
when 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.
-