EMVCardLog constructor
EMVCardLog({
- bool? isAmountExist,
- int? amount,
- bool? isOtherAmountExist,
- int? otherAmount,
- bool? isDateExist,
- String? transDate,
- bool? isTimeExist,
- String? transTime,
- bool? isCountryCodeExist,
- String? countryCode,
- bool? isCurrencyExist,
- String? currencyCode,
- bool? isATCExist,
- String? ATC,
- bool? isTransTypeExist,
- int? transType,
- bool? isMerchNameExist,
- String? merchName,
- String? otherTLVLog,
Implementation
EMVCardLog({
this.isAmountExist,
this.amount,
this.isOtherAmountExist,
this.otherAmount,
this.isDateExist,
this.transDate,
this.isTimeExist,
this.transTime,
this.isCountryCodeExist,
this.countryCode,
this.isCurrencyExist,
this.currencyCode,
this.isATCExist,
this.ATC,
this.isTransTypeExist,
this.transType,
this.isMerchNameExist,
this.merchName,
this.otherTLVLog});