StoredTransactionRecord constructor

const StoredTransactionRecord({
  1. String? tpId,
  2. String? transactionType,
  3. double? transactionAmount,
  4. String? state,
  5. String? createdDate,
  6. String? maskedAccountNumber,
  7. String? transactionId,
  8. String? authCode,
  9. String? expressResponseCode,
  10. String? expressResponseMessage,
  11. String? hostResponseCode,
  12. String? expressTransactionDate,
  13. String? expressTransactionTime,
  14. String? expressTransactionTimezone,
  15. String? hostBatchId,
  16. String? hostItemId,
  17. double? hostBatchAmount,
  18. String? bin,
  19. String? emvData,
  20. String? cardNumberMasked,
  21. String? xmlTransactionId,
  22. String? approvalNumber,
  23. String? referenceNumber,
  24. String? processorName,
  25. String? transactionStatus,
  26. String? transactionStatusCode,
  27. String? hostTransactionId,
  28. String? pinlessPOSConversionIndicator,
  29. String? retrievalReferenceNumber,
  30. String? systemTraceAuditNumber,
  31. String? tokenId,
  32. 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,
});