Package com.stripe.events
Class V2BillingRateCardVersionCreatedEvent.EventData
java.lang.Object
com.stripe.events.V2BillingRateCardVersionCreatedEvent.EventData
- Enclosing class:
- V2BillingRateCardVersionCreatedEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the RateCard that the RateCardVersion belongs to.void
setRateCardId
(String rateCardId) The ID of the RateCard that the RateCardVersion belongs to.
-
Constructor Details
-
EventData
public EventData()
-
-
Method Details
-
getRateCardId
The ID of the RateCard that the RateCardVersion belongs to. -
setRateCardId
The ID of the RateCard that the RateCardVersion belongs to.
-