Transaction class

Transaction

Constructors

Transaction({String? acquirerTransactionKey, String? actionCode, String? aid, String? amount, String? appLabel, String? arcq, String? authorizationCode, bool? capture, String? cardBrand, int? cardBrandId, String? cardBrandName, String? cardExpireDate, String? cardHolderName, String? cardHolderNumber, String? cardSequenceNumber, String? commandActionCode, String? date, String? entryMode, String? iccRelatedData, int? idFromBase, String? initiatorTransactionKey, String? instalmentTransaction, String? instalmentType, bool? isFallbackTransaction, List<String>? qualifiers, String? saleAffiliationKey, String? serviceCode, String? time, String? timeToPassTransaction, TransAppSelectedInfo? transAppSelectedInfo, String? transactionReference, String? transactionStatus, String? typeOfTransactionEnum})
Constructor
Transaction.fromJson(String source)
Generate an object from the JSON
factory
Transaction.fromMap(Map<String, dynamic> map)
Generate an object from the map
factory

Properties

acquirerTransactionKey String?
Acquirer transaction key
final
actionCode String?
Action code
final
aid String?
AID
final
amount String?
Amount
final
appLabel String?
Application label
final
arcq String?
ARCQ
final
authorizationCode String?
Authorization code
final
capture bool?
Capture
final
cardBrand String?
Card brand
final
cardBrandId int?
Card brand ID
final
cardBrandName String?
Card brand name
final
cardExpireDate String?
Card expire date
final
cardHolderName String?
Card holder name
final
cardHolderNumber String?
Card holder number
final
cardSequenceNumber String?
Card sequence number
final
commandActionCode String?
Command action code
final
date String?
Date
final
entryMode String?
Entry mode
final
hashCode int
The hash code for this object.
no setterinherited
iccRelatedData String?
ICC related data
final
idFromBase int?
ID from base
final
initiatorTransactionKey String?
Initiator transaction key
final
instalmentTransaction String?
Instalment transaction
final
instalmentType String?
Instalment type
final
isFallbackTransaction bool?
Is fallback transaction
final
qualifiers List<String>?
Qualifiers
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saleAffiliationKey String?
Sale affiliation key
final
serviceCode String?
Service code
final
time String?
Time
final
timeToPassTransaction String?
Time to pass transaction
final
transactionReference String?
Transaction reference
final
transactionStatus String?
Transaction status
final
transAppSelectedInfo TransAppSelectedInfo?
Transaction app selected info
final
typeOfTransactionEnum String?
Type of transaction enum
final

Methods

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

Operators

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