WebApiModulesInventoryRepairCreateRepairRequest class

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

Constructors

WebApiModulesInventoryRepairCreateRepairRequest({String? contractId, String? orderId, String? orderItemId, String? assetId, String? consignorId, String? consignorAgreementId, int? quantity})
WebApiModulesInventoryRepairCreateRepairRequest.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
orderId String?
final
orderItemId String?
final
quantity int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Available on WebApiModulesInventoryRepairCreateRepairRequest, provided by the $WebApiModulesInventoryRepairCreateRepairRequestExtension extension

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

Available on WebApiModulesInventoryRepairCreateRepairRequest, provided by the $WebApiModulesInventoryRepairCreateRepairRequestExtension 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