CheckoutSessionAsyncPaymentFailedEvent constructor

const CheckoutSessionAsyncPaymentFailedEvent({
  1. required CheckoutSession object,
})

Occurs when a payment intent using a delayed payment method fails.

Implementation

const CheckoutSessionAsyncPaymentFailedEvent({required this.object});