PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode constructor
const
PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode({
- required String hostedInstructionsUrl,
- required String mobileAuthUrl,
- required PaymentIntentNextActionCashappQrCode qrCode,
PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
Implementation
const PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode({
required this.hostedInstructionsUrl,
required this.mobileAuthUrl,
required this.qrCode,
});