WebApiModulesSettingsInventorySettingsWarehouseCatalogWarehouseCatalog constructor
WebApiModulesSettingsInventorySettingsWarehouseCatalogWarehouseCatalog({
- String? warehouseCatalogId,
- String? warehouseCatalog,
- String? catalogType,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsInventorySettingsWarehouseCatalogWarehouseCatalog({
this.warehouseCatalogId,
this.warehouseCatalog,
this.catalogType,
this.inactive,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});