WebApiModulesIntegrationsStorefrontStorefrontSettings constructor

const WebApiModulesIntegrationsStorefrontStorefrontSettings({
  1. bool? isStorefrontEnabled,
  2. bool? isUniversity,
  3. bool? isAnonymousAccessEnabled,
  4. bool? separateQuoteRequestsByCatalog,
  5. bool? makeQuoteRequestIntoOrderOnSubmission,
  6. bool? filterCatalogsByLocation,
  7. double? autoplaySpeed,
  8. bool? autoplayImagesOnLandingPage,
  9. bool? autoplayImagesOnProductBrowser,
  10. bool? autoplayImagesOnProductDetails,
})

Implementation

const WebApiModulesIntegrationsStorefrontStorefrontSettings({
  this.isStorefrontEnabled,
  this.isUniversity,
  this.isAnonymousAccessEnabled,
  this.separateQuoteRequestsByCatalog,
  this.makeQuoteRequestIntoOrderOnSubmission,
  this.filterCatalogsByLocation,
  this.autoplaySpeed,
  this.autoplayImagesOnLandingPage,
  this.autoplayImagesOnProductBrowser,
  this.autoplayImagesOnProductDetails,
});