PaymentIntentCreatedEvent constructor
const
PaymentIntentCreatedEvent({
- required PaymentIntent object,
Occurs when a new PaymentIntent is created.
Implementation
const PaymentIntentCreatedEvent({required this.object});