PaymentIntentNextActionRedirectToUrl constructor

const PaymentIntentNextActionRedirectToUrl({
  1. String? returnUrl,
  2. String? url,
})

PaymentIntentNextActionRedirectToUrl

Implementation

const PaymentIntentNextActionRedirectToUrl({
  this.returnUrl,
  this.url,
});