Package com.stripe.events
Class V2BillingCadenceBilledEvent.EventData
java.lang.Object
com.stripe.events.V2BillingCadenceBilledEvent.EventData
- Enclosing class:
- V2BillingCadenceBilledEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe IDs of the invoices that were generated by the tick for this Cadence.void
setInvoices
(List<String> invoices) The IDs of the invoices that were generated by the tick for this Cadence.
-
Constructor Details
-
EventData
public EventData()
-
-
Method Details
-
getInvoices
The IDs of the invoices that were generated by the tick for this Cadence. -
setInvoices
The IDs of the invoices that were generated by the tick for this Cadence.
-