Customer Party (ASBIE). The Customer Party responsible for the contract to which the Catalogue relates.

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

Property Value

Type: ICustomerParty

Implements

ICatalogueItemSpecificationUpdateLine..::..ContractorCustomerParty

Remarks

Dictionary entry name
Catalogue Item Specification Update Line. Contractor_ Customer Party. Customer Party
Cardinality
0..1

See Also