WebApiModulesHomeControlsRepairPartRepairPart constructor

WebApiModulesHomeControlsRepairPartRepairPart({
  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. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  31. List<FwStandardDataFwCustomValue>? custom,
  32. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  33. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsRepairPartRepairPart({
  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.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});