WebApiModulesUtilitiesInventoryMergeInventoryMerge constructor

WebApiModulesUtilitiesInventoryMergeInventoryMerge({
  1. int? inventoryMergeId,
  2. String? sessionId,
  3. String? fromInventoryId,
  4. String? fromICode,
  5. String? fromDescription,
  6. String? toInventoryId,
  7. String? toICode,
  8. String? toDescription,
  9. String? warehouseId,
  10. String? warehouse,
  11. String? dateStamp,
  12. String? auditNote,
  13. String? recordTitle,
  14. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  15. List<FwStandardDataFwCustomValue>? custom,
  16. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  17. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesUtilitiesInventoryMergeInventoryMerge({
  this.inventoryMergeId,
  this.sessionId,
  this.fromInventoryId,
  this.fromICode,
  this.fromDescription,
  this.toInventoryId,
  this.toICode,
  this.toDescription,
  this.warehouseId,
  this.warehouse,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});