WebApiModulesAgentOrderItemOrderItemExtended constructor

const WebApiModulesAgentOrderItemOrderItemExtended({
  1. String? rateType,
  2. String? recType,
  3. String? itemClass,
  4. String? orderType,
  5. bool? isSub,
  6. String? unitType,
  7. DateTime? fromDate,
  8. DateTime? toDate,
  9. DateTime? billingFromDate,
  10. DateTime? billingToDate,
  11. double? quantity,
  12. double? unitCost,
  13. double? replacementCost,
  14. double? replacementCostExtended,
  15. double? rate,
  16. double? rate2,
  17. double? rate3,
  18. double? rate4,
  19. double? rate5,
  20. double? daysPerWeek,
  21. double? discountPercent,
  22. double? hours,
  23. double? hoursOvertime,
  24. double? hoursDoubletime,
  25. int? days,
  26. int? weeks,
  27. int? months,
  28. double? billablePeriods,
  29. double? costExtended,
  30. double? unitDiscountAmount,
  31. double? unitExtended,
  32. double? weeklyDiscountAmount,
  33. double? weeklyExtended,
  34. double? averageWeekly,
  35. double? averageWeeklyDiscountAmount,
  36. double? averageWeeklyExtended,
  37. double? monthlyDiscountAmount,
  38. double? monthlyExtended,
  39. double? periodDiscountAmount,
  40. double? periodExtended,
  41. int? tier1Weeks,
  42. int? tier2Weeks,
  43. int? tier3Weeks,
  44. int? tier4Weeks,
  45. int? tier5Weeks,
  46. bool? isRecurringRateType,
})

Implementation

const WebApiModulesAgentOrderItemOrderItemExtended({
  this.rateType,
  this.recType,
  this.itemClass,
  this.orderType,
  this.isSub,
  this.unitType,
  this.fromDate,
  this.toDate,
  this.billingFromDate,
  this.billingToDate,
  this.quantity,
  this.unitCost,
  this.replacementCost,
  this.replacementCostExtended,
  this.rate,
  this.rate2,
  this.rate3,
  this.rate4,
  this.rate5,
  this.daysPerWeek,
  this.discountPercent,
  this.hours,
  this.hoursOvertime,
  this.hoursDoubletime,
  this.days,
  this.weeks,
  this.months,
  this.billablePeriods,
  this.costExtended,
  this.unitDiscountAmount,
  this.unitExtended,
  this.weeklyDiscountAmount,
  this.weeklyExtended,
  this.averageWeekly,
  this.averageWeeklyDiscountAmount,
  this.averageWeeklyExtended,
  this.monthlyDiscountAmount,
  this.monthlyExtended,
  this.periodDiscountAmount,
  this.periodExtended,
  this.tier1Weeks,
  this.tier2Weeks,
  this.tier3Weeks,
  this.tier4Weeks,
  this.tier5Weeks,
  this.isRecurringRateType,
});