PaymentIntentRequiresActionEvent constructor

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

Occurs when a PaymentIntent transitions to requires_action state

Implementation

const PaymentIntentRequiresActionEvent({required this.object});