WebApiModulesHomeControlsRepairCostRepairCost class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesHomeControlsRepairCostRepairCost({String? repairCostId, String? repairId, String? rateId, String? iCode, String? description, double? quantity, String? unit, double? rate, double? grossTotal, double? discountAmount, double? extended, bool? taxable, double? tax, double? total, bool? billable, String? note, String? currencySymbol, String? orderId, String? orderItemId, String? orderNumber, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesHomeControlsRepairCostRepairCost.fromJson(Map<String, dynamic> json)
factory

Properties

auditNote String?
final
billable bool?
final
currencySymbol String?
final
custom List<FwStandardDataFwCustomValue>?
final
dateStamp String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
description String?
final
discountAmount double?
final
extended double?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
grossTotal double?
final
hashCode int
The hash code for this object.
no setteroverride
iCode String?
final
note String?
final
orderId String?
final
orderItemId String?
final
orderNumber String?
final
quantity double?
final
rate double?
final
rateId String?
final
recordTitle String?
final
repairCostId String?
final
repairId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tax double?
final
taxable bool?
final
total double?
final
translation List<FwStandardDataFwTranslatedValue>?
final
unit String?
final

Methods

copyWith({String? repairCostId, String? repairId, String? rateId, String? iCode, String? description, double? quantity, String? unit, double? rate, double? grossTotal, double? discountAmount, double? extended, bool? taxable, double? tax, double? total, bool? billable, String? note, String? currencySymbol, String? orderId, String? orderItemId, String? orderNumber, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesHomeControlsRepairCostRepairCost

Available on WebApiModulesHomeControlsRepairCostRepairCost, provided by the $WebApiModulesHomeControlsRepairCostRepairCostExtension extension

copyWithWrapped({Wrapped<String?>? repairCostId, Wrapped<String?>? repairId, Wrapped<String?>? rateId, Wrapped<String?>? iCode, Wrapped<String?>? description, Wrapped<double?>? quantity, Wrapped<String?>? unit, Wrapped<double?>? rate, Wrapped<double?>? grossTotal, Wrapped<double?>? discountAmount, Wrapped<double?>? extended, Wrapped<bool?>? taxable, Wrapped<double?>? tax, Wrapped<double?>? total, Wrapped<bool?>? billable, Wrapped<String?>? note, Wrapped<String?>? currencySymbol, Wrapped<String?>? orderId, Wrapped<String?>? orderItemId, Wrapped<String?>? orderNumber, Wrapped<String?>? dateStamp, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesHomeControlsRepairCostRepairCost

Available on WebApiModulesHomeControlsRepairCostRepairCost, provided by the $WebApiModulesHomeControlsRepairCostRepairCostExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const WebApiModulesHomeControlsRepairCostRepairCost Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesHomeControlsRepairCostRepairCost instance)