WebApiModulesIntegrationsStorefrontStorefrontSettings constructor
const
WebApiModulesIntegrationsStorefrontStorefrontSettings({
- bool? isStorefrontEnabled,
- bool? isUniversity,
- bool? isAnonymousAccessEnabled,
- bool? separateQuoteRequestsByCatalog,
- bool? makeQuoteRequestIntoOrderOnSubmission,
- bool? filterCatalogsByLocation,
- double? autoplaySpeed,
- bool? autoplayImagesOnLandingPage,
- bool? autoplayImagesOnProductBrowser,
- 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,
});