WebApiModulesSettingsWarehouseLocationWarehouseLocation constructor
WebApiModulesSettingsWarehouseLocationWarehouseLocation({
- String? warehouseLocationId,
- String? warehouseId,
- String? warehouse,
- String? officeLocationId,
- String? officeLocation,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes,
Implementation
WebApiModulesSettingsWarehouseLocationWarehouseLocation({
this.warehouseLocationId,
this.warehouseId,
this.warehouse,
this.officeLocationId,
this.officeLocation,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
});