Package com.stripe.events
Class V2BillingCadenceCreatedEvent.EventData
java.lang.Object
com.stripe.events.V2BillingCadenceCreatedEvent.EventData
- Enclosing class:
- V2BillingCadenceCreatedEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTimestamp of when the object was created.void
setCreated
(Instant created) Timestamp of when the object was created.
-
Constructor Details
-
EventData
public EventData()
-
-
Method Details
-
getCreated
Timestamp of when the object was created. -
setCreated
Timestamp of when the object was created.
-