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