WebApiModulesHomeControlsContainerWarehouseContainerWarehouse constructor
WebApiModulesHomeControlsContainerWarehouseContainerWarehouse({
- 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,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsContainerWarehouseContainerWarehouse({
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.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});