Package com.stripe.events
Class V2BillingRateCardRateCreatedEvent.EventData
java.lang.Object
com.stripe.events.V2BillingRateCardRateCreatedEvent.EventData
- Enclosing class:
- V2BillingRateCardRateCreatedEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the BillableItem which this Rate is associated with.Timestamp of when the object was created.The ID of the RateCard which this Rate belongs to.The ID of the latest RateCard Version when the Rate was created.void
setBillableItem
(String billableItem) The ID of the BillableItem which this Rate is associated with.void
setCreated
(Instant created) Timestamp of when the object was created.void
setRateCard
(String rateCard) The ID of the RateCard which this Rate belongs to.void
setRateCardVersion
(String rateCardVersion) The ID of the latest RateCard Version when the Rate was created.
-
Constructor Details
-
EventData
public EventData()
-
-
Method Details
-
getBillableItem
The ID of the BillableItem which this Rate is associated with. -
getCreated
Timestamp of when the object was created. -
getRateCard
The ID of the RateCard which this Rate belongs to. -
getRateCardVersion
The ID of the latest RateCard Version when the Rate was created. -
setBillableItem
The ID of the BillableItem which this Rate is associated with. -
setCreated
Timestamp of when the object was created. -
setRateCard
The ID of the RateCard which this Rate belongs to. -
setRateCardVersion
The ID of the latest RateCard Version when the Rate was created.
-