PaymentIntentNextActionSwishQrCode constructor

const PaymentIntentNextActionSwishQrCode({
  1. String? data,
  2. String? imageUrlPng,
  3. String? imageUrlSvg,
})

PaymentIntentNextActionSwishQRCode

Implementation

const PaymentIntentNextActionSwishQrCode({
  this.data,
  this.imageUrlPng,
  this.imageUrlSvg,
});