Class V1BillingMeterErrorReportTriggeredEvent.EventData

java.lang.Object
com.stripe.events.V1BillingMeterErrorReportTriggeredEvent.EventData
Enclosing class:
V1BillingMeterErrorReportTriggeredEvent

public static final class V1BillingMeterErrorReportTriggeredEvent.EventData extends Object
  • Constructor Details

    • EventData

      public EventData()
  • Method Details

    • getDeveloperMessageSummary

      public String getDeveloperMessageSummary()
      Extra field included in the event's data when fetched from /v2/events.
    • getReason

      This contains information about why meter error happens.
    • getValidationEnd

      public Instant getValidationEnd()
      The end of the window that is encapsulated by this summary.
    • getValidationStart

      public Instant getValidationStart()
      The start of the window that is encapsulated by this summary.
    • setDeveloperMessageSummary

      public void setDeveloperMessageSummary(String developerMessageSummary)
      Extra field included in the event's data when fetched from /v2/events.
    • setReason

      This contains information about why meter error happens.
    • setValidationEnd

      public void setValidationEnd(Instant validationEnd)
      The end of the window that is encapsulated by this summary.
    • setValidationStart

      public void setValidationStart(Instant validationStart)
      The start of the window that is encapsulated by this summary.