Party (ASBIE). The party who despatched the delivery.

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 DespatchParty { get; set; }
Visual Basic
Public Property DespatchParty As IParty
	Get
	Set
Visual C++
public:
virtual property IParty^ DespatchParty {
	IParty^ get () sealed;
	void set (IParty^ value) sealed;
}
F#
abstract DespatchParty : IParty with get, set
override DespatchParty : IParty with get, set

Property Value

Type: IParty

Implements

IDespatch..::..DespatchParty

Remarks

Dictionary entry name
Despatch. Despatch_ Party. Party
Cardinality
0..1

See Also