HostResponse constructor
const
HostResponse({
- String? expressResponseCode,
- String? expressResponseMessage,
- String? hostResponseCode,
- String? expressTransactionDate,
- String? expressTransactionTime,
- String? expressTransactionTimezone,
- String? hostBatchId,
- String? hostItemId,
- String? hostBatchAmount,
- String? cardLogo,
- String? emvData,
- String? cardNumberMasked,
- String? bin,
- String? transactionId,
- String? approvalNumber,
- String? referenceNumber,
- String? processorName,
- String? transactionStatus,
- String? transactionStatusCode,
- String? hostTransactionId,
- String? pinlessPOSConversionIndicator,
- String? retrievalReferenceNumber,
- String? systemTraceAuditNumber,
- String? tokenId,
- String? tokenProvider,
- String? authCode,
- String? responseCode,
- String? responseMessage,
- String? traceNumber,
- String? batchNumber,
- String? hostResponseMessage,
- 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,
});