WebApiModulesWarehouseCheckInCheckInItemsRequest class

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

Constructors

WebApiModulesWarehouseCheckInCheckInItemsRequest({String? contractId, String? containerId, String? containerItemId, String? containerOutContractId, String? dealId, String? departmentId, String? locationId, String? moduleType, String? contractType, String? userWarehouseId, bool? forceNewSession, List<WebApiModulesWarehouseCheckInCheckInItem>? items})
WebApiModulesWarehouseCheckInCheckInItemsRequest.fromJson(Map<String, dynamic> json)
factory

Properties

containerId String?
final
containerItemId String?
final
containerOutContractId String?
final
contractId String?
final
contractType String?
final
dealId String?
final
departmentId String?
final
forceNewSession bool?
final
hashCode int
The hash code for this object.
no setteroverride
items List<WebApiModulesWarehouseCheckInCheckInItem>?
final
locationId String?
final
moduleType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userWarehouseId String?
final

Methods

copyWith({String? contractId, String? containerId, String? containerItemId, String? containerOutContractId, String? dealId, String? departmentId, String? locationId, String? moduleType, String? contractType, String? userWarehouseId, bool? forceNewSession, List<WebApiModulesWarehouseCheckInCheckInItem>? items}) WebApiModulesWarehouseCheckInCheckInItemsRequest

Available on WebApiModulesWarehouseCheckInCheckInItemsRequest, provided by the $WebApiModulesWarehouseCheckInCheckInItemsRequestExtension extension

copyWithWrapped({Wrapped<String?>? contractId, Wrapped<String?>? containerId, Wrapped<String?>? containerItemId, Wrapped<String?>? containerOutContractId, Wrapped<String?>? dealId, Wrapped<String?>? departmentId, Wrapped<String?>? locationId, Wrapped<String?>? moduleType, Wrapped<String?>? contractType, Wrapped<String?>? userWarehouseId, Wrapped<bool?>? forceNewSession, Wrapped<List<WebApiModulesWarehouseCheckInCheckInItem>?>? items}) WebApiModulesWarehouseCheckInCheckInItemsRequest

Available on WebApiModulesWarehouseCheckInCheckInItemsRequest, provided by the $WebApiModulesWarehouseCheckInCheckInItemsRequestExtension 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