SalesOrderLineLineEndCustomerParty Property |
The end customer is the customer of the dealer. It is stored for information purposes only. The end customer may not have customer definition, just party. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Party LineEndCustomerParty { get; set; }
Public Property LineEndCustomerParty As Party
Get
Set
public:
property Party^ LineEndCustomerParty {
Party^ get ();
void set (Party^ value);
}
member LineEndCustomerParty : Party with get, set
Property Value
Type:
Party
See Also