Party (ASBIE). The party who makes an import declaration, or on whose behalf a Customs clearing agent or other authorized person makes an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned.

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public IParty ImporterParty { get; set; }
Visual Basic
Public Property ImporterParty As IParty
	Get
	Set
Visual C++
public:
virtual property IParty^ ImporterParty {
	IParty^ get () sealed;
	void set (IParty^ value) sealed;
}
F#
abstract ImporterParty : IParty with get, set
override ImporterParty : IParty with get, set

Property Value

Type: IParty

Implements

IConsignment..::..ImporterParty

Remarks

Dictionary entry name
Consignment. Importer_ Party. Party
Cardinality
0..1

See Also