MSitefMenuParams constructor

MSitefMenuParams({
  1. String? ipSitef,
  2. String? storeId,
  3. String? terminalId,
  4. String? paramsAdd,
  5. String? companyDocument,
  6. String? comExternal,
  7. String? isDoubleValidation,
  8. String? otp,
  9. String? enabledTransactions,
  10. String? automationDocument,
  11. String? tokenRegistroTls,
})

Implementation

MSitefMenuParams({
  this.ipSitef,
  this.storeId,
  this.terminalId,
  this.paramsAdd,
  this.companyDocument,
  this.comExternal,
  this.isDoubleValidation,
  this.otp,
  this.enabledTransactions,
  this.automationDocument,
  this.tokenRegistroTls,
});