LineDiscountProduct Property |
Apply the discount only when this specific product is sold. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Product Product { get; set; }
Public Property Product As Product
Get
Set
public:
property Product^ Product {
Product^ get ();
void set (Product^ value);
}
member Product : Product with get, set
Property Value
Type:
Product
See Also