EMVTermConfig constructor

EMVTermConfig({
  1. int? referCurrCon,
  2. String? merchName,
  3. String? merchCateCode,
  4. String? merchId,
  5. String? termId,
  6. int? termType,
  7. String? capability,
  8. String? extCapability,
  9. String? transCurrCode,
  10. int? transCurrExp,
  11. String? referCurrCode,
  12. int? referCurrExp,
  13. String? countryCode,
  14. Map<String, String>? extField,
})

Implementation

EMVTermConfig({
   this.referCurrCon,
   this.merchName,
   this.merchCateCode,
   this.merchId,
   this.termId,
   this.termType,
   this.capability,
   this.extCapability,
   this.transCurrCode,
   this.transCurrExp,
   this.referCurrCode,
    this.referCurrExp,
   this.countryCode,
   this.extField});