PaymentIntentNextActionCashappQrCode constructor

const PaymentIntentNextActionCashappQrCode({
  1. required DateTime expiresAt,
  2. required String imageUrlPng,
  3. required String imageUrlSvg,
})

PaymentIntentNextActionCashappQRCode

Implementation

const PaymentIntentNextActionCashappQrCode({
  required this.expiresAt,
  required this.imageUrlPng,
  required this.imageUrlSvg,
});