WebApiModulesUtilitiesRateUpdateBatchItemRateUpdateBatchItem constructor

WebApiModulesUtilitiesRateUpdateBatchItemRateUpdateBatchItem({
  1. int? rateUpdateBatchItemId,
  2. String? inventoryId,
  3. String? iCode,
  4. String? currencyId,
  5. String? description,
  6. String? availableFor,
  7. bool? rank,
  8. String? classification,
  9. String? inventoryTypeId,
  10. String? inventoryType,
  11. String? categoryId,
  12. String? category,
  13. String? subCategoryId,
  14. String? subCategory,
  15. String? warehouseId,
  16. String? warehouseCode,
  17. String? warehouse,
  18. String? manufacturerId,
  19. String? manufacturer,
  20. String? unitId,
  21. String? partNumber,
  22. double? oldDefaultCost,
  23. double? newDefaultCost,
  24. double? oldCost,
  25. double? newCost,
  26. double? oldPrice,
  27. double? newPrice,
  28. double? oldRetail,
  29. double? newRetail,
  30. double? oldHourlyRate,
  31. double? newHourlyRate,
  32. double? oldHourlyCost,
  33. double? newHourlyCost,
  34. double? oldDailyRate,
  35. double? newDailyRate,
  36. double? oldDailyCost,
  37. double? newDailyCost,
  38. double? oldWeeklyRate,
  39. double? oldWeek2Rate,
  40. double? oldWeek3Rate,
  41. double? oldWeek4Rate,
  42. double? oldWeek5Rate,
  43. double? oldWeeklyCost,
  44. double? newWeeklyRate,
  45. double? newWeek2Rate,
  46. double? newWeek3Rate,
  47. double? newWeek4Rate,
  48. double? newWeek5Rate,
  49. double? newWeeklyCost,
  50. double? oldMonthlyRate,
  51. double? oldMonthlyCost,
  52. double? oldMaxDiscount,
  53. double? newMonthlyRate,
  54. double? newMonthlyCost,
  55. double? newMaxDiscount,
  56. double? oldUnitValue,
  57. double? newUnitValue,
  58. double? oldReplacementCost,
  59. double? newReplacementCost,
  60. double? oldMinDaysPerWeek,
  61. double? newMinDaysPerWeek,
  62. int? rateUpdateBatchId,
  63. String? dateStamp,
  64. String? auditNote,
  65. String? recordTitle,
  66. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  67. List<FwStandardDataFwCustomValue>? custom,
  68. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  69. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesUtilitiesRateUpdateBatchItemRateUpdateBatchItem({
  this.rateUpdateBatchItemId,
  this.inventoryId,
  this.iCode,
  this.currencyId,
  this.description,
  this.availableFor,
  this.rank,
  this.classification,
  this.inventoryTypeId,
  this.inventoryType,
  this.categoryId,
  this.category,
  this.subCategoryId,
  this.subCategory,
  this.warehouseId,
  this.warehouseCode,
  this.warehouse,
  this.manufacturerId,
  this.manufacturer,
  this.unitId,
  this.partNumber,
  this.oldDefaultCost,
  this.newDefaultCost,
  this.oldCost,
  this.newCost,
  this.oldPrice,
  this.newPrice,
  this.oldRetail,
  this.newRetail,
  this.oldHourlyRate,
  this.newHourlyRate,
  this.oldHourlyCost,
  this.newHourlyCost,
  this.oldDailyRate,
  this.newDailyRate,
  this.oldDailyCost,
  this.newDailyCost,
  this.oldWeeklyRate,
  this.oldWeek2Rate,
  this.oldWeek3Rate,
  this.oldWeek4Rate,
  this.oldWeek5Rate,
  this.oldWeeklyCost,
  this.newWeeklyRate,
  this.newWeek2Rate,
  this.newWeek3Rate,
  this.newWeek4Rate,
  this.newWeek5Rate,
  this.newWeeklyCost,
  this.oldMonthlyRate,
  this.oldMonthlyCost,
  this.oldMaxDiscount,
  this.newMonthlyRate,
  this.newMonthlyCost,
  this.newMaxDiscount,
  this.oldUnitValue,
  this.newUnitValue,
  this.oldReplacementCost,
  this.newReplacementCost,
  this.oldMinDaysPerWeek,
  this.newMinDaysPerWeek,
  this.rateUpdateBatchId,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});