WebApiModulesHomeControlsRepairCostRepairCost constructor

WebApiModulesHomeControlsRepairCostRepairCost({
  1. String? repairCostId,
  2. String? repairId,
  3. String? rateId,
  4. String? iCode,
  5. String? description,
  6. double? quantity,
  7. String? unit,
  8. double? rate,
  9. double? grossTotal,
  10. double? discountAmount,
  11. double? extended,
  12. bool? taxable,
  13. double? tax,
  14. double? total,
  15. bool? billable,
  16. String? note,
  17. String? currencySymbol,
  18. String? orderId,
  19. String? orderItemId,
  20. String? orderNumber,
  21. String? dateStamp,
  22. String? auditNote,
  23. String? recordTitle,
  24. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  25. List<FwStandardDataFwCustomValue>? custom,
  26. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  27. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsRepairCostRepairCost({
  this.repairCostId,
  this.repairId,
  this.rateId,
  this.iCode,
  this.description,
  this.quantity,
  this.unit,
  this.rate,
  this.grossTotal,
  this.discountAmount,
  this.extended,
  this.taxable,
  this.tax,
  this.total,
  this.billable,
  this.note,
  this.currencySymbol,
  this.orderId,
  this.orderItemId,
  this.orderNumber,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});