WebApiModulesUtilitiesRateUpdateItemRateUpdateItem constructor

WebApiModulesUtilitiesRateUpdateItemRateUpdateItem({
  1. String? inventoryId,
  2. String? warehouseId,
  3. String? description,
  4. String? iCode,
  5. String? warehouseCode,
  6. String? warehouse,
  7. String? availableFor,
  8. String? rank,
  9. String? classification,
  10. String? inventoryTypeId,
  11. String? inventoryType,
  12. String? categoryId,
  13. String? category,
  14. String? subCategoryId,
  15. String? subCategory,
  16. String? unitId,
  17. String? partNumber,
  18. String? manufacturerId,
  19. String? manufacturer,
  20. double? cost,
  21. double? newCost,
  22. double? defaultCost,
  23. double? newDefaultCost,
  24. double? price,
  25. double? newPrice,
  26. double? hourlyRate,
  27. double? dailyRate,
  28. double? weeklyRate,
  29. double? monthlyRate,
  30. double? newHourlyRate,
  31. double? newDailyRate,
  32. double? newWeeklyRate,
  33. double? newMonthlyRate,
  34. double? week2Rate,
  35. double? week3Rate,
  36. double? week4Rate,
  37. double? week5Rate,
  38. double? newWeek2Rate,
  39. double? newWeek3Rate,
  40. double? newWeek4Rate,
  41. double? newWeek5Rate,
  42. double? maxDiscount,
  43. double? newMaxDiscount,
  44. double? hourlyCost,
  45. double? newHourlyCost,
  46. double? dailyCost,
  47. double? newDailyCost,
  48. double? weeklyCost,
  49. double? newWeeklyCost,
  50. double? monthlyCost,
  51. double? newMonthlyCost,
  52. double? unitValue,
  53. double? newUnitValue,
  54. double? replacementCost,
  55. double? newReplacementCost,
  56. double? retail,
  57. double? newRetail,
  58. double? minDaysPerWeek,
  59. double? newMinDaysPerWeek,
  60. String? currencyId,
  61. String? currency,
  62. String? currencySymbol,
  63. String? currencyCode,
  64. bool? isForeignCurrency,
  65. String? dateStamp,
  66. String? auditNote,
  67. String? recordTitle,
  68. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  69. List<FwStandardDataFwCustomValue>? custom,
  70. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  71. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesUtilitiesRateUpdateItemRateUpdateItem({
  this.inventoryId,
  this.warehouseId,
  this.description,
  this.iCode,
  this.warehouseCode,
  this.warehouse,
  this.availableFor,
  this.rank,
  this.classification,
  this.inventoryTypeId,
  this.inventoryType,
  this.categoryId,
  this.category,
  this.subCategoryId,
  this.subCategory,
  this.unitId,
  this.partNumber,
  this.manufacturerId,
  this.manufacturer,
  this.cost,
  this.newCost,
  this.defaultCost,
  this.newDefaultCost,
  this.price,
  this.newPrice,
  this.hourlyRate,
  this.dailyRate,
  this.weeklyRate,
  this.monthlyRate,
  this.newHourlyRate,
  this.newDailyRate,
  this.newWeeklyRate,
  this.newMonthlyRate,
  this.week2Rate,
  this.week3Rate,
  this.week4Rate,
  this.week5Rate,
  this.newWeek2Rate,
  this.newWeek3Rate,
  this.newWeek4Rate,
  this.newWeek5Rate,
  this.maxDiscount,
  this.newMaxDiscount,
  this.hourlyCost,
  this.newHourlyCost,
  this.dailyCost,
  this.newDailyCost,
  this.weeklyCost,
  this.newWeeklyCost,
  this.monthlyCost,
  this.newMonthlyCost,
  this.unitValue,
  this.newUnitValue,
  this.replacementCost,
  this.newReplacementCost,
  this.retail,
  this.newRetail,
  this.minDaysPerWeek,
  this.newMinDaysPerWeek,
  this.currencyId,
  this.currency,
  this.currencySymbol,
  this.currencyCode,
  this.isForeignCurrency,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});