MerchantTransactionReceiptContent constructor

const MerchantTransactionReceiptContent({
  1. Key? key,
  2. num? amount,
  3. String? responseCode,
  4. String? transactionTime,
  5. String? maskedPan,
  6. String? cardType,
  7. String? terminalId,
  8. String? rrn,
  9. String? authCode,
  10. String? stan,
  11. String? narration,
})

Implementation

const MerchantTransactionReceiptContent({
  Key? key,
  this.amount,
  this.responseCode,
  this.transactionTime,
  this.maskedPan,
  this.cardType,
  this.terminalId,
  this.rrn,
  this.authCode,
  this.stan,
  this.narration,
}) : super(key: key);