WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUser constructor

WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUser({
  1. String? username,
  2. String? password,
  3. WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUserErp? erpIntegration,
})

Implementation

WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUser({
  this.username,
  this.password,
  this.erpIntegration,
});