HaloTransactionReceipt class

Constructors

HaloTransactionReceipt.new(Uint8List signature, String transactionDate, String transactionTime, String? aid, String? applicationLabel, String? applicationPreferredName, String? tvr, String? cvr, HaloCryptogramType? cryptogramType, String? cryptogram, String maskedPAN, String authorizationCode, String ISOResponseCode, String association, String? expiryDate, String? mid, String? merchantName, String? tid, String? stan, String? panEntry, String? cardType, String? panSequenceNumber, String? effectiveDate, String? disposition, String? currencyCode, String? amountAuthorised, String? amountOther)

Properties

aid String?
getter/setter pair
amountAuthorised String?
getter/setter pair
amountOther String?
getter/setter pair
applicationLabel String?
getter/setter pair
applicationPreferredName String?
getter/setter pair
association String
getter/setter pair
authorizationCode String
getter/setter pair
cardType String?
getter/setter pair
cryptogram String?
getter/setter pair
cryptogramType HaloCryptogramType?
getter/setter pair
currencyCode String?
getter/setter pair
cvr String?
getter/setter pair
disposition String?
getter/setter pair
effectiveDate String?
getter/setter pair
expiryDate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ISOResponseCode String
getter/setter pair
maskedPAN String
getter/setter pair
merchantName String?
getter/setter pair
mid String?
getter/setter pair
panEntry String?
getter/setter pair
panSequenceNumber String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature Uint8List
getter/setter pair
stan String?
getter/setter pair
tid String?
getter/setter pair
transactionDate String
getter/setter pair
transactionTime String
getter/setter pair
tvr String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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