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.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IParty ImporterParty { get; set; } |
| Visual Basic |
|---|
Property ImporterParty As IParty
Get
Set |
| Visual C++ |
|---|
property IParty^ ImporterParty {
IParty^ get ();
void set (IParty^ value);
} |
| F# |
|---|
abstract ImporterParty : IParty with get, set
|
Property Value
Type:
IPartyRemarks
See Also