WebApiModulesInventoryRepairCancelRepairRequest class

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

Constructors

WebApiModulesInventoryRepairCancelRepairRequest({String? repairId, String? contractId, String? orderId, String? orderItemId, String? inventoryId, String? assetId, String? consignorId, String? consignorAgreementId, int? quantity})
WebApiModulesInventoryRepairCancelRepairRequest.fromJson(Map<String, dynamic> json)
factory

Properties

assetId String?
final
consignorAgreementId String?
final
consignorId String?
final
contractId String?
final
hashCode int
The hash code for this object.
no setteroverride
inventoryId String?
final
orderId String?
final
orderItemId String?
final
quantity int?
final
repairId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? repairId, String? contractId, String? orderId, String? orderItemId, String? inventoryId, String? assetId, String? consignorId, String? consignorAgreementId, int? quantity}) WebApiModulesInventoryRepairCancelRepairRequest

Available on WebApiModulesInventoryRepairCancelRepairRequest, provided by the $WebApiModulesInventoryRepairCancelRepairRequestExtension extension

copyWithWrapped({Wrapped<String?>? repairId, Wrapped<String?>? contractId, Wrapped<String?>? orderId, Wrapped<String?>? orderItemId, Wrapped<String?>? inventoryId, Wrapped<String?>? assetId, Wrapped<String?>? consignorId, Wrapped<String?>? consignorAgreementId, Wrapped<int?>? quantity}) WebApiModulesInventoryRepairCancelRepairRequest

Available on WebApiModulesInventoryRepairCancelRepairRequest, provided by the $WebApiModulesInventoryRepairCancelRepairRequestExtension 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