PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode constructor

const PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode({
  1. String? hostedInstructionsUrl,
  2. String? mobileAuthUrl,
  3. PaymentIntentNextActionSwishQrCode? qrCode,
})

PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode

Implementation

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