Customer Party (ASBIE). An association to the Buyer.

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

Syntax

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

Property Value

Type: ICustomerParty

Implements

IDespatchAdvice..::..BuyerCustomerParty

Remarks

Dictionary entry name
Despatch Advice. Buyer_ Customer Party. Customer Party
Cardinality
0..1

See Also