PackingInstruction class
- Available extensions
- Annotations
-
- @freezed
Constructors
-
PackingInstruction.new({@JsonKey(name: 'packing_instruction_no') required String piNumber, String? description, String? height, String? width, String? length, String? innerHeight, String? innerWidth, String? innerLength, String? unitDimension, String? unitDimensionIso, String? sizeFix, String? totalVolume, String? loadingVolume, String? allowedVolume, String? volumeUnit, String? volumeUnitIso, String? tareVolume, String? tareVolumeUnit, String? tareVolumeUnitIso, String? volumeFix, String? volumeTolerance, String? totalWeight, String? loadWeight, String? allowedWeight, String? maxUnitOfWeight, String? maxUnitOfWeightIso, String? tareWeight, String? unitOfWeight, String? unitOfWeightIso, String? weightFix, String? weightTolerance, String? allowedLoad, String? stackingFactor, String? printNoShipLabel, String? closedBox, String? checkProfile, String? palletType, int? numberOfUnitsPerPallet, String? sirex, @_NPPIHeaderPositionConverter() @JsonKey(name: 'NP_PI_HeaderToPosition') required List<
NPPIHeaderPosition> npPIHeaderPositions}) -
constfactory
- PackingInstruction.fromJson(Json json)
-
factory
Properties
- allowedLoad → String?
-
no setterinherited
- allowedVolume → String?
-
no setterinherited
- allowedWeight → String?
-
no setterinherited
- checkProfile → String?
-
no setterinherited
- closedBox → String?
-
no setterinherited
-
copyWith
→ $PackingInstructionCopyWith<
PackingInstruction> -
Create a copy of PackingInstruction
with the given fields replaced by the non-null parameter values.
no setterinherited
- description → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerPositionM → NPPIHeaderPosition?
-
Available on PackingInstruction, provided by the CalculationExtension extension
no setter - headerPositionP → NPPIHeaderPosition?
-
Available on PackingInstruction, provided by the CalculationExtension extension
no setter -
headerPositionPWithoutLoadCarrier
→ List<
NPPIHeaderPosition> -
Available on PackingInstruction, provided by the CalculationExtension extension
no setter - headerPositionWithLoadCarrier → NPPIHeaderPosition?
-
Available on PackingInstruction, provided by the CalculationExtension extension
no setter - height → String?
-
no setterinherited
- innerHeight → String?
-
no setterinherited
- innerLength → String?
-
no setterinherited
- innerWidth → String?
-
no setterinherited
- length → String?
-
no setterinherited
- loadingVolume → String?
-
no setterinherited
- loadWeight → String?
-
no setterinherited
- maxUnitOfWeight → String?
-
no setterinherited
- maxUnitOfWeightIso → String?
-
no setterinherited
-
npPIHeaderPositions
→ List<
NPPIHeaderPosition> -
no setterinherited
- numberOfUnitsPerPallet → int?
-
no setterinherited
- palletType → String?
-
no setterinherited
- piNumber → String
-
no setterinherited
- printNoShipLabel → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sirex → String?
-
no setterinherited
- sizeFix → String?
-
no setterinherited
- stackingFactor → String?
-
no setterinherited
- tareVolume → String?
-
no setterinherited
- tareVolumeUnit → String?
-
no setterinherited
- tareVolumeUnitIso → String?
-
no setterinherited
- tareWeight → String?
-
no setterinherited
- totalVolume → String?
-
no setterinherited
- totalWeight → String?
-
no setterinherited
- unitDimension → String?
-
no setterinherited
- unitDimensionIso → String?
-
no setterinherited
- unitOfWeight → String?
-
no setterinherited
- unitOfWeightIso → String?
-
no setterinherited
- volumeFix → String?
-
no setterinherited
- volumeTolerance → String?
-
no setterinherited
- volumeUnit → String?
-
no setterinherited
- volumeUnitIso → String?
-
no setterinherited
- weightFix → String?
-
no setterinherited
- weightTolerance → String?
-
no setterinherited
- width → String?
-
no setterinherited
Methods
-
getHuTargetQuantity(
) → double -
Available on PackingInstruction, provided by the CalculationExtension extension
-
getItemQuantity(
{required int itemsPerHU}) → double -
Available on PackingInstruction, provided by the CalculationExtension extension
-
getItemsPerHU(
) → int -
Available on PackingInstruction, provided by the CalculationExtension extension
-
getItemsPerHUOriginal(
) → int -
Available on PackingInstruction, provided by the CalculationExtension extension
-
getNumberHU(
{required String plannedOrderQuantity}) → int -
Available on PackingInstruction, provided by the CalculationExtension extension
-
getPositionsBasedOnHuDetails(
{required HuDetails? huDetails, required String? batchNumber, required String regionString}) → List< NPPIHeaderPosition> -
Available on PackingInstruction, provided by the CalculationExtension extension
-
getPositionsWithoutPalletPosition(
) → List< NPPIHeaderPosition> -
Available on PackingInstruction, provided by the CalculationExtension extension
-
getSSCCUnitQuantity(
{required int currentObjectsPerHu, required int defaultObjectsPerHU}) → double -
Available on PackingInstruction, provided by the CalculationExtension extension
-
getUnitOfMeasureArticleQuantity(
) → String -
Available on PackingInstruction, provided by the CalculationExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this PackingInstruction to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited