WebApiModulesWarehouseExchangeExchangeItemInResponse class

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

Constructors

WebApiModulesWarehouseExchangeExchangeItemInResponse({String? contractId, String? inCode, int? quantity, String? orderId, String? orderNumber, String? orderDescription, String? dealId, String? deal, String? departmentId, WebApiModulesWarehouseExchangeExchangeItemStatus? itemStatus, int? status, bool? success, String? msg})
WebApiModulesWarehouseExchangeExchangeItemInResponse.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
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? orderId, String? orderNumber, String? orderDescription, String? dealId, String? deal, String? departmentId, WebApiModulesWarehouseExchangeExchangeItemStatus? itemStatus, int? status, bool? success, String? msg}) WebApiModulesWarehouseExchangeExchangeItemInResponse

Available on WebApiModulesWarehouseExchangeExchangeItemInResponse, provided by the $WebApiModulesWarehouseExchangeExchangeItemInResponseExtension extension

copyWithWrapped({Wrapped<String?>? contractId, Wrapped<String?>? inCode, Wrapped<int?>? quantity, 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}) WebApiModulesWarehouseExchangeExchangeItemInResponse

Available on WebApiModulesWarehouseExchangeExchangeItemInResponse, provided by the $WebApiModulesWarehouseExchangeExchangeItemInResponseExtension 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