WebApiModulesWarehouseCheckOutCheckOutAllStagedRequest class

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

Constructors

WebApiModulesWarehouseCheckOutCheckOutAllStagedRequest({String? orderId, String? officeLocationId, String? warehouseId, String? responsiblePersonId})
WebApiModulesWarehouseCheckOutCheckOutAllStagedRequest.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
officeLocationId String?
final
orderId String?
final
responsiblePersonId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warehouseId String?
final

Methods

copyWith({String? orderId, String? officeLocationId, String? warehouseId, String? responsiblePersonId}) WebApiModulesWarehouseCheckOutCheckOutAllStagedRequest

Available on WebApiModulesWarehouseCheckOutCheckOutAllStagedRequest, provided by the $WebApiModulesWarehouseCheckOutCheckOutAllStagedRequestExtension extension

copyWithWrapped({Wrapped<String?>? orderId, Wrapped<String?>? officeLocationId, Wrapped<String?>? warehouseId, Wrapped<String?>? responsiblePersonId}) WebApiModulesWarehouseCheckOutCheckOutAllStagedRequest

Available on WebApiModulesWarehouseCheckOutCheckOutAllStagedRequest, provided by the $WebApiModulesWarehouseCheckOutCheckOutAllStagedRequestExtension 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