PaymentIntentNextActionPixDisplayQrCode constructor

const PaymentIntentNextActionPixDisplayQrCode({
  1. String? data,
  2. int? expiresAt,
  3. String? hostedInstructionsUrl,
  4. String? imageUrlPng,
  5. String? imageUrlSvg,
})

PaymentIntentNextActionPixDisplayQrCode

Implementation

const PaymentIntentNextActionPixDisplayQrCode({
  this.data,
  this.expiresAt,
  this.hostedInstructionsUrl,
  this.imageUrlPng,
  this.imageUrlSvg,
});