Package com.stripe.events
Class V2BillingLicenseFeeVersionCreatedEvent.EventData
java.lang.Object
com.stripe.events.V2BillingLicenseFeeVersionCreatedEvent.EventData
- Enclosing class:
- V2BillingLicenseFeeVersionCreatedEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the LicenseFee that the LicenseFeeVersion belongs to.void
setLicenseFeeId
(String licenseFeeId) The ID of the LicenseFee that the LicenseFeeVersion belongs to.
-
Constructor Details
-
EventData
public EventData()
-
-
Method Details
-
getLicenseFeeId
The ID of the LicenseFee that the LicenseFeeVersion belongs to. -
setLicenseFeeId
The ID of the LicenseFee that the LicenseFeeVersion belongs to.
-