SetupIntentNextAction constructor

const SetupIntentNextAction({
  1. PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode? cashappHandleRedirectOrDisplayQrCode,
  2. SetupIntentNextActionRedirectToUrl? redirectToUrl,
  3. required String type,
  4. Object? useStripeSdk,
  5. SetupIntentNextActionVerifyWithMicrodeposits? verifyWithMicrodeposits,
})

If present, this property tells you what actions you need to take in order for your customer to continue payment setup.

Implementation

const SetupIntentNextAction({
  this.cashappHandleRedirectOrDisplayQrCode,
  this.redirectToUrl,
  required this.type,
  this.useStripeSdk,
  this.verifyWithMicrodeposits,
});