Class EdiContentCustomsInformation
Used to specify information necessary in the customs process
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiContentCustomsInformation
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiContentCustomsInformation : EdiPatternPropertiesBase
Properties
CountryOfOrigin
The Country of origin
Declaration
public string CountryOfOrigin { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CustomsValue
The customs value
Declaration
public EdiValue CustomsValue { get; set; }
Property Value
Type | Description |
---|---|
EdiValue |
Documents
Customs documents
Declaration
public EdiCustomsDocuments Documents { get; set; }
Property Value
Type | Description |
---|---|
EdiCustomsDocuments |
GoodsNo
Goods number
Declaration
public string GoodsNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NetWeightKilogram
The net weight in kilogram
Declaration
public decimal? NetWeightKilogram { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
ProcessCode
The Process cod
Declaration
public string ProcessCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RawWeightKilogram
The raw weight in kilogram
Declaration
public decimal? RawWeightKilogram { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
StatisticalValue
The statistical value
Declaration
public EdiValue StatisticalValue { get; set; }
Property Value
Type | Description |
---|---|
EdiValue |