SetupIntentNextAction constructor
const
SetupIntentNextAction({
- PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode? cashappHandleRedirectOrDisplayQrCode,
- SetupIntentNextActionRedirectToUrl? redirectToUrl,
- required String type,
- Object? useStripeSdk,
- 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,
});