WebApiModulesWarehouseCheckOutStageItemRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesWarehouseCheckOutStageItemRequest({String? orderId, String? orderItemId, String? vendorId, String? code, String? warehouseId, int? quantity, bool? unstageItem, bool? addItemToOrder, bool? addCompleteToOrder, bool? stageIncompleteContainer, bool? transferRepair, bool? releaseFromRepair, bool? overrideReservation, bool? stageConsignedItem, String? consignorId, String? consignorAgreementId, bool? isInternal, String? internalPurchaseOrderId, String? externalOrderId})
-
WebApiModulesWarehouseCheckOutStageItemRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- addCompleteToOrder → bool?
-
final
- addItemToOrder → bool?
-
final
- code → String?
-
final
- consignorAgreementId → String?
-
final
- consignorId → String?
-
final
- externalOrderId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- internalPurchaseOrderId → String?
-
final
- isInternal → bool?
-
final
- orderId → String?
-
final
- orderItemId → String?
-
final
- overrideReservation → bool?
-
final
- quantity → int?
-
final
- releaseFromRepair → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stageConsignedItem → bool?
-
final
- stageIncompleteContainer → bool?
-
final
- transferRepair → bool?
-
final
- unstageItem → bool?
-
final
- vendorId → String?
-
final
- warehouseId → String?
-
final
Methods
-
copyWith(
{String? orderId, String? orderItemId, String? vendorId, String? code, String? warehouseId, int? quantity, bool? unstageItem, bool? addItemToOrder, bool? addCompleteToOrder, bool? stageIncompleteContainer, bool? transferRepair, bool? releaseFromRepair, bool? overrideReservation, bool? stageConsignedItem, String? consignorId, String? consignorAgreementId, bool? isInternal, String? internalPurchaseOrderId, String? externalOrderId}) → WebApiModulesWarehouseCheckOutStageItemRequest -
Available on WebApiModulesWarehouseCheckOutStageItemRequest, provided by the $WebApiModulesWarehouseCheckOutStageItemRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? orderId, Wrapped<String?> ? orderItemId, Wrapped<String?> ? vendorId, Wrapped<String?> ? code, Wrapped<String?> ? warehouseId, Wrapped<int?> ? quantity, Wrapped<bool?> ? unstageItem, Wrapped<bool?> ? addItemToOrder, Wrapped<bool?> ? addCompleteToOrder, Wrapped<bool?> ? stageIncompleteContainer, Wrapped<bool?> ? transferRepair, Wrapped<bool?> ? releaseFromRepair, Wrapped<bool?> ? overrideReservation, Wrapped<bool?> ? stageConsignedItem, Wrapped<String?> ? consignorId, Wrapped<String?> ? consignorAgreementId, Wrapped<bool?> ? isInternal, Wrapped<String?> ? internalPurchaseOrderId, Wrapped<String?> ? externalOrderId}) → WebApiModulesWarehouseCheckOutStageItemRequest -
Available on WebApiModulesWarehouseCheckOutStageItemRequest, provided by the $WebApiModulesWarehouseCheckOutStageItemRequestExtension 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
Constants
-
fromJsonFactory
→ const WebApiModulesWarehouseCheckOutStageItemRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesWarehouseCheckOutStageItemRequest instance)