WebApiModulesInventoryContainerWarehouseContainerWarehouse constructor

const WebApiModulesInventoryContainerWarehouseContainerWarehouse({
  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. dynamic urlIdentifier,
  15. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  16. List<FwStandardDataFwCustomValue>? custom,
  17. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  18. FwStandardBusinessLogicFwBusinessLogic? original,
  19. List<FwStandardDataFwTranslatedValue>? translation,
  20. bool? hasImport,
  21. bool? hasDocuments,
  22. String? createdByUserId,
  23. String? createdByUserName,
  24. String? createdDateTime,
  25. String? modifiedByUserId,
  26. String? modifiedByUserName,
  27. 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,
});