Party (ASBIE). The party combining individual smaller shipments into a single larger consignment (so called consolidated consignment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components.
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 FreightForwarderParty { get; set; } |
| Visual Basic |
|---|
Property FreightForwarderParty As IParty
Get
Set |
| Visual C++ |
|---|
property IParty^ FreightForwarderParty {
IParty^ get ();
void set (IParty^ value);
} |
| F# |
|---|
abstract FreightForwarderParty : IParty with get, set
|
Property Value
Type:
IPartyRemarks
See Also