WebApiModulesIntegrationsStorefrontStorefrontSettings constructor

const WebApiModulesIntegrationsStorefrontStorefrontSettings({
  1. bool? isStorefrontEnabled,
  2. bool? isAnonymousAccessEnabled,
  3. bool? registerEnabled,
  4. bool? separateQuoteRequestsByCatalog,
  5. bool? makeQuoteRequestIntoOrderOnSubmission,
  6. bool? filterCatalogsByLocation,
  7. bool? phoneNoRequiredOnRegistrationForm,
  8. bool? isUniversity,
  9. bool? studentIdRequiredOnRegistrationForm,
  10. double? autoplaySpeed,
  11. bool? autoplayImagesOnLandingPage,
  12. bool? autoplayImagesOnProductBrowser,
  13. bool? autoplayImagesOnProductDetails,
  14. String? imagesTransitionEffect,
  15. String? imagesTransitionSpeed,
  16. bool? homepageShowHeroSection,
  17. WebApiModulesIntegrationsStorefrontStorefrontTranslatedText? homepageHeroSectionHeading1,
  18. WebApiModulesIntegrationsStorefrontStorefrontTranslatedText? homepageHeroSectionHeading2,
  19. WebApiModulesIntegrationsStorefrontStorefrontTranslatedText? homepageHeroSectionHeading3,
  20. String? homepageCatalogItemWidth,
  21. String? homepageCatalogItemHeight,
  22. bool? homepageShowFooter,
  23. WebApiModulesIntegrationsStorefrontStorefrontTranslatedText? homepageFooterText,
  24. bool? landingPageShowCategoryBrowser,
  25. String? landingPageCategoryBrowserItemWidth,
})

Implementation

const WebApiModulesIntegrationsStorefrontStorefrontSettings({
  this.isStorefrontEnabled,
  this.isAnonymousAccessEnabled,
  this.registerEnabled,
  this.separateQuoteRequestsByCatalog,
  this.makeQuoteRequestIntoOrderOnSubmission,
  this.filterCatalogsByLocation,
  this.phoneNoRequiredOnRegistrationForm,
  this.isUniversity,
  this.studentIdRequiredOnRegistrationForm,
  this.autoplaySpeed,
  this.autoplayImagesOnLandingPage,
  this.autoplayImagesOnProductBrowser,
  this.autoplayImagesOnProductDetails,
  this.imagesTransitionEffect,
  this.imagesTransitionSpeed,
  this.homepageShowHeroSection,
  this.homepageHeroSectionHeading1,
  this.homepageHeroSectionHeading2,
  this.homepageHeroSectionHeading3,
  this.homepageCatalogItemWidth,
  this.homepageCatalogItemHeight,
  this.homepageShowFooter,
  this.homepageFooterText,
  this.landingPageShowCategoryBrowser,
  this.landingPageCategoryBrowserItemWidth,
});