DataInitRet constructor

DataInitRet({
  1. String? authPass,
  2. String? authUser,
  3. String? bankCode,
  4. String? group,
  5. String? isParent,
  6. String? isoJsonBackend1,
  7. String? isoJsonBackend2,
  8. String? merchantAddress,
  9. String? merchantId,
  10. String? merchantName,
  11. String? merchantNameEng,
  12. String? merchantNameHex,
  13. String? mode,
  14. String? netEncKey,
  15. String? parentTerminalId,
  16. String? pin,
  17. String? providerType,
  18. String? pubIsoJsonBackend1,
  19. String? pubIsoJsonBackend2,
  20. String? terminalId,
})

Constructor

Implementation

DataInitRet({
  this.authPass,
  this.authUser,
  this.bankCode,
  this.group,
  this.isParent,
  this.isoJsonBackend1,
  this.isoJsonBackend2,
  this.merchantAddress,
  this.merchantId,
  this.merchantName,
  this.merchantNameEng,
  this.merchantNameHex,
  this.mode,
  this.netEncKey,
  this.parentTerminalId,
  this.pin,
  this.providerType,
  this.pubIsoJsonBackend1,
  this.pubIsoJsonBackend2,
  this.terminalId,
});