WebApiModulesIntegrationsStorefrontWebCatalog constructor

const WebApiModulesIntegrationsStorefrontWebCatalog({
  1. String? id,
  2. String? name,
  3. String? urlName,
  4. String? dealId,
  5. String? departmentId,
  6. String? locationId,
  7. String? warehouseId,
  8. bool? allowAddingUnavailableItems,
  9. bool? hasRental,
  10. bool? hasSales,
  11. List<WebApiModulesIntegrationsStorefrontWebCatalogResponseField>? gridFields,
  12. List<WebApiModulesIntegrationsStorefrontWebCatalogResponseField>? listFields,
  13. List<WebApiModulesIntegrationsStorefrontWebCatalogResponseField>? detailFields,
  14. List<WebApiModulesIntegrationsStorefrontWebCatalogResponseField>? shoppingCartFields,
  15. String? images,
  16. String? landingPageHtml,
  17. List<WebApiModulesIntegrationsStorefrontProductDepartment>? departments,
  18. 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,
});