WebApiModulesHomeControlsContainerWarehouseContainerWarehouse constructor

WebApiModulesHomeControlsContainerWarehouseContainerWarehouse({
  1. String? inventoryId,
  2. String? warehouseId,
  3. String? warehouseCode,
  4. String? warehouse,
  5. double? dailyRate,
  6. double? weeklyRate,
  7. double? monthlyRate,
  8. int? quantity,
  9. int? quantityReady,
  10. int? quantityIncomplete,
  11. int? warehouseOrderBy,
  12. String? auditNote,
  13. String? recordTitle,
  14. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  15. List<FwStandardDataFwCustomValue>? custom,
  16. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  17. 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,
});