WebApiModulesInventoryRepairRepair constructor

WebApiModulesInventoryRepairRepair({
  1. String? repairId,
  2. String? locationId,
  3. String? location,
  4. String? billingLocationId,
  5. String? billingLocation,
  6. String? warehouseId,
  7. String? itemWarehouseId,
  8. String? warehouse,
  9. String? warehouseCode,
  10. String? billingWarehouseId,
  11. String? billingWarehouse,
  12. String? departmentId,
  13. String? department,
  14. String? inventoryTypeId,
  15. String? inventoryType,
  16. bool? pendingRepair,
  17. String? repairNumber,
  18. String? repairNumberColor,
  19. String? repairDate,
  20. bool? outsideRepair,
  21. String? outsideRepairPoNumber,
  22. String? itemId,
  23. String? barCode,
  24. String? serialNumber,
  25. String? rfId,
  26. String? barCodeColor,
  27. String? inventoryId,
  28. String? availFor,
  29. String? availForDisplay,
  30. String? iCode,
  31. String? iCodeColor,
  32. String? itemDescription,
  33. String? ownedItemDescription,
  34. int? quantity,
  35. String? quantityColor,
  36. String? damageDealId,
  37. String? damageDeal,
  38. String? damageDealColor,
  39. String? damageOrderId,
  40. String? damageOrderNumber,
  41. String? damageOrderDescription,
  42. String? damageContractId,
  43. String? damageContractNumber,
  44. String? damageContractDate,
  45. String? damageScannedById,
  46. String? damageScannedBy,
  47. String? lossAndDamageOrderId,
  48. String? lossAndDamageOrderNumber,
  49. String? lossAndDamageOrderDescription,
  50. String? chargeOrderId,
  51. String? chargeOrderNumber,
  52. String? chargeOrderDescription,
  53. String? chargeInvoiceId,
  54. String? chargeInvoiceNumber,
  55. String? chargeInvoiceDescription,
  56. String? taxOptionId,
  57. String? taxOption,
  58. String? taxId,
  59. double? rentalTaxRate1,
  60. double? salesTaxRate1,
  61. double? laborTaxRate1,
  62. double? rentalTaxRate2,
  63. double? salesTaxRate2,
  64. double? laborTaxRate2,
  65. String? status,
  66. String? statusColor,
  67. String? statusDate,
  68. bool? billable,
  69. String? billableDisplay,
  70. bool? notBilled,
  71. String? priority,
  72. String? priorityDescription,
  73. String? priorityColor,
  74. String? repairType,
  75. bool? poPending,
  76. String? poNumber,
  77. String? damage,
  78. String? correction,
  79. bool? released,
  80. double? releasedQuantity,
  81. String? transferId,
  82. String? transferredFromWarehouseId,
  83. String? dueDate,
  84. String? estimateByUserId,
  85. String? estimateBy,
  86. String? estimateDate,
  87. String? completeByUserId,
  88. String? completeBy,
  89. String? completeDate,
  90. String? inputDate,
  91. String? inputByUserId,
  92. String? inputByUserName,
  93. String? repairItemStatusId,
  94. String? repairItemStatus,
  95. String? currencyId,
  96. String? officeLocationDefaultCurrencyId,
  97. String? currencyCode,
  98. String? currencySymbol,
  99. String? currencyColor,
  100. String? notes,
  101. bool? inactive,
  102. bool? qcRequired,
  103. bool? autoCompleteQC,
  104. String? qcNote,
  105. String? conditionId,
  106. String? condition,
  107. String? externalPoTypeId,
  108. String? externalPoType,
  109. double? costExtended,
  110. double? costTax,
  111. double? costTotal,
  112. double? partsExtended,
  113. double? partsTax,
  114. double? partsTotal,
  115. double? totalRepairExtended,
  116. double? totalRepairTax,
  117. double? totalRepairTotal,
  118. String? consignorId,
  119. String? consignor,
  120. String? consignorAgreementId,
  121. String? agreementNumber,
  122. String? dateStamp,
  123. String? auditNote,
  124. String? recordTitle,
  125. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  126. List<FwStandardDataFwCustomValue>? custom,
  127. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  128. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesInventoryRepairRepair({
  this.repairId,
  this.locationId,
  this.location,
  this.billingLocationId,
  this.billingLocation,
  this.warehouseId,
  this.itemWarehouseId,
  this.warehouse,
  this.warehouseCode,
  this.billingWarehouseId,
  this.billingWarehouse,
  this.departmentId,
  this.department,
  this.inventoryTypeId,
  this.inventoryType,
  this.pendingRepair,
  this.repairNumber,
  this.repairNumberColor,
  this.repairDate,
  this.outsideRepair,
  this.outsideRepairPoNumber,
  this.itemId,
  this.barCode,
  this.serialNumber,
  this.rfId,
  this.barCodeColor,
  this.inventoryId,
  this.availFor,
  this.availForDisplay,
  this.iCode,
  this.iCodeColor,
  this.itemDescription,
  this.ownedItemDescription,
  this.quantity,
  this.quantityColor,
  this.damageDealId,
  this.damageDeal,
  this.damageDealColor,
  this.damageOrderId,
  this.damageOrderNumber,
  this.damageOrderDescription,
  this.damageContractId,
  this.damageContractNumber,
  this.damageContractDate,
  this.damageScannedById,
  this.damageScannedBy,
  this.lossAndDamageOrderId,
  this.lossAndDamageOrderNumber,
  this.lossAndDamageOrderDescription,
  this.chargeOrderId,
  this.chargeOrderNumber,
  this.chargeOrderDescription,
  this.chargeInvoiceId,
  this.chargeInvoiceNumber,
  this.chargeInvoiceDescription,
  this.taxOptionId,
  this.taxOption,
  this.taxId,
  this.rentalTaxRate1,
  this.salesTaxRate1,
  this.laborTaxRate1,
  this.rentalTaxRate2,
  this.salesTaxRate2,
  this.laborTaxRate2,
  this.status,
  this.statusColor,
  this.statusDate,
  this.billable,
  this.billableDisplay,
  this.notBilled,
  this.priority,
  this.priorityDescription,
  this.priorityColor,
  this.repairType,
  this.poPending,
  this.poNumber,
  this.damage,
  this.correction,
  this.released,
  this.releasedQuantity,
  this.transferId,
  this.transferredFromWarehouseId,
  this.dueDate,
  this.estimateByUserId,
  this.estimateBy,
  this.estimateDate,
  this.completeByUserId,
  this.completeBy,
  this.completeDate,
  this.inputDate,
  this.inputByUserId,
  this.inputByUserName,
  this.repairItemStatusId,
  this.repairItemStatus,
  this.currencyId,
  this.officeLocationDefaultCurrencyId,
  this.currencyCode,
  this.currencySymbol,
  this.currencyColor,
  this.notes,
  this.inactive,
  this.qcRequired,
  this.autoCompleteQC,
  this.qcNote,
  this.conditionId,
  this.condition,
  this.externalPoTypeId,
  this.externalPoType,
  this.costExtended,
  this.costTax,
  this.costTotal,
  this.partsExtended,
  this.partsTax,
  this.partsTotal,
  this.totalRepairExtended,
  this.totalRepairTax,
  this.totalRepairTotal,
  this.consignorId,
  this.consignor,
  this.consignorAgreementId,
  this.agreementNumber,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});