PaymentIntentCreatedEvent constructor

const PaymentIntentCreatedEvent({
  1. required PaymentIntent object,
})

Occurs when a new PaymentIntent is created.

Implementation

const PaymentIntentCreatedEvent({required this.object});