StoredTransactionRecord constructor
const
StoredTransactionRecord({
- String? tpId,
- String? transactionType,
- double? transactionAmount,
- String? state,
- String? createdDate,
- String? cardLogo,
- String? maskedAccountNumber,
- String? transactionId,
- String? authCode,
- String? expressResponseCode,
- String? expressResponseMessage,
- String? hostResponseCode,
- String? expressTransactionDate,
- String? expressTransactionTime,
- String? expressTransactionTimezone,
- String? hostBatchId,
- String? hostItemId,
- double? hostBatchAmount,
- String? bin,
- String? emvData,
- String? cardNumberMasked,
- String? xmlTransactionId,
- String? approvalNumber,
- String? referenceNumber,
- String? processorName,
- String? transactionStatus,
- String? transactionStatusCode,
- String? hostTransactionId,
- String? pinlessPOSConversionIndicator,
- String? retrievalReferenceNumber,
- String? systemTraceAuditNumber,
- String? tokenId,
- String? tokenProvider,
Implementation
const StoredTransactionRecord({
this.tpId,
this.transactionType,
this.transactionAmount,
this.state,
this.createdDate,
this.cardLogo,
this.maskedAccountNumber,
this.transactionId,
this.authCode,
this.expressResponseCode,
this.expressResponseMessage,
this.hostResponseCode,
this.expressTransactionDate,
this.expressTransactionTime,
this.expressTransactionTimezone,
this.hostBatchId,
this.hostItemId,
this.hostBatchAmount,
this.bin,
this.emvData,
this.cardNumberMasked,
this.xmlTransactionId,
this.approvalNumber,
this.referenceNumber,
this.processorName,
this.transactionStatus,
this.transactionStatusCode,
this.hostTransactionId,
this.pinlessPOSConversionIndicator,
this.retrievalReferenceNumber,
this.systemTraceAuditNumber,
this.tokenId,
this.tokenProvider,
});