MerchantTransactionReceipt constructor

const MerchantTransactionReceipt({
  1. Key? key,
  2. String? maskedPan,
  3. String? cardType,
  4. String? creditAccountName,
  5. String? creditAccountNumber,
  6. String? rrn,
  7. String? paymentReference,
  8. String? responseCode,
  9. String? narration,
  10. String? terminalId,
  11. String? authCode,
  12. String? stan,
  13. num? amount,
  14. String? transactionTime,
  15. CredioConfig? credioConfig,
})

Implementation

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