Contact (ASBIE). An association to Accounting Contact (Customer).

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

Property Value

Type: IContact

Implements

ICustomerParty..::..AccountingContact

Remarks

Dictionary entry name
Customer Party. Accounting_ Contact. Contact
Cardinality
0..1

See Also