MerchantTransactionReceipt constructor
const
MerchantTransactionReceipt({
- Key? key,
- String? maskedPan,
- String? cardType,
- String? creditAccountName,
- String? creditAccountNumber,
- String? rrn,
- String? paymentReference,
- String? responseCode,
- String? narration,
- String? terminalId,
- String? authCode,
- String? stan,
- num? amount,
- String? transactionTime,
- 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);