PaymentIntentProcessingEvent constructor

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

Occurs when a PaymentIntent has started processing.

Implementation

const PaymentIntentProcessingEvent({required this.object});