EMVTransData constructor

EMVTransData({
  1. int? amount,
  2. int? otherAmount,
  3. int? transType,
  4. String? transDate,
  5. String? transTime,
  6. String? traceNo,
  7. bool? isSupportSM,
  8. bool? isCardAuth,
  9. bool? isForceOnline,
  10. bool? isSupportEC,
  11. bool? isSupportCVM,
  12. int? flow,
  13. int? channelType,
  14. Map<String, String>? extField,
})

Implementation

EMVTransData({
   this.amount,
   this.otherAmount,
   this.transType,
   this.transDate,
   this.transTime,
   this.traceNo,
   this.isSupportSM,
   this.isCardAuth,
   this.isForceOnline,
   this.isSupportEC,
   this.isSupportCVM,
   this.flow,
   this.channelType,
   this.extField});