Customer Party (ASBIE). An association to the Accounting Customer Party.
Namespace: Unimaze.Composer.Ubl2Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public ICustomerParty AccountingCustomerParty { get; set; } |
| Visual Basic |
|---|
Public Property AccountingCustomerParty As ICustomerParty
Get
Set |
| Visual C++ |
|---|
public:
virtual property ICustomerParty^ AccountingCustomerParty {
ICustomerParty^ get () sealed;
void set (ICustomerParty^ value) sealed;
} |
| F# |
|---|
abstract AccountingCustomerParty : ICustomerParty with get, set
override AccountingCustomerParty : ICustomerParty with get, set |
Property Value
Type:
ICustomerPartyImplements
IReminder..::..AccountingCustomerPartyRemarks
See Also