PaymentIntentCanceledEvent constructor
const
PaymentIntentCanceledEvent({
- required PaymentIntent object,
Occurs when a PaymentIntent is canceled.
Implementation
const PaymentIntentCanceledEvent({required this.object});