Transaction constructor
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
Implementation
Transaction({
this.acquirerTransactionKey,
this.actionCode,
this.aid,
this.amount,
this.appLabel,
this.arcq,
this.authorizationCode,
this.capture,
this.cardBrand,
this.cardBrandId,
this.cardBrandName,
this.cardExpireDate,
this.cardHolderName,
this.cardHolderNumber,
this.cardSequenceNumber,
this.commandActionCode,
this.date,
this.entryMode,
this.iccRelatedData,
this.idFromBase,
this.initiatorTransactionKey,
this.instalmentTransaction,
this.instalmentType,
this.isFallbackTransaction,
this.qualifiers,
this.saleAffiliationKey,
this.serviceCode,
this.time,
this.timeToPassTransaction,
this.transAppSelectedInfo,
this.transactionReference,
this.transactionStatus,
this.typeOfTransactionEnum,
});