WebApiModulesHomeControlsPickListUtilityItemApplyPickListSessionItemsRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesHomeControlsPickListUtilityItemApplyPickListSessionItemsRequest({String? sessionId, bool? itemsNotYetStaged, bool? itemsStaged, bool? itemsOut, DateTime? pickDateFrom, DateTime? pickDateTo, bool? rentalItems, bool? salesItems, bool? vendorItems, bool? laborItems, String? warehouseId, bool? completeKitMains, bool? completeKitAccessories, bool? completeKitOptions, bool? standAloneItems, bool? itemsOnOtherPickLists, bool? reduceQuantityAlreadyPicked, bool? summarizeByICode, bool? summarizeCompleteKitItems, bool? honorCompleteKitItemTypes, String? inventoryTypeId, bool? selectAll, bool? selectNone})
-
WebApiModulesHomeControlsPickListUtilityItemApplyPickListSessionItemsRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- completeKitAccessories → bool?
-
final
- completeKitMains → bool?
-
final
- completeKitOptions → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- honorCompleteKitItemTypes → bool?
-
final
- inventoryTypeId → String?
-
final
- itemsNotYetStaged → bool?
-
final
- itemsOnOtherPickLists → bool?
-
final
- itemsOut → bool?
-
final
- itemsStaged → bool?
-
final
- laborItems → bool?
-
final
- pickDateFrom → DateTime?
-
final
- pickDateTo → DateTime?
-
final
- reduceQuantityAlreadyPicked → bool?
-
final
- rentalItems → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salesItems → bool?
-
final
- selectAll → bool?
-
final
- selectNone → bool?
-
final
- sessionId → String?
-
final
- standAloneItems → bool?
-
final
- summarizeByICode → bool?
-
final
- summarizeCompleteKitItems → bool?
-
final
- vendorItems → bool?
-
final
- warehouseId → String?
-
final
Methods
-
copyWith(
{String? sessionId, bool? itemsNotYetStaged, bool? itemsStaged, bool? itemsOut, DateTime? pickDateFrom, DateTime? pickDateTo, bool? rentalItems, bool? salesItems, bool? vendorItems, bool? laborItems, String? warehouseId, bool? completeKitMains, bool? completeKitAccessories, bool? completeKitOptions, bool? standAloneItems, bool? itemsOnOtherPickLists, bool? reduceQuantityAlreadyPicked, bool? summarizeByICode, bool? summarizeCompleteKitItems, bool? honorCompleteKitItemTypes, String? inventoryTypeId, bool? selectAll, bool? selectNone}) → WebApiModulesHomeControlsPickListUtilityItemApplyPickListSessionItemsRequest -
Available on WebApiModulesHomeControlsPickListUtilityItemApplyPickListSessionItemsRequest, provided by the $WebApiModulesHomeControlsPickListUtilityItemApplyPickListSessionItemsRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? sessionId, Wrapped<bool?> ? itemsNotYetStaged, Wrapped<bool?> ? itemsStaged, Wrapped<bool?> ? itemsOut, Wrapped<DateTime?> ? pickDateFrom, Wrapped<DateTime?> ? pickDateTo, Wrapped<bool?> ? rentalItems, Wrapped<bool?> ? salesItems, Wrapped<bool?> ? vendorItems, Wrapped<bool?> ? laborItems, Wrapped<String?> ? warehouseId, Wrapped<bool?> ? completeKitMains, Wrapped<bool?> ? completeKitAccessories, Wrapped<bool?> ? completeKitOptions, Wrapped<bool?> ? standAloneItems, Wrapped<bool?> ? itemsOnOtherPickLists, Wrapped<bool?> ? reduceQuantityAlreadyPicked, Wrapped<bool?> ? summarizeByICode, Wrapped<bool?> ? summarizeCompleteKitItems, Wrapped<bool?> ? honorCompleteKitItemTypes, Wrapped<String?> ? inventoryTypeId, Wrapped<bool?> ? selectAll, Wrapped<bool?> ? selectNone}) → WebApiModulesHomeControlsPickListUtilityItemApplyPickListSessionItemsRequest -
Available on WebApiModulesHomeControlsPickListUtilityItemApplyPickListSessionItemsRequest, provided by the $WebApiModulesHomeControlsPickListUtilityItemApplyPickListSessionItemsRequestExtension 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 WebApiModulesHomeControlsPickListUtilityItemApplyPickListSessionItemsRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesHomeControlsPickListUtilityItemApplyPickListSessionItemsRequest instance)