WebApiModulesHomeControlsSubPurchaseOrderItemSubPurchaseOrderItem constructor

WebApiModulesHomeControlsSubPurchaseOrderItemSubPurchaseOrderItem({
  1. String? sessionId,
  2. String? orderId,
  3. String? orderItemId,
  4. String? primaryOrderItemId,
  5. String? parentId,
  6. String? inventoryId,
  7. String? iCode,
  8. String? iCodeColor,
  9. String? description,
  10. String? descriptionColor,
  11. bool? nonDiscountable,
  12. bool? isRecurring,
  13. bool? prorateWeeks,
  14. bool? prorateMonths,
  15. bool? prorate,
  16. String? prorateMonthsBy,
  17. bool? recurringRateType,
  18. bool? isLaborHourly,
  19. String? fromDate,
  20. String? toDate,
  21. double? hours,
  22. double? overTimeHours,
  23. double? doubleTimeHours,
  24. double? subQuantity,
  25. double? quantityOrdered,
  26. double? vendorRate,
  27. double? vendorDaysPerWeek,
  28. double? vendorDiscountPercent,
  29. double? vendorDiscountPercentDisplay,
  30. double? vendorBillablePeriods,
  31. double? vendorWeeklySubTotal,
  32. double? vendorWeeklyDiscount,
  33. double? vendorWeeklyExtended,
  34. double? vendorWeeklyTax,
  35. double? vendorWeeklyTotal,
  36. double? vendorMonthlySubTotal,
  37. double? vendorMonthlyDiscount,
  38. double? vendorMonthlyExtended,
  39. double? vendorMonthlyTax,
  40. double? vendorMonthlyTotal,
  41. double? vendorPeriodSubTotal,
  42. double? vendorPeriodDiscount,
  43. double? vendorPeriodExtended,
  44. double? vendorPeriodTax,
  45. double? vendorPeriodTotal,
  46. double? dealRate,
  47. double? dealDaysPerWeek,
  48. double? dealDiscountPercent,
  49. double? dealDiscountPercentDisplay,
  50. double? dealBillablePeriods,
  51. double? dealWeeklySubTotal,
  52. double? dealWeeklyDiscount,
  53. double? dealWeeklyExtended,
  54. double? dealMonthlySubTotal,
  55. double? dealMonthlyDiscount,
  56. double? dealMonthlyExtended,
  57. double? dealPeriodSubTotal,
  58. double? dealPeriodDiscount,
  59. double? dealPeriodExtended,
  60. double? variance,
  61. String? varianceColor,
  62. double? markupPercent,
  63. double? marginPercent,
  64. String? itemClass,
  65. String? itemOrder,
  66. bool? optionColor,
  67. String? recType,
  68. bool? taxable,
  69. String? unitId,
  70. String? nestedOrderItemId,
  71. double? accessoryRatio,
  72. String? vendorCurrencyId,
  73. String? vendorCurrencyCode,
  74. String? vendorCurrencySymbol,
  75. String? dealCurrencyId,
  76. String? dealCurrencyCode,
  77. String? dealCurrencySymbol,
  78. double? currencyExchangeRate,
  79. double? currencyConvertedRate,
  80. double? currencyConvertedWeeklyExtended,
  81. double? currencyConvertedMonthlyExtended,
  82. double? currencyConvertedPeriodExtended,
  83. int? nestingLevel,
  84. String? auditNote,
  85. String? recordTitle,
  86. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  87. List<FwStandardDataFwCustomValue>? custom,
  88. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  89. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsSubPurchaseOrderItemSubPurchaseOrderItem({
  this.sessionId,
  this.orderId,
  this.orderItemId,
  this.primaryOrderItemId,
  this.parentId,
  this.inventoryId,
  this.iCode,
  this.iCodeColor,
  this.description,
  this.descriptionColor,
  this.nonDiscountable,
  this.isRecurring,
  this.prorateWeeks,
  this.prorateMonths,
  this.prorate,
  this.prorateMonthsBy,
  this.recurringRateType,
  this.isLaborHourly,
  this.fromDate,
  this.toDate,
  this.hours,
  this.overTimeHours,
  this.doubleTimeHours,
  this.subQuantity,
  this.quantityOrdered,
  this.vendorRate,
  this.vendorDaysPerWeek,
  this.vendorDiscountPercent,
  this.vendorDiscountPercentDisplay,
  this.vendorBillablePeriods,
  this.vendorWeeklySubTotal,
  this.vendorWeeklyDiscount,
  this.vendorWeeklyExtended,
  this.vendorWeeklyTax,
  this.vendorWeeklyTotal,
  this.vendorMonthlySubTotal,
  this.vendorMonthlyDiscount,
  this.vendorMonthlyExtended,
  this.vendorMonthlyTax,
  this.vendorMonthlyTotal,
  this.vendorPeriodSubTotal,
  this.vendorPeriodDiscount,
  this.vendorPeriodExtended,
  this.vendorPeriodTax,
  this.vendorPeriodTotal,
  this.dealRate,
  this.dealDaysPerWeek,
  this.dealDiscountPercent,
  this.dealDiscountPercentDisplay,
  this.dealBillablePeriods,
  this.dealWeeklySubTotal,
  this.dealWeeklyDiscount,
  this.dealWeeklyExtended,
  this.dealMonthlySubTotal,
  this.dealMonthlyDiscount,
  this.dealMonthlyExtended,
  this.dealPeriodSubTotal,
  this.dealPeriodDiscount,
  this.dealPeriodExtended,
  this.variance,
  this.varianceColor,
  this.markupPercent,
  this.marginPercent,
  this.itemClass,
  this.itemOrder,
  this.optionColor,
  this.recType,
  this.taxable,
  this.unitId,
  this.nestedOrderItemId,
  this.accessoryRatio,
  this.vendorCurrencyId,
  this.vendorCurrencyCode,
  this.vendorCurrencySymbol,
  this.dealCurrencyId,
  this.dealCurrencyCode,
  this.dealCurrencySymbol,
  this.currencyExchangeRate,
  this.currencyConvertedRate,
  this.currencyConvertedWeeklyExtended,
  this.currencyConvertedMonthlyExtended,
  this.currencyConvertedPeriodExtended,
  this.nestingLevel,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});