WebApiModulesWarehouseCheckOutUnstageItemRequest class

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

Constructors

WebApiModulesWarehouseCheckOutUnstageItemRequest({String? orderId, String? orderItemId, String? vendorId, String? warehouseId, String? consignorId, String? consignorAgreementId, String? code, int? quantity})
WebApiModulesWarehouseCheckOutUnstageItemRequest.fromJson(Map<String, dynamic> json)
factory

Properties

code String?
final
consignorAgreementId String?
final
consignorId String?
final
hashCode int
The hash code for this object.
no setteroverride
orderId String?
final
orderItemId String?
final
quantity int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vendorId String?
final
warehouseId String?
final

Methods

copyWith({String? orderId, String? orderItemId, String? vendorId, String? warehouseId, String? consignorId, String? consignorAgreementId, String? code, int? quantity}) WebApiModulesWarehouseCheckOutUnstageItemRequest

Available on WebApiModulesWarehouseCheckOutUnstageItemRequest, provided by the $WebApiModulesWarehouseCheckOutUnstageItemRequestExtension extension

copyWithWrapped({Wrapped<String?>? orderId, Wrapped<String?>? orderItemId, Wrapped<String?>? vendorId, Wrapped<String?>? warehouseId, Wrapped<String?>? consignorId, Wrapped<String?>? consignorAgreementId, Wrapped<String?>? code, Wrapped<int?>? quantity}) WebApiModulesWarehouseCheckOutUnstageItemRequest

Available on WebApiModulesWarehouseCheckOutUnstageItemRequest, provided by the $WebApiModulesWarehouseCheckOutUnstageItemRequestExtension 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