Package com.stripe
Class StripeEventNotificationHandler.UnhandledNotificationDetails
java.lang.Object
com.stripe.StripeEventNotificationHandler.UnhandledNotificationDetails
- Enclosing class:
- StripeEventNotificationHandler
Information about an unhandled event notification to make it easier to respond (and potentially
update your integration).
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIf true, the unhandled event's type is known to the SDK (i.e., it was successfully deserialized into a specific `EventNotification` subclass).
-
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).
-