PaymentIntentProcessingCustomerNotification constructor

const PaymentIntentProcessingCustomerNotification({
  1. bool? approvalRequested,
  2. DateTime? completesAt,
})

PaymentIntentProcessingCustomerNotification

Implementation

const PaymentIntentProcessingCustomerNotification({
  this.approvalRequested,
  this.completesAt,
});