WebApiModulesWarehouseCheckOutOrderInventoryStatusCheckOut class

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

Constructors

WebApiModulesWarehouseCheckOutOrderInventoryStatusCheckOut({String? iCode, String? description, String? classification, int? quantityOrdered, int? quantitySub, int? quantityStaged, int? quantityOut, int? quantityIn, int? quantityRemaining})
WebApiModulesWarehouseCheckOutOrderInventoryStatusCheckOut.fromJson(Map<String, dynamic> json)
factory

Properties

classification String?
final
description String?
final
hashCode int
The hash code for this object.
no setteroverride
iCode String?
final
quantityIn int?
final
quantityOrdered int?
final
quantityOut int?
final
quantityRemaining int?
final
quantityStaged int?
final
quantitySub int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? iCode, String? description, String? classification, int? quantityOrdered, int? quantitySub, int? quantityStaged, int? quantityOut, int? quantityIn, int? quantityRemaining}) WebApiModulesWarehouseCheckOutOrderInventoryStatusCheckOut

Available on WebApiModulesWarehouseCheckOutOrderInventoryStatusCheckOut, provided by the $WebApiModulesWarehouseCheckOutOrderInventoryStatusCheckOutExtension extension

copyWithWrapped({Wrapped<String?>? iCode, Wrapped<String?>? description, Wrapped<String?>? classification, Wrapped<int?>? quantityOrdered, Wrapped<int?>? quantitySub, Wrapped<int?>? quantityStaged, Wrapped<int?>? quantityOut, Wrapped<int?>? quantityIn, Wrapped<int?>? quantityRemaining}) WebApiModulesWarehouseCheckOutOrderInventoryStatusCheckOut

Available on WebApiModulesWarehouseCheckOutOrderInventoryStatusCheckOut, provided by the $WebApiModulesWarehouseCheckOutOrderInventoryStatusCheckOutExtension 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