PaymentIntentNextAction constructor
const
PaymentIntentNextAction({
- PaymentIntentNextActionAlipayHandleRedirect? alipayHandleRedirect,
- PaymentIntentNextActionBoleto? boletoDisplayDetails,
- PaymentIntentNextActionCardAwaitNotification? cardAwaitNotification,
- PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode? cashappHandleRedirectOrDisplayQrCode,
- PaymentIntentNextActionDisplayBankTransferInstructions? displayBankTransferInstructions,
- PaymentIntentNextActionKonbini? konbiniDisplayDetails,
- PaymentIntentNextActionDisplayOxxoDetails? oxxoDisplayDetails,
- PaymentIntentNextActionPaynowDisplayQrCode? paynowDisplayQrCode,
- PaymentIntentNextActionPixDisplayQrCode? pixDisplayQrCode,
- PaymentIntentNextActionPromptpayDisplayQrCode? promptpayDisplayQrCode,
- PaymentIntentNextActionRedirectToUrl? redirectToUrl,
- PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode? swishHandleRedirectOrDisplayQrCode,
- required String type,
- Object? useStripeSdk,
- PaymentIntentNextActionVerifyWithMicrodeposits? verifyWithMicrodeposits,
- PaymentIntentNextActionWechatPayDisplayQrCode? wechatPayDisplayQrCode,
- PaymentIntentNextActionWechatPayRedirectToAndroidApp? wechatPayRedirectToAndroidApp,
- PaymentIntentNextActionWechatPayRedirectToIosApp? wechatPayRedirectToIosApp,
If present, this property tells you what actions you need to take in order for your customer to fulfill a payment using the provided source.
Implementation
const PaymentIntentNextAction({
this.alipayHandleRedirect,
this.boletoDisplayDetails,
this.cardAwaitNotification,
this.cashappHandleRedirectOrDisplayQrCode,
this.displayBankTransferInstructions,
this.konbiniDisplayDetails,
this.oxxoDisplayDetails,
this.paynowDisplayQrCode,
this.pixDisplayQrCode,
this.promptpayDisplayQrCode,
this.redirectToUrl,
this.swishHandleRedirectOrDisplayQrCode,
required this.type,
this.useStripeSdk,
this.verifyWithMicrodeposits,
this.wechatPayDisplayQrCode,
this.wechatPayRedirectToAndroidApp,
this.wechatPayRedirectToIosApp,
});