HostResponse constructor

const HostResponse({
  1. String? expressResponseCode,
  2. String? expressResponseMessage,
  3. String? hostResponseCode,
  4. String? expressTransactionDate,
  5. String? expressTransactionTime,
  6. String? expressTransactionTimezone,
  7. String? hostBatchId,
  8. String? hostItemId,
  9. String? hostBatchAmount,
  10. String? emvData,
  11. String? cardNumberMasked,
  12. String? bin,
  13. String? transactionId,
  14. String? approvalNumber,
  15. String? referenceNumber,
  16. String? processorName,
  17. String? transactionStatus,
  18. String? transactionStatusCode,
  19. String? hostTransactionId,
  20. String? pinlessPOSConversionIndicator,
  21. String? retrievalReferenceNumber,
  22. String? systemTraceAuditNumber,
  23. String? tokenId,
  24. String? tokenProvider,
  25. String? authCode,
  26. String? responseCode,
  27. String? responseMessage,
  28. String? traceNumber,
  29. String? batchNumber,
  30. String? hostResponseMessage,
  31. String? xmlTransactionId,
})

Implementation

const HostResponse({
  this.expressResponseCode,
  this.expressResponseMessage,
  this.hostResponseCode,
  this.expressTransactionDate,
  this.expressTransactionTime,
  this.expressTransactionTimezone,
  this.hostBatchId,
  this.hostItemId,
  this.hostBatchAmount,
  this.cardLogo,
  this.emvData,
  this.cardNumberMasked,
  this.bin,
  this.transactionId,
  this.approvalNumber,
  this.referenceNumber,
  this.processorName,
  this.transactionStatus,
  this.transactionStatusCode,
  this.hostTransactionId,
  this.pinlessPOSConversionIndicator,
  this.retrievalReferenceNumber,
  this.systemTraceAuditNumber,
  this.tokenId,
  this.tokenProvider,

  // Aliases
  this.authCode,
  this.responseCode,
  this.responseMessage,
  this.traceNumber,
  this.batchNumber,
  this.hostResponseMessage,
  this.xmlTransactionId,
});