PaymentIntentPaymentFailedEvent constructor
const
PaymentIntentPaymentFailedEvent({
- 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});