MerchantTransactionReceiptContent constructor
const
MerchantTransactionReceiptContent({})
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);