WebApiModulesHomeControlsRepairPartRepairPart class

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

Constructors

WebApiModulesHomeControlsRepairPartRepairPart({String? repairPartId, String? repairId, String? inventoryId, String? warehouseId, String? warehouseCode, String? warehouse, String? iCode, String? iCodeColor, String? description, String? descriptionColor, double? quantity, String? unit, double? price, double? grossTotal, double? discountAmount, double? extended, bool? taxable, double? tax, double? total, bool? billable, String? itemClass, String? itemOrder, 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})
WebApiModulesHomeControlsRepairPartRepairPart.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
descriptionColor 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
iCodeColor String?
final
inventoryId String?
final
itemClass String?
final
itemOrder String?
final
orderId String?
final
orderItemId String?
final
orderNumber String?
final
price double?
final
quantity double?
final
recordTitle String?
final
repairId String?
final
repairPartId 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
warehouse String?
final
warehouseCode String?
final
warehouseId String?
final

Methods

copyWith({String? repairPartId, String? repairId, String? inventoryId, String? warehouseId, String? warehouseCode, String? warehouse, String? iCode, String? iCodeColor, String? description, String? descriptionColor, double? quantity, String? unit, double? price, double? grossTotal, double? discountAmount, double? extended, bool? taxable, double? tax, double? total, bool? billable, String? itemClass, String? itemOrder, 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}) WebApiModulesHomeControlsRepairPartRepairPart

Available on WebApiModulesHomeControlsRepairPartRepairPart, provided by the $WebApiModulesHomeControlsRepairPartRepairPartExtension extension

copyWithWrapped({Wrapped<String?>? repairPartId, Wrapped<String?>? repairId, Wrapped<String?>? inventoryId, Wrapped<String?>? warehouseId, Wrapped<String?>? warehouseCode, Wrapped<String?>? warehouse, Wrapped<String?>? iCode, Wrapped<String?>? iCodeColor, Wrapped<String?>? description, Wrapped<String?>? descriptionColor, Wrapped<double?>? quantity, Wrapped<String?>? unit, Wrapped<double?>? price, Wrapped<double?>? grossTotal, Wrapped<double?>? discountAmount, Wrapped<double?>? extended, Wrapped<bool?>? taxable, Wrapped<double?>? tax, Wrapped<double?>? total, Wrapped<bool?>? billable, Wrapped<String?>? itemClass, Wrapped<String?>? itemOrder, 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}) WebApiModulesHomeControlsRepairPartRepairPart

Available on WebApiModulesHomeControlsRepairPartRepairPart, provided by the $WebApiModulesHomeControlsRepairPartRepairPartExtension 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 WebApiModulesHomeControlsRepairPartRepairPart Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesHomeControlsRepairPartRepairPart instance)