WebApiModulesIntegrationsStorefrontWebCatalog constructor
const
WebApiModulesIntegrationsStorefrontWebCatalog({
- String? id,
- String? name,
- String? urlName,
- String? dealId,
- String? departmentId,
- String? locationId,
- String? warehouseId,
- bool? hasRental,
- bool? hasSales,
- List<
WebApiModulesIntegrationsStorefrontWebCatalogResponseField> ? gridFields, - List<
WebApiModulesIntegrationsStorefrontWebCatalogResponseField> ? listFields, - List<
WebApiModulesIntegrationsStorefrontWebCatalogResponseField> ? detailFields, - List<
WebApiModulesIntegrationsStorefrontWebCatalogResponseField> ? shoppingCartFields, - String? images,
- String? landingPageHtml,
- List<
WebApiModulesIntegrationsStorefrontProductDepartment> ? departments, - List<
WebApiModulesIntegrationsStorefrontWebCatalogWarehouseQtyDto> ? warehousesQtys,
Implementation
const WebApiModulesIntegrationsStorefrontWebCatalog({
this.id,
this.name,
this.urlName,
this.dealId,
this.departmentId,
this.locationId,
this.warehouseId,
this.allowAddingUnavailableItems,
this.hasRental,
this.hasSales,
this.gridFields,
this.listFields,
this.detailFields,
this.shoppingCartFields,
this.images,
this.landingPageHtml,
this.departments,
this.warehousesQtys,
});