WebApiModulesWarehouseExchangeExchangeItemOutResponse class

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

Constructors

WebApiModulesWarehouseExchangeExchangeItemOutResponse({String? contractId, String? inCode, int? quantity, String? outCode, String? orderId, String? orderNumber, String? orderDescription, String? dealId, String? deal, String? departmentId, WebApiModulesWarehouseExchangeExchangeItemStatus? itemStatus, int? status, bool? success, String? msg})
WebApiModulesWarehouseExchangeExchangeItemOutResponse.fromJson(Map<String, dynamic> json)
factory

Properties

contractId String?
final
deal String?
final
dealId String?
final
departmentId String?
final
hashCode int
The hash code for this object.
no setteroverride
inCode String?
final
itemStatus WebApiModulesWarehouseExchangeExchangeItemStatus?
final
msg String?
final
orderDescription String?
final
orderId String?
final
orderNumber String?
final
outCode String?
final
quantity int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
final
success bool?
final

Methods

copyWith({String? contractId, String? inCode, int? quantity, String? outCode, String? orderId, String? orderNumber, String? orderDescription, String? dealId, String? deal, String? departmentId, WebApiModulesWarehouseExchangeExchangeItemStatus? itemStatus, int? status, bool? success, String? msg}) WebApiModulesWarehouseExchangeExchangeItemOutResponse

Available on WebApiModulesWarehouseExchangeExchangeItemOutResponse, provided by the $WebApiModulesWarehouseExchangeExchangeItemOutResponseExtension extension

copyWithWrapped({Wrapped<String?>? contractId, Wrapped<String?>? inCode, Wrapped<int?>? quantity, Wrapped<String?>? outCode, Wrapped<String?>? orderId, Wrapped<String?>? orderNumber, Wrapped<String?>? orderDescription, Wrapped<String?>? dealId, Wrapped<String?>? deal, Wrapped<String?>? departmentId, Wrapped<WebApiModulesWarehouseExchangeExchangeItemStatus?>? itemStatus, Wrapped<int?>? status, Wrapped<bool?>? success, Wrapped<String?>? msg}) WebApiModulesWarehouseExchangeExchangeItemOutResponse

Available on WebApiModulesWarehouseExchangeExchangeItemOutResponse, provided by the $WebApiModulesWarehouseExchangeExchangeItemOutResponseExtension 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