PaymentIntentNextActionCardAwaitNotification constructor

const PaymentIntentNextActionCardAwaitNotification({
  1. DateTime? chargeAttemptAt,
  2. bool? customerApprovalRequired,
})

PaymentIntentNextActionCardAwaitNotification

Implementation

const PaymentIntentNextActionCardAwaitNotification({
  this.chargeAttemptAt,
  this.customerApprovalRequired,
});