WebApiModulesIntegrationsStorefrontStorefrontSettings constructor
const
WebApiModulesIntegrationsStorefrontStorefrontSettings({
- bool? isStorefrontEnabled,
- bool? isAnonymousAccessEnabled,
- bool? registerEnabled,
- bool? separateQuoteRequestsByCatalog,
- bool? makeQuoteRequestIntoOrderOnSubmission,
- bool? filterCatalogsByLocation,
- bool? phoneNoRequiredOnRegistrationForm,
- bool? isUniversity,
- bool? studentIdRequiredOnRegistrationForm,
- double? autoplaySpeed,
- bool? autoplayImagesOnLandingPage,
- bool? autoplayImagesOnProductBrowser,
- bool? autoplayImagesOnProductDetails,
- String? imagesTransitionEffect,
- String? imagesTransitionSpeed,
- bool? homepageShowHeroSection,
- WebApiModulesIntegrationsStorefrontStorefrontTranslatedText? homepageHeroSectionHeading1,
- WebApiModulesIntegrationsStorefrontStorefrontTranslatedText? homepageHeroSectionHeading2,
- WebApiModulesIntegrationsStorefrontStorefrontTranslatedText? homepageHeroSectionHeading3,
- String? homepageCatalogItemWidth,
- String? homepageCatalogItemHeight,
- bool? landingPageShowCategoryBrowser,
- 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,
});