WebApiModulesHomeControlsInvoiceItemInvoiceItem constructor

WebApiModulesHomeControlsInvoiceItemInvoiceItem({
  1. String? invoiceItemId,
  2. String? invoiceId,
  3. String? itemId,
  4. String? itemClass,
  5. String? itemOrder,
  6. String? inventoryId,
  7. String? orderId,
  8. String? parentId,
  9. String? repairId,
  10. String? repairNumber,
  11. String? recType,
  12. String? availableFor,
  13. bool? bold,
  14. String? optionColor,
  15. String? orderItemId,
  16. String? nestedOrderItemId,
  17. bool? isAdjusted,
  18. bool? isRecurring,
  19. bool? isManualBill,
  20. String? voidInvoiceItemId,
  21. bool? isProfitCenter,
  22. String? profitCenterChargeCode1,
  23. String? profitCenterChargeCode2,
  24. String? profitCenterChargeCode,
  25. String? activity,
  26. String? activityExportCode,
  27. String? orderNumber,
  28. String? poNumber,
  29. String? iCode,
  30. String? description,
  31. String? barCode,
  32. String? serialNumber,
  33. String? fromDate,
  34. String? fromTime,
  35. String? toDate,
  36. String? toTime,
  37. double? days,
  38. double? billableDays,
  39. double? quantity,
  40. double? cost,
  41. double? rate,
  42. String? unit,
  43. double? daysPerWeek,
  44. double? discountPercent,
  45. double? discountAmount,
  46. int? split,
  47. double? hours,
  48. double? hoursOvertime,
  49. double? hoursDoubletime,
  50. bool? crewActualHours,
  51. double? meterOut,
  52. double? meterIn,
  53. double? lineTotalBeforeDiscount,
  54. double? extended,
  55. double? lineTotal,
  56. bool? taxable,
  57. double? tax,
  58. double? tax2,
  59. double? lineTotalWithTax,
  60. double? adjustment,
  61. double? rebateAmount,
  62. double? adjustedRevenue,
  63. double? quikPayExtended,
  64. String? currencyId,
  65. String? currencyCode,
  66. String? currencySymbol,
  67. int? nestingLevel,
  68. String? invoiceNumber,
  69. String? invoiceStatus,
  70. String? invoiceDate,
  71. String? dealId,
  72. String? deal,
  73. String? auditNote,
  74. String? recordTitle,
  75. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  76. List<FwStandardDataFwCustomValue>? custom,
  77. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  78. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsInvoiceItemInvoiceItem({
  this.invoiceItemId,
  this.invoiceId,
  this.itemId,
  this.itemClass,
  this.itemOrder,
  this.inventoryId,
  this.orderId,
  this.parentId,
  this.repairId,
  this.repairNumber,
  this.recType,
  this.availableFor,
  this.bold,
  this.optionColor,
  this.orderItemId,
  this.nestedOrderItemId,
  this.isAdjusted,
  this.isRecurring,
  this.isManualBill,
  this.voidInvoiceItemId,
  this.isProfitCenter,
  this.profitCenterChargeCode1,
  this.profitCenterChargeCode2,
  this.profitCenterChargeCode,
  this.activity,
  this.activityExportCode,
  this.orderNumber,
  this.poNumber,
  this.iCode,
  this.description,
  this.barCode,
  this.serialNumber,
  this.fromDate,
  this.fromTime,
  this.toDate,
  this.toTime,
  this.days,
  this.billableDays,
  this.quantity,
  this.cost,
  this.rate,
  this.unit,
  this.daysPerWeek,
  this.discountPercent,
  this.discountAmount,
  this.split,
  this.hours,
  this.hoursOvertime,
  this.hoursDoubletime,
  this.crewActualHours,
  this.meterOut,
  this.meterIn,
  this.lineTotalBeforeDiscount,
  this.extended,
  this.lineTotal,
  this.taxable,
  this.tax,
  this.tax2,
  this.lineTotalWithTax,
  this.adjustment,
  this.rebateAmount,
  this.adjustedRevenue,
  this.quikPayExtended,
  this.currencyId,
  this.currencyCode,
  this.currencySymbol,
  this.nestingLevel,
  this.invoiceNumber,
  this.invoiceStatus,
  this.invoiceDate,
  this.dealId,
  this.deal,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});