WebApiModulesInventoryRepairPartRepairPart constructor

const WebApiModulesInventoryRepairPartRepairPart({
  1. String? repairPartId,
  2. String? repairId,
  3. String? inventoryId,
  4. String? warehouseId,
  5. String? warehouseCode,
  6. String? warehouse,
  7. String? iCode,
  8. String? iCodeColor,
  9. String? description,
  10. String? descriptionColor,
  11. double? quantity,
  12. String? unit,
  13. double? price,
  14. double? grossTotal,
  15. double? discountAmount,
  16. double? extended,
  17. bool? taxable,
  18. double? tax,
  19. double? total,
  20. bool? billable,
  21. String? itemClass,
  22. String? itemOrder,
  23. String? currencySymbol,
  24. String? orderId,
  25. String? orderItemId,
  26. String? orderNumber,
  27. String? dateStamp,
  28. String? auditNote,
  29. String? recordTitle,
  30. dynamic urlIdentifier,
  31. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  32. List<FwStandardDataFwCustomValue>? custom,
  33. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  34. FwStandardBusinessLogicFwBusinessLogic? original,
  35. List<FwStandardDataFwTranslatedValue>? translation,
  36. bool? hasImport,
  37. bool? hasDocuments,
  38. String? createdByUserId,
  39. String? createdByUserName,
  40. String? createdDateTime,
  41. String? modifiedByUserId,
  42. String? modifiedByUserName,
  43. String? modifiedDateTime,
})

Implementation

const WebApiModulesInventoryRepairPartRepairPart({
  this.repairPartId,
  this.repairId,
  this.inventoryId,
  this.warehouseId,
  this.warehouseCode,
  this.warehouse,
  this.iCode,
  this.iCodeColor,
  this.description,
  this.descriptionColor,
  this.quantity,
  this.unit,
  this.price,
  this.grossTotal,
  this.discountAmount,
  this.extended,
  this.taxable,
  this.tax,
  this.total,
  this.billable,
  this.itemClass,
  this.itemOrder,
  this.currencySymbol,
  this.orderId,
  this.orderItemId,
  this.orderNumber,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});