Package com.stripe.events
Class V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEventNotification
java.lang.Object
com.stripe.model.v2.core.EventNotification
com.stripe.events.V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEventNotification
public final class V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEventNotification
extends EventNotification
-
Nested Class Summary
Nested classes/interfaces inherited from class com.stripe.model.v2.core.EventNotification
EventNotification.Reason, EventNotification.Request
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the corresponding full event from the Stripe API.Retrieves the related object from the API.Object containing the reference to API resource relevant to the event.Methods inherited from class com.stripe.model.v2.core.EventNotification
fetchRelatedObject, fromJson, getContext, getCreated, getId, getLivemode, getReason, getType
-
Constructor Details
-
V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEventNotification
public V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEventNotification()
-
-
Method Details
-
fetchRelatedObject
Retrieves the related object from the API. Make an API request on every call.- Throws:
StripeException
-
fetchEvent
public V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEvent fetchEvent() throws StripeExceptionRetrieve the corresponding full event from the Stripe API.- Overrides:
fetchEvent
in classEventNotification
- Throws:
StripeException
-
getRelatedObject
Object containing the reference to API resource relevant to the event.
-