WebApiModulesUtilitiesInventoryMergeInventoryMerge constructor

const WebApiModulesUtilitiesInventoryMergeInventoryMerge({
  1. int? inventoryMergeId,
  2. String? sessionId,
  3. String? fromInventoryId,
  4. String? fromICode,
  5. String? fromDescription,
  6. String? fromAvailFor,
  7. String? toInventoryId,
  8. String? toICode,
  9. String? toDescription,
  10. String? toAvailFor,
  11. String? warehouseId,
  12. String? warehouse,
  13. String? dateStamp,
  14. String? auditNote,
  15. String? recordTitle,
  16. dynamic urlIdentifier,
  17. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  18. List<FwStandardDataFwCustomValue>? custom,
  19. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  20. FwStandardBusinessLogicFwBusinessLogic? original,
  21. List<FwStandardDataFwTranslatedValue>? translation,
  22. bool? hasImport,
  23. bool? hasDocuments,
  24. String? createdByUserId,
  25. String? createdByUserName,
  26. String? createdDateTime,
  27. String? modifiedByUserId,
  28. String? modifiedByUserName,
  29. String? modifiedDateTime,
})

Implementation

const WebApiModulesUtilitiesInventoryMergeInventoryMerge({
  this.inventoryMergeId,
  this.sessionId,
  this.fromInventoryId,
  this.fromICode,
  this.fromDescription,
  this.fromAvailFor,
  this.toInventoryId,
  this.toICode,
  this.toDescription,
  this.toAvailFor,
  this.warehouseId,
  this.warehouse,
  this.dateStamp,
  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,
});