Package com.stripe

Class StripeEventNotificationHandler.UnhandledNotificationDetails

java.lang.Object
com.stripe.StripeEventNotificationHandler.UnhandledNotificationDetails
Enclosing class:
StripeEventNotificationHandler

public static class StripeEventNotificationHandler.UnhandledNotificationDetails extends Object
Information about an unhandled event notification to make it easier to respond (and potentially update your integration).
  • Method Details

    • isKnownEventType

      public boolean isKnownEventType()
      If true, the unhandled event's type is known to the SDK (i.e., it was successfully deserialized into a specific `EventNotification` subclass).