HaloTransactionReceipt constructor

HaloTransactionReceipt(
  1. Uint8List signature,
  2. String transactionDate,
  3. String transactionTime,
  4. String? aid,
  5. String? applicationLabel,
  6. String? applicationPreferredName,
  7. String? tvr,
  8. String? cvr,
  9. HaloCryptogramType? cryptogramType,
  10. String? cryptogram,
  11. String maskedPAN,
  12. String authorizationCode,
  13. String ISOResponseCode,
  14. String association,
  15. String? expiryDate,
  16. String? mid,
  17. String? merchantName,
  18. String? tid,
  19. String? stan,
  20. String? panEntry,
  21. String? cardType,
  22. String? panSequenceNumber,
  23. String? effectiveDate,
  24. String? disposition,
  25. String? currencyCode,
  26. String? amountAuthorised,
  27. String? amountOther,
)

Implementation

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