WebApiModulesHomeControlsInventoryWarehouseSpecificInventoryWarehouseSpecific constructor
WebApiModulesHomeControlsInventoryWarehouseSpecificInventoryWarehouseSpecific({
- String? inventoryId,
- String? warehouseId,
- String? warehouse,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsInventoryWarehouseSpecificInventoryWarehouseSpecific({
this.inventoryId,
this.warehouseId,
this.warehouse,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});