WebApiModulesWarehouseCheckOutStageItemResponse class

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

Constructors

WebApiModulesWarehouseCheckOutStageItemResponse({WebApiModulesWarehouseCheckOutOrderInventoryStatusCheckOut? inventoryStatus, int? status, bool? success, String? msg, String? inventoryId, String? orderItemId, int? quantityStaged, bool? showAddItemToOrder, bool? showTransferRepair, bool? showAddCompleteToOrder, bool? showUnstage, bool? showStageIncompleteContainer, bool? showReleaseFromRepair, bool? showOverrideReservation, bool? showStageConsignedItem})
WebApiModulesWarehouseCheckOutStageItemResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
inventoryId String?
final
inventoryStatus WebApiModulesWarehouseCheckOutOrderInventoryStatusCheckOut?
final
msg String?
final
orderItemId String?
final
quantityStaged int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAddCompleteToOrder bool?
final
showAddItemToOrder bool?
final
showOverrideReservation bool?
final
showReleaseFromRepair bool?
final
showStageConsignedItem bool?
final
showStageIncompleteContainer bool?
final
showTransferRepair bool?
final
showUnstage bool?
final
status int?
final
success bool?
final

Methods

copyWith({WebApiModulesWarehouseCheckOutOrderInventoryStatusCheckOut? inventoryStatus, int? status, bool? success, String? msg, String? inventoryId, String? orderItemId, int? quantityStaged, bool? showAddItemToOrder, bool? showTransferRepair, bool? showAddCompleteToOrder, bool? showUnstage, bool? showStageIncompleteContainer, bool? showReleaseFromRepair, bool? showOverrideReservation, bool? showStageConsignedItem}) WebApiModulesWarehouseCheckOutStageItemResponse

Available on WebApiModulesWarehouseCheckOutStageItemResponse, provided by the $WebApiModulesWarehouseCheckOutStageItemResponseExtension extension

copyWithWrapped({Wrapped<WebApiModulesWarehouseCheckOutOrderInventoryStatusCheckOut?>? inventoryStatus, Wrapped<int?>? status, Wrapped<bool?>? success, Wrapped<String?>? msg, Wrapped<String?>? inventoryId, Wrapped<String?>? orderItemId, Wrapped<int?>? quantityStaged, Wrapped<bool?>? showAddItemToOrder, Wrapped<bool?>? showTransferRepair, Wrapped<bool?>? showAddCompleteToOrder, Wrapped<bool?>? showUnstage, Wrapped<bool?>? showStageIncompleteContainer, Wrapped<bool?>? showReleaseFromRepair, Wrapped<bool?>? showOverrideReservation, Wrapped<bool?>? showStageConsignedItem}) WebApiModulesWarehouseCheckOutStageItemResponse

Available on WebApiModulesWarehouseCheckOutStageItemResponse, provided by the $WebApiModulesWarehouseCheckOutStageItemResponseExtension 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