Show / Hide Table of Contents

Class EdiAdditionalLoadingEquipment

Additional loading aids which are not part of the consignment but which have been added to safely transport the goods

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiAdditionalLoadingEquipment
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiAdditionalLoadingEquipment : EdiPatternPropertiesBase

Properties

EurBoxes

EUR Box pallets as defined by European Pallet Association (EPAL)

Declaration
public int? EurBoxes { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

EurPallets

EUR pallets as defined by European Pallet Association (EPAL)

Declaration
public int? EurPallets { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
Back to top Generated by DocFX