Transaction constructor

Transaction({
  1. String? acquirerTransactionKey,
  2. String? actionCode,
  3. String? aid,
  4. String? amount,
  5. String? appLabel,
  6. String? arcq,
  7. String? authorizationCode,
  8. bool? capture,
  9. String? cardBrand,
  10. int? cardBrandId,
  11. String? cardBrandName,
  12. String? cardExpireDate,
  13. String? cardHolderName,
  14. String? cardHolderNumber,
  15. String? cardSequenceNumber,
  16. String? commandActionCode,
  17. String? date,
  18. String? entryMode,
  19. String? iccRelatedData,
  20. int? idFromBase,
  21. String? initiatorTransactionKey,
  22. String? instalmentTransaction,
  23. String? instalmentType,
  24. bool? isFallbackTransaction,
  25. List<String>? qualifiers,
  26. String? saleAffiliationKey,
  27. String? serviceCode,
  28. String? time,
  29. String? timeToPassTransaction,
  30. TransAppSelectedInfo? transAppSelectedInfo,
  31. String? transactionReference,
  32. String? transactionStatus,
  33. 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,
});