WebApiModulesInventoryContainerWarehouseContainerWarehouse constructor
const
WebApiModulesInventoryContainerWarehouseContainerWarehouse({
- String? inventoryId,
- String? warehouseId,
- String? warehouseCode,
- String? warehouse,
- double? dailyRate,
- double? weeklyRate,
- double? monthlyRate,
- int? quantity,
- int? quantityReady,
- int? quantityIncomplete,
- int? warehouseOrderBy,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const WebApiModulesInventoryContainerWarehouseContainerWarehouse({
this.inventoryId,
this.warehouseId,
this.warehouseCode,
this.warehouse,
this.dailyRate,
this.weeklyRate,
this.monthlyRate,
this.quantity,
this.quantityReady,
this.quantityIncomplete,
this.warehouseOrderBy,
this.auditNote,
this.recordTitle,
this.urlIdentifier,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.original,
this.translation,
this.hasImport,
this.hasDocuments,
this.createdByUserId,
this.createdByUserName,
this.createdDateTime,
this.modifiedByUserId,
this.modifiedByUserName,
this.modifiedDateTime,
});