WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponse constructor

WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponse({
  1. String? userId,
  2. String? username,
  3. String? email,
  4. String? firstName,
  5. String? lastName,
  6. String? timezone,
  7. WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponseErpIntegration? erpIntegration,
  8. String? boxedupEndpoint,
})

Implementation

WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenResponse({
  this.userId,
  this.username,
  this.email,
  this.firstName,
  this.lastName,
  this.timezone,
  this.erpIntegration,
  this.boxedupEndpoint,
});