DataInitRet constructor
DataInitRet({
- String? authPass,
- String? authUser,
- String? bankCode,
- String? group,
- String? isParent,
- String? isoJsonBackend1,
- String? isoJsonBackend2,
- String? merchantAddress,
- String? merchantId,
- String? merchantName,
- String? merchantNameEng,
- String? merchantNameHex,
- String? mode,
- String? netEncKey,
- String? parentTerminalId,
- String? pin,
- String? providerType,
- String? pubIsoJsonBackend1,
- String? pubIsoJsonBackend2,
- 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,
});