WebApiModulesHomeControlsOrderItemSplitOrderItemRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesHomeControlsOrderItemSplitOrderItemRequest({String? orderId, String? orderItemId, double? splitQuantity, double? splitConsignQuantity, bool? splitEntirePackage, bool? separateLine, bool? stagedOutOnly, bool? outOnly, bool? inOnly, String? consignorId, String? consignorAgreementId, bool? reSortItemsAfterSplit})
-
WebApiModulesHomeControlsOrderItemSplitOrderItemRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- consignorAgreementId → String?
-
final
- consignorId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- inOnly → bool?
-
final
- orderId → String?
-
final
- orderItemId → String?
-
final
- outOnly → bool?
-
final
- reSortItemsAfterSplit → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- separateLine → bool?
-
final
- splitConsignQuantity → double?
-
final
- splitEntirePackage → bool?
-
final
- splitQuantity → double?
-
final
- stagedOutOnly → bool?
-
final
Methods
-
copyWith(
{String? orderId, String? orderItemId, double? splitQuantity, double? splitConsignQuantity, bool? splitEntirePackage, bool? separateLine, bool? stagedOutOnly, bool? outOnly, bool? inOnly, String? consignorId, String? consignorAgreementId, bool? reSortItemsAfterSplit}) → WebApiModulesHomeControlsOrderItemSplitOrderItemRequest -
Available on WebApiModulesHomeControlsOrderItemSplitOrderItemRequest, provided by the $WebApiModulesHomeControlsOrderItemSplitOrderItemRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? orderId, Wrapped<String?> ? orderItemId, Wrapped<double?> ? splitQuantity, Wrapped<double?> ? splitConsignQuantity, Wrapped<bool?> ? splitEntirePackage, Wrapped<bool?> ? separateLine, Wrapped<bool?> ? stagedOutOnly, Wrapped<bool?> ? outOnly, Wrapped<bool?> ? inOnly, Wrapped<String?> ? consignorId, Wrapped<String?> ? consignorAgreementId, Wrapped<bool?> ? reSortItemsAfterSplit}) → WebApiModulesHomeControlsOrderItemSplitOrderItemRequest -
Available on WebApiModulesHomeControlsOrderItemSplitOrderItemRequest, provided by the $WebApiModulesHomeControlsOrderItemSplitOrderItemRequestExtension 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 WebApiModulesHomeControlsOrderItemSplitOrderItemRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesHomeControlsOrderItemSplitOrderItemRequest instance)