PaymentIntentCanceledEvent constructor

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

Occurs when a PaymentIntent is canceled.

Implementation

const PaymentIntentCanceledEvent({required this.object});