UnitOfMeasuresDetails class
Model class representing details of UnitOfMeasures.
Constructors
- UnitOfMeasuresDetails({String? altUnit, String? material, String? altUnitIso, String? numerator, String? denominatr, String? eanUpc, String? eanCat, String? length, String? width, String? height, String? unitDim, String? unitDimIso, String? volume, String? volumeunit, String? volumeunitIso, String? grossWt, String? unitOfWt, String? unitOfWtIso, String? subUom, String? subUomIso, String? internalChar, String? uomsortnumber, bool? leadinguom, bool? valueduom, String? charUnit, String? charUnitIso, String? gtinVariant, String? netWeight, String? meAnzSub, String? ewmCwUomType})
-
const
- UnitOfMeasuresDetails.fromJson(Json json)
-
Creates a new instance from a JSON map.
factory
Properties
- altUnit → String?
-
Alternative Unit of Measure for Stockkeeping Unit
final
- altUnitIso → String?
-
Alternative unit of measure to stockkeeping unit in ISO code
final
- charUnit → String?
-
Unit of Measurement of Characteristic
final
- charUnitIso → String?
-
Lower-Level Unit of Measure in ISO Code
final
- denominatr → String?
-
Denominator for conversion to base units of measure
final
- eanCat → String?
-
Category of International Article Number (EAN)
final
- eanUpc → String?
-
International Article Number (EAN/UPC)
final
- ewmCwUomType → String?
-
EWM-CW: Category of Unit of Measure
final
- grossWt → String?
-
Gross Weight
final
- gtinVariant → String?
-
Global Trade Item Number Variant
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- height → String?
-
Height
final
- internalChar → String?
-
Internal characteristic
final
- leadinguom → bool?
-
Leading batch-specific unit of measure
final
- length → String?
-
Length
final
- material → String?
-
Material number
final
- meAnzSub → String?
-
Number of Lower-Level Units of Measure
final
- netWeight → String?
-
Net Weight
final
- numerator → String?
-
Numerator for Conversion to Base Units of Measure
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subUom → String?
-
Lower-Level Unit of Measure in a Packing Hierarchy
final
- subUomIso → String?
-
Lower-Level Unit of Measure in ISO Code
final
- unitDim → String?
-
Unit of Dimension for Length/Width/Height
final
- unitDimIso → String?
-
Unit for length/breadth/height in ISO code
final
- unitOfWt → String?
-
Weight Unit
final
- unitOfWtIso → String?
-
Unit of weight in ISO code
final
- uomsortnumber → String?
-
Unit of measure sort number
final
- valueduom → bool?
-
Valuation based on the batch-specific unit of measure
final
- volume → String?
-
Volume
final
- volumeunit → String?
-
Volume unit
final
- volumeunitIso → String?
-
Volume unit in ISO code
final
- width → String?
-
Width
final
Methods
-
copyWith(
{String? altUnit, String? material, String? altUnitIso, String? numerator, String? denominatr, String? eanUpc, String? eanCat, String? length, String? width, String? height, String? unitDim, String? unitDimIso, String? volume, String? volumeunit, String? volumeunitIso, String? grossWt, String? unitOfWt, String? unitOfWtIso, String? subUom, String? subUomIso, String? internalChar, String? uomsortnumber, bool? leadinguom, bool? valueduom, String? charUnit, String? charUnitIso, String? gtinVariant, String? netWeight, String? meAnzSub, String? ewmCwUomType}) → UnitOfMeasuresDetails - Creates a copy of the current instance with optional new values.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Json - Converts the instance to a JSON map.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override