Show / Hide Table of Contents

Class EdiCustomsInformation

Used to specify information necessary in the customs process

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

Properties

CityUnloading

City unloading

Declaration
public string CityUnloading { get; set; }
Property Value
Type Description
System.String

ClearedForFreeTransitWithinEu

Cleared for free transit within EU

Declaration
public bool? ClearedForFreeTransitWithinEu { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

CountryConsignor

Country consignor

Declaration
public string CountryConsignor { get; set; }
Property Value
Type Description
System.String

CountryImporter

Country importer

Declaration
public string CountryImporter { get; set; }
Property Value
Type Description
System.String

CountryLoading

Country loading

Declaration
public string CountryLoading { get; set; }
Property Value
Type Description
System.String

CountryOfOrigin

Country of origin

Declaration
public string CountryOfOrigin { get; set; }
Property Value
Type Description
System.String

CountryUnloading

Country unloading

Declaration
public string CountryUnloading { get; set; }
Property Value
Type Description
System.String

CustomsOffice

Customs office

Declaration
public string CustomsOffice { get; set; }
Property Value
Type Description
System.String

CustomsProcess

Customs process

Declaration
public string CustomsProcess { get; set; }
Property Value
Type Description
System.String

CustomsType

Customs type

Declaration
public string CustomsType { get; set; }
Property Value
Type Description
System.String

DeclaringParty

Declaring party

Declaration
public EdiPartnerIdentification DeclaringParty { get; set; }
Property Value
Type Description
EdiPartnerIdentification

DeliverAfterDutyPaid

Delivery after customs clearance

Declaration
public EdiPartnerIdentification DeliverAfterDutyPaid { get; set; }
Property Value
Type Description
EdiPartnerIdentification

DistrictUnloading

District unloading

Declaration
public string DistrictUnloading { get; set; }
Property Value
Type Description
System.String

Documents

Custom documents

Declaration
public List<EdiCustomsDocuments> Documents { get; set; }
Property Value
Type Description
List<EdiCustomsDocuments>

EnvelopeForCustomsDocuments

Envelope for customs documents

Declaration
public bool? EnvelopeForCustomsDocuments { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ImportCustomsOffice

Import customs offic

Declaration
public string ImportCustomsOffice { get; set; }
Property Value
Type Description
System.String

ParentDocumentId

Parent document id"

Declaration
public string ParentDocumentId { get; set; }
Property Value
Type Description
System.String

ParentDocumentType

Parent document type

Declaration
public string ParentDocumentType { get; set; }
Property Value
Type Description
System.String

PresentationDeadline

Presentation deadline

Declaration
public string PresentationDeadline { get; set; }
Property Value
Type Description
System.String

PresentationToCustomsRequired

Presentation to customs require

Declaration
public bool? PresentationToCustomsRequired { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

RouteBorder

Route border

Declaration
public string RouteBorder { get; set; }
Property Value
Type Description
System.String

RouteInland

Route inland

Declaration
public string RouteInland { get; set; }
Property Value
Type Description
System.String

StatisticsFlag

Statistics flag

Declaration
public string StatisticsFlag { get; set; }
Property Value
Type Description
System.String

TransferType

Transfer type

Declaration
public string TransferType { get; set; }
Property Value
Type Description
System.String

ValueAtBorderCrossing

Value of the goods at border crossing

Declaration
public EdiValueAtBorderCrossing ValueAtBorderCrossing { get; set; }
Property Value
Type Description
EdiValueAtBorderCrossing
Back to top Generated by DocFX