WebApiModulesHomeControlsServiceOrderItemServiceOrderItem constructor

WebApiModulesHomeControlsServiceOrderItemServiceOrderItem({
  1. String? serviceOrderItemId,
  2. String? repairId,
  3. String? repairNumber,
  4. String? barCode,
  5. String? serialNumber,
  6. String? repairICode,
  7. String? trackedBy,
  8. String? repairDescription,
  9. double? quantity,
  10. double? rate,
  11. double? extended,
  12. String? repairInventoryId,
  13. String? warehouseId,
  14. String? warehouseCode,
  15. String? warehouse,
  16. String? repairCostId,
  17. String? repairPartId,
  18. String? itemOrder,
  19. String? notes,
  20. String? recType,
  21. String? recTypeDisplay,
  22. String? consignorId,
  23. String? consignorAgreementId,
  24. String? inventoryId,
  25. String? iCode,
  26. String? description,
  27. String? auditNote,
  28. String? recordTitle,
  29. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  30. List<FwStandardDataFwCustomValue>? custom,
  31. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  32. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsServiceOrderItemServiceOrderItem({
  this.serviceOrderItemId,
  this.repairId,
  this.repairNumber,
  this.barCode,
  this.serialNumber,
  this.repairICode,
  this.trackedBy,
  this.repairDescription,
  this.quantity,
  this.rate,
  this.extended,
  this.repairInventoryId,
  this.warehouseId,
  this.warehouseCode,
  this.warehouse,
  this.repairCostId,
  this.repairPartId,
  this.itemOrder,
  this.notes,
  this.recType,
  this.recTypeDisplay,
  this.consignorId,
  this.consignorAgreementId,
  this.inventoryId,
  this.iCode,
  this.description,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});