Package com.stripe.events
Class V2BillingPricingPlanComponentUpdatedEvent.EventData
java.lang.Object
com.stripe.events.V2BillingPricingPlanComponentUpdatedEvent.EventData
- Enclosing class:
- V2BillingPricingPlanComponentUpdatedEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the PricingPlan that the PricingPlanComponent belongs to.void
setPricingPlanId
(String pricingPlanId) The ID of the PricingPlan that the PricingPlanComponent belongs to.
-
Constructor Details
-
EventData
public EventData()
-
-
Method Details
-
getPricingPlanId
The ID of the PricingPlan that the PricingPlanComponent belongs to. -
setPricingPlanId
The ID of the PricingPlan that the PricingPlanComponent belongs to.
-