Click or drag to resize

InternetWaybillParcel Class

Internet waybill parcel.
Inheritance Hierarchy
SystemObject
  FRAM.WcfService.Public.ModelsInternetWaybillParcel

Namespace: FRAM.WcfService.Public.Models
Assembly: FRAM.WcfService.Public (in FRAM.WcfService.Public.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class InternetWaybillParcel

The InternetWaybillParcel type exposes the following members.

Constructors
 NameDescription
Public methodInternetWaybillParcelInitializes a new instance of the InternetWaybillParcel class
Top
Properties
 NameDescription
Public propertyADR_Class Main class (ADR).
Max Length = 64.
Public propertyADR_Description Transport name (proper shipping name) (ADR).
Max Length = 255.
Public propertyADR_HazardCode Label number (ADR).
Max Length = 64.
Public propertyADR_LimitedQuantities Limited quantities of dangerous goods (ADR).
Required.
Public propertyADR_NetWeight Net weight (ADR).
Public propertyADR_Note Note (ADR).
Max Length = 255.
Public propertyADR_PackageCode Packaging group (ADR).
Max Length = 64.
Public propertyADR_PackageType DNG package type (ADR).
Max Length = 64.
Public propertyADR_Quantity Quantity (ADR).
Public propertyADR_TRCode Tunnel restriction code (ADR).
Max Length = 64.
Public propertyADR_UNCode UN-number (ADR).
Max Length = 64.
Public propertyHeight Height (cm).
Required.
Public propertyLength Length (cm).
Required.
Public propertyLQ_Weight Weight (LQ).
Public propertyPackageNumber Package number (e.g. 1).
Required.
Public propertyParcelNumber Parcel ID (e.g. 123456789012345675).
Required, GS1 SSCC (http://www.gs1.org/barcodes/support/check_digit_calculator#sscc).
Public propertyShipmentNumber Shipment number (e.g. 9000000001).
Required, A-Z 0-9.
Public propertyWeight Weight.
Required.
Public propertyWidth Width (cm).
Required.
Top
See Also