PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode constructor

const PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode({
  1. required String hostedInstructionsUrl,
  2. required String mobileAuthUrl,
  3. required PaymentIntentNextActionCashappQrCode qrCode,
})

PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode

Implementation

const PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode({
  required this.hostedInstructionsUrl,
  required this.mobileAuthUrl,
  required this.qrCode,
});