HostResponse class

Host response information

Constructors

HostResponse({String? expressResponseCode, String? expressResponseMessage, String? hostResponseCode, String? expressTransactionDate, String? expressTransactionTime, String? expressTransactionTimezone, String? hostBatchId, String? hostItemId, String? hostBatchAmount, 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})
const
HostResponse.fromMap(Map<String, dynamic>? map)
factory

Properties

approvalNumber String?
批准号
final
authCode String?
授权码 (批准号别名)
final
batchNumber String?
批次号 (主机批次 ID 别名)
final
bin String?
BIN 号
final
卡 Logo
final
cardNumberMasked String?
掩码卡号
final
emvData String?
EMV 数据
final
expressResponseCode String?
Express 响应代码
final
expressResponseMessage String?
Express 响应消息
final
expressTransactionDate String?
Express 交易日期
final
expressTransactionTime String?
Express 交易时间
final
expressTransactionTimezone String?
Express 交易时区
final
hashCode int
The hash code for this object.
no setterinherited
hostBatchAmount String?
主机批次金额
final
hostBatchId String?
主机批次 ID
final
hostItemId String?
主机项目 ID
final
hostResponseCode String?
主机响应代码
final
hostResponseMessage String?
主机响应消息
final
hostTransactionId String?
主机交易 ID
final
pinlessPOSConversionIndicator String?
无 PIN POS 转换指示符
final
processorName String?
处理器名称
final
referenceNumber String?
参考号
final
responseCode String?
响应代码 (主机响应代码别名)
final
responseMessage String?
响应消息 (Express 响应消息别名)
final
retrievalReferenceNumber String?
检索参考号
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemTraceAuditNumber String?
系统跟踪审计号
final
tokenId String?
Token ID
final
tokenProvider String?
Token 提供商
final
traceNumber String?
追踪号 (系统跟踪审计号别名)
final
transactionId String?
交易 ID
final
transactionStatus String?
交易状态
final
transactionStatusCode String?
交易状态代码
final
xmlTransactionId String?
XML 交易 ID (交易 ID 别名)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert to JSON map
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited