PaymentIntentPaymentFailedEvent constructor

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

Occurs when a PaymentIntent has failed the attempt to create a payment method or a payment.

Implementation

const PaymentIntentPaymentFailedEvent({required this.object});